]> git.xonotic.org Git - xonotic/gmqcc.git/blob - msvc/testsuite.vcxproj
3e7723168a312019833c3bcac1d30469d00a73ca
[xonotic/gmqcc.git] / msvc / testsuite.vcxproj
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="Release|Win32">
5       <Configuration>Release</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8   </ItemGroup>
9   <PropertyGroup Label="Globals">
10     <ProjectGuid>{3F8F0021-66B8-43ED-906C-1CFE204E5673}</ProjectGuid>
11     <RootNamespace>testsuite</RootNamespace>
12     <TrackFileAccess>false</TrackFileAccess>
13   </PropertyGroup>
14   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
15   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
16     <ConfigurationType>Application</ConfigurationType>
17     <UseDebugLibraries>false</UseDebugLibraries>
18     <WholeProgramOptimization>true</WholeProgramOptimization>
19     <CharacterSet>MultiByte</CharacterSet>
20   </PropertyGroup>
21   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
22   <ImportGroup Label="ExtensionSettings">
23   </ImportGroup>
24   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
25     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
26   </ImportGroup>
27   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
28     <ClCompile>
29       <WarningLevel>Level3</WarningLevel>
30       <Optimization>MaxSpeed</Optimization>
31       <FunctionLevelLinking>true</FunctionLevelLinking>
32       <IntrinsicFunctions>true</IntrinsicFunctions>
33     </ClCompile>
34     <Link>
35       <GenerateDebugInformation>true</GenerateDebugInformation>
36       <EnableCOMDATFolding>true</EnableCOMDATFolding>
37       <OptimizeReferences>true</OptimizeReferences>
38     </Link>
39     <PostBuildEvent>
40       <Command>Del /Q "$(IntDir)\*.tlog"</Command>
41     </PostBuildEvent>
42   </ItemDefinitionGroup>
43   <ItemGroup>
44     <ClCompile Include="..\conout.c">
45       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)conout_testsuite.o</ObjectFileName>
46     </ClCompile>
47     <ClCompile Include="..\test.c" />
48     <ClCompile Include="..\util.c">
49       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)util_testsuite.o</ObjectFileName>
50     </ClCompile>
51   </ItemGroup>
52   <ItemGroup>
53     <ClInclude Include="..\gmqcc.h" />
54   </ItemGroup>
55   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
56   <ImportGroup Label="ExtensionTargets">
57   </ImportGroup>
58 </Project>