testfile_VS2013.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>testfile</ProjectName>
  23. <RootNamespace>testfile</RootNamespace>
  24. <ProjectGuid>{CAE4F1D0-314F-4B10-805B-0EFD670133A0}</ProjectGuid>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseOfMfc>false</UseOfMfc>
  30. <PlatformToolset>v120</PlatformToolset>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  33. <ConfigurationType>Application</ConfigurationType>
  34. <UseOfMfc>false</UseOfMfc>
  35. <PlatformToolset>v120</PlatformToolset>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  38. <ConfigurationType>Application</ConfigurationType>
  39. <UseOfMfc>false</UseOfMfc>
  40. <PlatformToolset>v120</PlatformToolset>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseOfMfc>false</UseOfMfc>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. <PlatformToolset>v120</PlatformToolset>
  47. </PropertyGroup>
  48. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  49. <ImportGroup Label="ExtensionSettings">
  50. </ImportGroup>
  51. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  52. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  53. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
  54. </ImportGroup>
  55. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
  62. </ImportGroup>
  63. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
  66. </ImportGroup>
  67. <PropertyGroup Label="UserMacros" />
  68. <PropertyGroup>
  69. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  70. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
  71. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
  72. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
  73. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
  74. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  75. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
  76. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
  77. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
  78. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
  79. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
  80. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  81. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
  82. </PropertyGroup>
  83. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  84. <Midl>
  85. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  86. <MkTypLibCompatible>true</MkTypLibCompatible>
  87. <SuppressStartupBanner>true</SuppressStartupBanner>
  88. <TargetEnvironment>Win32</TargetEnvironment>
  89. </Midl>
  90. <ClCompile>
  91. <Optimization>Disabled</Optimization>
  92. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  93. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  95. <PrecompiledHeader>
  96. </PrecompiledHeader>
  97. <WarningLevel>Level3</WarningLevel>
  98. <SuppressStartupBanner>true</SuppressStartupBanner>
  99. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  100. <CompileAs>Default</CompileAs>
  101. </ClCompile>
  102. <ResourceCompile>
  103. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  104. <Culture>0x0409</Culture>
  105. </ResourceCompile>
  106. <Link>
  107. <SuppressStartupBanner>true</SuppressStartupBanner>
  108. <GenerateDebugInformation>true</GenerateDebugInformation>
  109. <SubSystem>Windows</SubSystem>
  110. </Link>
  111. <PostBuildEvent>
  112. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
  113. </PostBuildEvent>
  114. <PostBuildEvent>
  115. <Message>Copy SDL</Message>
  116. </PostBuildEvent>
  117. </ItemDefinitionGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  119. <Midl>
  120. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <MkTypLibCompatible>true</MkTypLibCompatible>
  122. <SuppressStartupBanner>true</SuppressStartupBanner>
  123. </Midl>
  124. <ClCompile>
  125. <Optimization>Disabled</Optimization>
  126. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  127. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  128. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  129. <PrecompiledHeader>
  130. </PrecompiledHeader>
  131. <WarningLevel>Level3</WarningLevel>
  132. <SuppressStartupBanner>true</SuppressStartupBanner>
  133. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  134. <CompileAs>Default</CompileAs>
  135. </ClCompile>
  136. <ResourceCompile>
  137. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <Culture>0x0409</Culture>
  139. </ResourceCompile>
  140. <Link>
  141. <SuppressStartupBanner>true</SuppressStartupBanner>
  142. <GenerateDebugInformation>true</GenerateDebugInformation>
  143. <SubSystem>Windows</SubSystem>
  144. </Link>
  145. <PostBuildEvent>
  146. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
  147. </PostBuildEvent>
  148. <PostBuildEvent>
  149. <Message>Copy SDL</Message>
  150. </PostBuildEvent>
  151. </ItemDefinitionGroup>
  152. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  153. <Midl>
  154. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  155. <MkTypLibCompatible>true</MkTypLibCompatible>
  156. <SuppressStartupBanner>true</SuppressStartupBanner>
  157. <TargetEnvironment>Win32</TargetEnvironment>
  158. </Midl>
  159. <ClCompile>
  160. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  161. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  162. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  163. <StringPooling>true</StringPooling>
  164. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  165. <FunctionLevelLinking>true</FunctionLevelLinking>
  166. <PrecompiledHeader>
  167. </PrecompiledHeader>
  168. <WarningLevel>Level3</WarningLevel>
  169. <SuppressStartupBanner>true</SuppressStartupBanner>
  170. <CompileAs>Default</CompileAs>
  171. </ClCompile>
  172. <ResourceCompile>
  173. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  174. <Culture>0x0409</Culture>
  175. </ResourceCompile>
  176. <Link>
  177. <SuppressStartupBanner>true</SuppressStartupBanner>
  178. <SubSystem>Windows</SubSystem>
  179. </Link>
  180. <PostBuildEvent>
  181. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
  182. </PostBuildEvent>
  183. <PostBuildEvent>
  184. <Message>Copy SDL</Message>
  185. </PostBuildEvent>
  186. </ItemDefinitionGroup>
  187. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  188. <Midl>
  189. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  190. <MkTypLibCompatible>true</MkTypLibCompatible>
  191. <SuppressStartupBanner>true</SuppressStartupBanner>
  192. </Midl>
  193. <ClCompile>
  194. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  195. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  196. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  197. <StringPooling>true</StringPooling>
  198. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  199. <FunctionLevelLinking>true</FunctionLevelLinking>
  200. <PrecompiledHeader>
  201. </PrecompiledHeader>
  202. <WarningLevel>Level3</WarningLevel>
  203. <SuppressStartupBanner>true</SuppressStartupBanner>
  204. <CompileAs>Default</CompileAs>
  205. </ClCompile>
  206. <ResourceCompile>
  207. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  208. <Culture>0x0409</Culture>
  209. </ResourceCompile>
  210. <Link>
  211. <SuppressStartupBanner>true</SuppressStartupBanner>
  212. <SubSystem>Windows</SubSystem>
  213. </Link>
  214. <PostBuildEvent>
  215. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
  216. </PostBuildEvent>
  217. <PostBuildEvent>
  218. <Message>Copy SDL</Message>
  219. </PostBuildEvent>
  220. </ItemDefinitionGroup>
  221. <ItemGroup>
  222. <Library Include="..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" />
  223. <Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" />
  224. </ItemGroup>
  225. <ItemGroup>
  226. <ClCompile Include="..\..\..\Test\testfile.c" />
  227. </ItemGroup>
  228. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  229. <ImportGroup Label="ExtensionTargets">
  230. </ImportGroup>
  231. </Project>