blob: 2510125ce12da4d52e5cd1c8196c0537cffa44a4 [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>
John Kessenich9fd55bd2012-12-13 00:05:26 +000025 <CharacterSet>MultiByte</CharacterSet>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
28 <ImportGroup Label="ExtensionSettings">
29 </ImportGroup>
30 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
31 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
32 </ImportGroup>
33 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 </ImportGroup>
36 <PropertyGroup Label="UserMacros" />
37 <PropertyGroup>
38 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
39 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</OutDir>
40 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</IntDir>
41 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
John Kessenichece0d0c2012-12-13 00:09:49 +000042 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StandAlone\UserM_Release\</OutDir>
43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StandAlone\UserM_Release\</IntDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +000044 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
45 </PropertyGroup>
46 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
47 <ClCompile>
48 <Optimization>Disabled</Optimization>
49 <AdditionalIncludeDirectories>glslang;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
John Kessenichece0d0c2012-12-13 00:09:49 +000050 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
John Kessenich9fd55bd2012-12-13 00:05:26 +000051 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
John Kessenich9fd55bd2012-12-13 00:05:26 +000052 <PrecompiledHeader>
53 </PrecompiledHeader>
54 <PrecompiledHeaderOutputFile>
55 </PrecompiledHeaderOutputFile>
56 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
57 <ObjectFileName>$(IntDir)</ObjectFileName>
58 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
59 <WarningLevel>Level3</WarningLevel>
60 <SuppressStartupBanner>true</SuppressStartupBanner>
61 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +000062 <CallingConvention>Cdecl</CallingConvention>
63 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
John Kessenich9fd55bd2012-12-13 00:05:26 +000064 </ClCompile>
65 <Link>
66 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
John Kessenichece0d0c2012-12-13 00:09:49 +000067 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Debug\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
John Kessenich9fd55bd2012-12-13 00:05:26 +000068 <SuppressStartupBanner>true</SuppressStartupBanner>
John Kessenich9fd55bd2012-12-13 00:05:26 +000069 <GenerateDebugInformation>true</GenerateDebugInformation>
70 <ProgramDatabaseFile>UserM_Debug/StandAlone.pdb</ProgramDatabaseFile>
71 <SubSystem>Console</SubSystem>
John Kessenichece0d0c2012-12-13 00:09:49 +000072 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
John Kessenich9fd55bd2012-12-13 00:05:26 +000073 </Link>
74 <Midl>
75 <TypeLibraryName>UserM_Debug/StandAlone.tlb</TypeLibraryName>
76 </Midl>
77 <PostBuildEvent>
78 <Message>move exe</Message>
79 <Command>xcopy /y StandAlone\UserM_Debug\StandAlone.exe Test</Command>
80 </PostBuildEvent>
81 <ResourceCompile>
82 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83 <Culture>0x0409</Culture>
84 </ResourceCompile>
85 <PreLinkEvent>
86 <Command>
87 </Command>
88 </PreLinkEvent>
89 </ItemDefinitionGroup>
90 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
91 <ClCompile>
92 <Optimization>MaxSpeed</Optimization>
93 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
94 <OmitFramePointers>true</OmitFramePointers>
95 <AdditionalIncludeDirectories>glslang;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
96 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97 <StringPooling>true</StringPooling>
98 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
John Kessenichece0d0c2012-12-13 00:09:49 +000099 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000100 <BufferSecurityCheck>true</BufferSecurityCheck>
101 <FunctionLevelLinking>true</FunctionLevelLinking>
102 <PrecompiledHeader>
103 </PrecompiledHeader>
104 <PrecompiledHeaderOutputFile>
105 </PrecompiledHeaderOutputFile>
106 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
107 <ObjectFileName>UserM_Release/</ObjectFileName>
John Kessenichece0d0c2012-12-13 00:09:49 +0000108 <ProgramDataBaseFileName>
109 </ProgramDataBaseFileName>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000110 <WarningLevel>Level3</WarningLevel>
111 <SuppressStartupBanner>true</SuppressStartupBanner>
112 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +0000113 <CallingConvention>Cdecl</CallingConvention>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000114 </ClCompile>
115 <Link>
116 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
John Kessenichece0d0c2012-12-13 00:09:49 +0000117 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Release\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
118 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000119 <SuppressStartupBanner>true</SuppressStartupBanner>
John Kessenichece0d0c2012-12-13 00:09:49 +0000120 <IgnoreSpecificDefaultLibraries>
121 </IgnoreSpecificDefaultLibraries>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000122 <GenerateDebugInformation>true</GenerateDebugInformation>
123 <ProgramDatabaseFile>UserM_Release/StandAlone.pdb</ProgramDatabaseFile>
124 <SubSystem>Console</SubSystem>
125 <OptimizeReferences>true</OptimizeReferences>
126 <EnableCOMDATFolding>true</EnableCOMDATFolding>
127 </Link>
128 <Midl>
129 <TypeLibraryName>UserM_Release/StandAlone.tlb</TypeLibraryName>
130 </Midl>
131 <PostBuildEvent>
132 <Message>move exe</Message>
John Kessenichece0d0c2012-12-13 00:09:49 +0000133 <Command>xcopy /y StandAlone\UserM_Release\StandAlone.exe test</Command>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000134 </PostBuildEvent>
135 <ResourceCompile>
136 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
137 <Culture>0x0409</Culture>
138 </ResourceCompile>
139 </ItemDefinitionGroup>
140 <ItemGroup>
John Kessenichece0d0c2012-12-13 00:09:49 +0000141 <ClCompile Include="glslang\GenericCodeGen\CodeGen.cpp" />
142 <ClCompile Include="glslang\GenericCodeGen\Link.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000143 <ClCompile Include="Standalone\StandAlone.cpp" />
144 </ItemGroup>
145 <ItemGroup>
146 <ProjectReference Include="glslang.vcxproj">
147 <Project>{3b146cc5-b2b8-4573-9d46-6139e2edfea3}</Project>
148 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
149 </ProjectReference>
150 </ItemGroup>
151 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
152 <ImportGroup Label="ExtensionTargets">
153 </ImportGroup>
154</Project>