]> de.git.xonotic.org Git - xonotic/gmqcc.git/blob - msvc/gmqcc.vcxproj
d8f46a84482dcbef1263fba93a3ccd08ca95264f
[xonotic/gmqcc.git] / msvc / gmqcc.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>{0F0B0779-1A2F-43E9-B833-18C443F7229E}</ProjectGuid>
11     <RootNamespace>gmqcc</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   <PropertyGroup Label="UserMacros" />
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
29     <EmbedManifest>false</EmbedManifest>
30   </PropertyGroup>
31   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
32     <ClCompile>
33       <WarningLevel>Level3</WarningLevel>
34       <Optimization>MaxSpeed</Optimization>
35       <FunctionLevelLinking>true</FunctionLevelLinking>
36       <IntrinsicFunctions>true</IntrinsicFunctions>
37     </ClCompile>
38     <Link>
39       <GenerateDebugInformation>false</GenerateDebugInformation>
40       <EnableCOMDATFolding>true</EnableCOMDATFolding>
41       <OptimizeReferences>true</OptimizeReferences>
42       <ProgramDatabaseFile>
43       </ProgramDatabaseFile>
44     </Link>
45     <PostBuildEvent>
46       <Command>Del /Q "$(IntDir)\*.tlog"</Command>
47     </PostBuildEvent>
48   </ItemDefinitionGroup>
49   <ItemGroup>
50     <ClCompile Include="..\ast.c">
51       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)</ObjectFileName>
52     </ClCompile>
53     <ClCompile Include="..\code.c">
54       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)</ObjectFileName>
55     </ClCompile>
56     <ClCompile Include="..\conout.c">
57       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)conout_gmqcc.o</ObjectFileName>
58     </ClCompile>
59     <ClCompile Include="..\ftepp.c" />
60     <ClCompile Include="..\ir.c" />
61     <ClCompile Include="..\lexer.c" />
62     <ClCompile Include="..\main.c" />
63     <ClCompile Include="..\opts.c" />
64     <ClCompile Include="..\parser.c" />
65     <ClCompile Include="..\util.c">
66       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)util_gmqcc.o</ObjectFileName>
67     </ClCompile>
68   </ItemGroup>
69   <ItemGroup>
70     <ClInclude Include="..\ast.h" />
71     <ClInclude Include="..\gmqcc.h" />
72     <ClInclude Include="..\ir.h" />
73     <ClInclude Include="..\lexer.h" />
74   </ItemGroup>
75   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
76   <ImportGroup Label="ExtensionTargets">
77   </ImportGroup>
78 </Project>