]> git.xonotic.org Git - xonotic/gmqcc.git/blob - msvc/gmqcc/gmqcc.vcxproj
f184b3bc860dc0b42de89283881d4fe563d19c70
[xonotic/gmqcc.git] / msvc / gmqcc / gmqcc.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12   </ItemGroup>\r
13   <PropertyGroup Label="Globals">\r
14     <ProjectGuid>{A6BD74E1-31BB-4D00-A9E0-09FF1BC76ED6}</ProjectGuid>\r
15     <RootNamespace>gmqcc</RootNamespace>\r
16   </PropertyGroup>\r
17   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
18   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
19     <ConfigurationType>Application</ConfigurationType>\r
20     <UseDebugLibraries>true</UseDebugLibraries>\r
21     <CharacterSet>MultiByte</CharacterSet>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
24     <ConfigurationType>Application</ConfigurationType>\r
25     <UseDebugLibraries>false</UseDebugLibraries>\r
26     <WholeProgramOptimization>true</WholeProgramOptimization>\r
27     <CharacterSet>MultiByte</CharacterSet>\r
28   </PropertyGroup>\r
29   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
30   <ImportGroup Label="ExtensionSettings">\r
31   </ImportGroup>\r
32   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
33     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
34   </ImportGroup>\r
35   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
36     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
37   </ImportGroup>\r
38   <PropertyGroup Label="UserMacros" />\r
39   <PropertyGroup />\r
40   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
41     <ClCompile>\r
42       <WarningLevel>Level3</WarningLevel>\r
43       <Optimization>Disabled</Optimization>\r
44     </ClCompile>\r
45     <Link>\r
46       <GenerateDebugInformation>true</GenerateDebugInformation>\r
47     </Link>\r
48   </ItemDefinitionGroup>\r
49   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
50     <ClCompile>\r
51       <WarningLevel>Level3</WarningLevel>\r
52       <Optimization>MaxSpeed</Optimization>\r
53       <FunctionLevelLinking>true</FunctionLevelLinking>\r
54       <IntrinsicFunctions>true</IntrinsicFunctions>\r
55     </ClCompile>\r
56     <Link>\r
57       <GenerateDebugInformation>true</GenerateDebugInformation>\r
58       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
59       <OptimizeReferences>true</OptimizeReferences>\r
60     </Link>\r
61   </ItemDefinitionGroup>\r
62   <ItemGroup>\r
63     <ClCompile Include="..\..\ast.c" />\r
64     <ClCompile Include="..\..\code.c" />\r
65     <ClCompile Include="..\..\conout.c" />\r
66     <ClCompile Include="..\..\correct.c" />\r
67     <ClCompile Include="..\..\fs.c" />\r
68     <ClCompile Include="..\..\ftepp.c" />\r
69     <ClCompile Include="..\..\ir.c" />\r
70     <ClCompile Include="..\..\lexer.c" />\r
71     <ClCompile Include="..\..\main.c" />\r
72     <ClCompile Include="..\..\opts.c" />\r
73     <ClCompile Include="..\..\parser.c" />\r
74     <ClCompile Include="..\..\utf8.c" />\r
75     <ClCompile Include="..\..\util.c" />\r
76   </ItemGroup>\r
77   <ItemGroup>\r
78     <ClInclude Include="..\..\ast.h" />\r
79     <ClInclude Include="..\..\gmqcc.h" />\r
80     <ClInclude Include="..\..\intrin.h" />\r
81     <ClInclude Include="..\..\ir.h" />\r
82     <ClInclude Include="..\..\lexer.h" />\r
83   </ItemGroup>\r
84   <ItemGroup>\r
85     <None Include="..\..\opts.def" />\r
86   </ItemGroup>\r
87   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
88   <ImportGroup Label="ExtensionTargets">\r
89   </ImportGroup>\r
90 </Project>