]> git.xonotic.org Git - xonotic/gmqcc.git/blob - msvc/gmqcc.vcxproj
Get gmqcc/qcvm compiling on windows again. Plus work in progress support for the...
[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="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   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <ProjectGuid>{0F0B0779-1A2F-43E9-B833-18C443F7229E}</ProjectGuid>
15     <RootNamespace>gmqcc</RootNamespace>
16   </PropertyGroup>
17   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19     <ConfigurationType>Application</ConfigurationType>
20     <UseDebugLibraries>true</UseDebugLibraries>
21     <CharacterSet>MultiByte</CharacterSet>
22   </PropertyGroup>
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24     <ConfigurationType>Application</ConfigurationType>
25     <UseDebugLibraries>false</UseDebugLibraries>
26     <WholeProgramOptimization>true</WholeProgramOptimization>
27     <CharacterSet>MultiByte</CharacterSet>
28   </PropertyGroup>
29   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30   <ImportGroup Label="ExtensionSettings">
31   </ImportGroup>
32   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
33     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34   </ImportGroup>
35   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
36     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37   </ImportGroup>
38   <PropertyGroup Label="UserMacros" />
39   <PropertyGroup />
40   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
41     <ClCompile>
42       <WarningLevel>Level3</WarningLevel>
43       <Optimization>Disabled</Optimization>
44     </ClCompile>
45     <Link>
46       <GenerateDebugInformation>true</GenerateDebugInformation>
47     </Link>
48   </ItemDefinitionGroup>
49   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
50     <ClCompile>
51       <WarningLevel>Level3</WarningLevel>
52       <Optimization>MaxSpeed</Optimization>
53       <FunctionLevelLinking>true</FunctionLevelLinking>
54       <IntrinsicFunctions>true</IntrinsicFunctions>
55     </ClCompile>
56     <Link>
57       <GenerateDebugInformation>true</GenerateDebugInformation>
58       <EnableCOMDATFolding>true</EnableCOMDATFolding>
59       <OptimizeReferences>true</OptimizeReferences>
60     </Link>
61   </ItemDefinitionGroup>
62   <ItemGroup>
63     <ClCompile Include="..\ast.c" />
64     <ClCompile Include="..\code.c" />
65     <ClCompile Include="..\conout.c" />
66     <ClCompile Include="..\ftepp.c" />
67     <ClCompile Include="..\ir.c" />
68     <ClCompile Include="..\lexer.c" />
69     <ClCompile Include="..\main.c" />
70     <ClCompile Include="..\opts.c" />
71     <ClCompile Include="..\parser.c" />
72     <ClCompile Include="..\util.c" />
73   </ItemGroup>
74   <ItemGroup>
75     <ClInclude Include="..\ast.h" />
76     <ClInclude Include="..\gmqcc.h" />
77     <ClInclude Include="..\ir.h" />
78     <ClInclude Include="..\lexer.h" />
79   </ItemGroup>
80   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
81   <ImportGroup Label="ExtensionTargets">
82   </ImportGroup>
83 </Project>