CamelotClient.vcxproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{67137A0D-7A67-4D0C-9FBF-AF904FABEF05}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>CamelotClient</RootNamespace>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>Application</ConfigurationType>
  21. <UseDebugLibraries>true</UseDebugLibraries>
  22. <PlatformToolset>v110</PlatformToolset>
  23. <CharacterSet>Unicode</CharacterSet>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  26. <ConfigurationType>Application</ConfigurationType>
  27. <UseDebugLibraries>false</UseDebugLibraries>
  28. <PlatformToolset>v110</PlatformToolset>
  29. <WholeProgramOptimization>true</WholeProgramOptimization>
  30. <CharacterSet>Unicode</CharacterSet>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  33. <ImportGroup Label="ExtensionSettings">
  34. </ImportGroup>
  35. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <PropertyGroup Label="UserMacros" />
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  43. <LinkIncremental>true</LinkIncremental>
  44. <OutDir>..\bin\$(Configuration)\</OutDir>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  47. <LinkIncremental>false</LinkIncremental>
  48. <OutDir>..\bin\$(Configuration)\</OutDir>
  49. </PropertyGroup>
  50. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  51. <ClCompile>
  52. <PrecompiledHeader>
  53. </PrecompiledHeader>
  54. <WarningLevel>Level3</WarningLevel>
  55. <Optimization>Disabled</Optimization>
  56. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  57. <AdditionalIncludeDirectories>..\CamelotRenderer\Include;..\CamelotD3D9Renderer\Include;..\CamelotUtility\Include;..\Dependencies\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  58. </ClCompile>
  59. <Link>
  60. <SubSystem>Console</SubSystem>
  61. <GenerateDebugInformation>true</GenerateDebugInformation>
  62. <AdditionalDependencies>CamelotRenderer.lib;CamelotUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  63. <AdditionalLibraryDirectories>..\lib\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  64. </Link>
  65. </ItemDefinitionGroup>
  66. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  67. <ClCompile>
  68. <WarningLevel>Level3</WarningLevel>
  69. <PrecompiledHeader>
  70. </PrecompiledHeader>
  71. <Optimization>MaxSpeed</Optimization>
  72. <FunctionLevelLinking>true</FunctionLevelLinking>
  73. <IntrinsicFunctions>true</IntrinsicFunctions>
  74. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  75. <AdditionalIncludeDirectories>..\CamelotRenderer\Include;..\CamelotD3D9Renderer\Include;..\CamelotUtility\Include;..\Dependencies\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  76. </ClCompile>
  77. <Link>
  78. <SubSystem>Console</SubSystem>
  79. <GenerateDebugInformation>true</GenerateDebugInformation>
  80. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  81. <OptimizeReferences>true</OptimizeReferences>
  82. <AdditionalLibraryDirectories>..\lib\$(Configuration)</AdditionalLibraryDirectories>
  83. <AdditionalDependencies>CamelotRenderer.lib;CamelotUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  84. </Link>
  85. </ItemDefinitionGroup>
  86. <ItemGroup>
  87. <Text Include="ReadMe.txt" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ClInclude Include="stdafx.h" />
  91. <ClInclude Include="targetver.h" />
  92. <ClInclude Include="TestingGround.h" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ClCompile Include="CamelotClient.cpp" />
  96. <ClCompile Include="stdafx.cpp" />
  97. <ClCompile Include="TestingGround.cpp" />
  98. </ItemGroup>
  99. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  100. <ImportGroup Label="ExtensionTargets">
  101. </ImportGroup>
  102. </Project>