Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

175 rindas
7.9 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="testfile|Win32">
  21. <Configuration>testfile</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="testfile|x64">
  25. <Configuration>testfile</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <VCProjectVersion>15.0</VCProjectVersion>
  31. <ProjectGuid>{1A47A3ED-871F-4CB4-875B-8CAA385B1771}</ProjectGuid>
  32. <RootNamespace>lisp</RootNamespace>
  33. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>Application</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <PlatformToolset>v141</PlatformToolset>
  40. <CharacterSet>MultiByte</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='testfile|Win32'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v141</PlatformToolset>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v141</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>MultiByte</CharacterSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  56. <ConfigurationType>Application</ConfigurationType>
  57. <UseDebugLibraries>true</UseDebugLibraries>
  58. <PlatformToolset>v141</PlatformToolset>
  59. <CharacterSet>MultiByte</CharacterSet>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='testfile|x64'" Label="Configuration">
  62. <ConfigurationType>Application</ConfigurationType>
  63. <UseDebugLibraries>true</UseDebugLibraries>
  64. <PlatformToolset>v141</PlatformToolset>
  65. <CharacterSet>MultiByte</CharacterSet>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  68. <ConfigurationType>Application</ConfigurationType>
  69. <UseDebugLibraries>false</UseDebugLibraries>
  70. <PlatformToolset>v141</PlatformToolset>
  71. <WholeProgramOptimization>true</WholeProgramOptimization>
  72. <CharacterSet>MultiByte</CharacterSet>
  73. </PropertyGroup>
  74. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  75. <ImportGroup Label="ExtensionSettings">
  76. </ImportGroup>
  77. <ImportGroup Label="Shared">
  78. </ImportGroup>
  79. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. </ImportGroup>
  82. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='testfile|Win32'" Label="PropertySheets">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. </ImportGroup>
  88. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  89. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  90. </ImportGroup>
  91. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='testfile|x64'" Label="PropertySheets">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. </ImportGroup>
  94. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. </ImportGroup>
  97. <PropertyGroup Label="UserMacros" />
  98. <PropertyGroup />
  99. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  100. <ClCompile>
  101. <WarningLevel>Level3</WarningLevel>
  102. <Optimization>Disabled</Optimization>
  103. <SDLCheck>true</SDLCheck>
  104. </ClCompile>
  105. <Link>
  106. <Profile>true</Profile>
  107. </Link>
  108. </ItemDefinitionGroup>
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='testfile|Win32'">
  110. <ClCompile>
  111. <WarningLevel>Level3</WarningLevel>
  112. <Optimization>Disabled</Optimization>
  113. <SDLCheck>true</SDLCheck>
  114. </ClCompile>
  115. <Link>
  116. <Profile>true</Profile>
  117. </Link>
  118. </ItemDefinitionGroup>
  119. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  120. <ClCompile>
  121. <WarningLevel>Level3</WarningLevel>
  122. <Optimization>Disabled</Optimization>
  123. <SDLCheck>true</SDLCheck>
  124. <CompileAs>CompileAsC</CompileAs>
  125. </ClCompile>
  126. <Link>
  127. <Profile>true</Profile>
  128. </Link>
  129. </ItemDefinitionGroup>
  130. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='testfile|x64'">
  131. <ClCompile>
  132. <WarningLevel>Level3</WarningLevel>
  133. <Optimization>Disabled</Optimization>
  134. <SDLCheck>true</SDLCheck>
  135. <CompileAs>CompileAsC</CompileAs>
  136. </ClCompile>
  137. <Link>
  138. <Profile>true</Profile>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  142. <ClCompile>
  143. <WarningLevel>Level3</WarningLevel>
  144. <Optimization>MaxSpeed</Optimization>
  145. <FunctionLevelLinking>true</FunctionLevelLinking>
  146. <IntrinsicFunctions>true</IntrinsicFunctions>
  147. <SDLCheck>true</SDLCheck>
  148. </ClCompile>
  149. <Link>
  150. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  151. <OptimizeReferences>true</OptimizeReferences>
  152. </Link>
  153. </ItemDefinitionGroup>
  154. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  155. <ClCompile>
  156. <WarningLevel>Level3</WarningLevel>
  157. <Optimization>MaxSpeed</Optimization>
  158. <FunctionLevelLinking>true</FunctionLevelLinking>
  159. <IntrinsicFunctions>true</IntrinsicFunctions>
  160. <SDLCheck>true</SDLCheck>
  161. <CompileAs>CompileAsC</CompileAs>
  162. </ClCompile>
  163. <Link>
  164. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  165. <OptimizeReferences>true</OptimizeReferences>
  166. <SubSystem>Windows</SubSystem>
  167. </Link>
  168. </ItemDefinitionGroup>
  169. <ItemGroup>
  170. <ClCompile Include="..\src\main.c" />
  171. </ItemGroup>
  172. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  173. <ImportGroup Label="ExtensionTargets">
  174. </ImportGroup>
  175. </Project>