blob: 36eec5e6b8cd5c4d8e0a63c990d5f12debe7f157 [file] [log] [blame]
John Kessenich9fd55bd2012-12-13 00:05:26 +00001<?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 <ProjectName>StandAlone</ProjectName>
15 <ProjectGuid>{660D0A05-69A9-4F09-9664-02FBEB08FAE2}</ProjectGuid>
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
19 <ConfigurationType>Application</ConfigurationType>
20 <UseOfMfc>false</UseOfMfc>
21 <CharacterSet>MultiByte</CharacterSet>
22 </PropertyGroup>
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24 <ConfigurationType>Application</ConfigurationType>
25 <UseOfMfc>false</UseOfMfc>
26 <CharacterSet>MultiByte</CharacterSet>
27 </PropertyGroup>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29 <ImportGroup Label="ExtensionSettings">
30 </ImportGroup>
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33 </ImportGroup>
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36 </ImportGroup>
37 <PropertyGroup Label="UserMacros" />
38 <PropertyGroup>
39 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
40 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</OutDir>
41 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</IntDir>
42 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
43 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UserM_Release\</OutDir>
44 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UserM_Release\</IntDir>
45 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
46 </PropertyGroup>
47 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48 <ClCompile>
49 <Optimization>Disabled</Optimization>
50 <AdditionalIncludeDirectories>glslang;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
51 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
52 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
53 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
54 <PrecompiledHeader>
55 </PrecompiledHeader>
56 <PrecompiledHeaderOutputFile>
57 </PrecompiledHeaderOutputFile>
58 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
59 <ObjectFileName>$(IntDir)</ObjectFileName>
60 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
61 <WarningLevel>Level3</WarningLevel>
62 <SuppressStartupBanner>true</SuppressStartupBanner>
63 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
64 <CallingConvention>FastCall</CallingConvention>
65 </ClCompile>
66 <Link>
67 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
68 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;UserM_Debug\generic\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
69 <SuppressStartupBanner>true</SuppressStartupBanner>
70 <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
71 <GenerateDebugInformation>true</GenerateDebugInformation>
72 <ProgramDatabaseFile>UserM_Debug/StandAlone.pdb</ProgramDatabaseFile>
73 <SubSystem>Console</SubSystem>
74 </Link>
75 <Midl>
76 <TypeLibraryName>UserM_Debug/StandAlone.tlb</TypeLibraryName>
77 </Midl>
78 <PostBuildEvent>
79 <Message>move exe</Message>
80 <Command>xcopy /y StandAlone\UserM_Debug\StandAlone.exe Test</Command>
81 </PostBuildEvent>
82 <ResourceCompile>
83 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84 <Culture>0x0409</Culture>
85 </ResourceCompile>
86 <PreLinkEvent>
87 <Command>
88 </Command>
89 </PreLinkEvent>
90 </ItemDefinitionGroup>
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
92 <ClCompile>
93 <Optimization>MaxSpeed</Optimization>
94 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
95 <OmitFramePointers>true</OmitFramePointers>
96 <AdditionalIncludeDirectories>glslang;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
97 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98 <StringPooling>true</StringPooling>
99 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
100 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
101 <BufferSecurityCheck>true</BufferSecurityCheck>
102 <FunctionLevelLinking>true</FunctionLevelLinking>
103 <PrecompiledHeader>
104 </PrecompiledHeader>
105 <PrecompiledHeaderOutputFile>
106 </PrecompiledHeaderOutputFile>
107 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
108 <ObjectFileName>UserM_Release/</ObjectFileName>
109 <ProgramDataBaseFileName>UserM_Release/Standalone</ProgramDataBaseFileName>
110 <WarningLevel>Level3</WarningLevel>
111 <SuppressStartupBanner>true</SuppressStartupBanner>
112 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
113 <CallingConvention>FastCall</CallingConvention>
114 </ClCompile>
115 <Link>
116 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
117 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;Standalone\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
118 <OutputFile>UserM_Release/StandAlone.exe</OutputFile>
119 <SuppressStartupBanner>true</SuppressStartupBanner>
120 <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
121 <GenerateDebugInformation>true</GenerateDebugInformation>
122 <ProgramDatabaseFile>UserM_Release/StandAlone.pdb</ProgramDatabaseFile>
123 <SubSystem>Console</SubSystem>
124 <OptimizeReferences>true</OptimizeReferences>
125 <EnableCOMDATFolding>true</EnableCOMDATFolding>
126 </Link>
127 <Midl>
128 <TypeLibraryName>UserM_Release/StandAlone.tlb</TypeLibraryName>
129 </Midl>
130 <PostBuildEvent>
131 <Message>move exe</Message>
132 <Command>xcopy /y StandAlone\UserM_Release\StandAlone.exe StandAlone</Command>
133 </PostBuildEvent>
134 <ResourceCompile>
135 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136 <Culture>0x0409</Culture>
137 </ResourceCompile>
138 </ItemDefinitionGroup>
139 <ItemGroup>
140 <ClCompile Include="Standalone\StandAlone.cpp" />
141 </ItemGroup>
142 <ItemGroup>
143 <ProjectReference Include="glslang.vcxproj">
144 <Project>{3b146cc5-b2b8-4573-9d46-6139e2edfea3}</Project>
145 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
146 </ProjectReference>
147 </ItemGroup>
148 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
149 <ImportGroup Label="ExtensionTargets">
150 </ImportGroup>
151</Project>