blob: 8e2cfd29e15fb11b098d41d3936f6bb58e0cc0fa [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>
John Kessenich9500dff2013-03-08 06:51:50 +000022 <PlatformToolset>v110</PlatformToolset>
John Kessenich9fd55bd2012-12-13 00:05:26 +000023 </PropertyGroup>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25 <ConfigurationType>Application</ConfigurationType>
John Kessenich9fd55bd2012-12-13 00:05:26 +000026 <CharacterSet>MultiByte</CharacterSet>
John Kessenich9500dff2013-03-08 06:51:50 +000027 <PlatformToolset>v110</PlatformToolset>
John Kessenich9fd55bd2012-12-13 00:05:26 +000028 </PropertyGroup>
29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30 <ImportGroup Label="ExtensionSettings">
31 </ImportGroup>
32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34 </ImportGroup>
35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
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 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</OutDir>
42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</IntDir>
43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
John Kessenichece0d0c2012-12-13 00:09:49 +000044 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StandAlone\UserM_Release\</OutDir>
45 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StandAlone\UserM_Release\</IntDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +000046 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
47 </PropertyGroup>
48 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49 <ClCompile>
50 <Optimization>Disabled</Optimization>
John Kessenich2b07c7e2013-07-31 18:44:13 +000051 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
John Kessenichece0d0c2012-12-13 00:09:49 +000052 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
John Kessenich9fd55bd2012-12-13 00:05:26 +000053 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
John Kessenich9fd55bd2012-12-13 00:05:26 +000054 <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>
John Kessenichece0d0c2012-12-13 00:09:49 +000064 <CallingConvention>Cdecl</CallingConvention>
65 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
John Kessenich9fd55bd2012-12-13 00:05:26 +000066 </ClCompile>
67 <Link>
68 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
John Kessenichece0d0c2012-12-13 00:09:49 +000069 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Debug\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
John Kessenich9fd55bd2012-12-13 00:05:26 +000070 <SuppressStartupBanner>true</SuppressStartupBanner>
John Kessenich9fd55bd2012-12-13 00:05:26 +000071 <GenerateDebugInformation>true</GenerateDebugInformation>
72 <ProgramDatabaseFile>UserM_Debug/StandAlone.pdb</ProgramDatabaseFile>
73 <SubSystem>Console</SubSystem>
John Kessenichece0d0c2012-12-13 00:09:49 +000074 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
John Kessenich9fd55bd2012-12-13 00:05:26 +000075 </Link>
76 <Midl>
77 <TypeLibraryName>UserM_Debug/StandAlone.tlb</TypeLibraryName>
78 </Midl>
79 <PostBuildEvent>
80 <Message>move exe</Message>
81 <Command>xcopy /y StandAlone\UserM_Debug\StandAlone.exe Test</Command>
82 </PostBuildEvent>
83 <ResourceCompile>
84 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85 <Culture>0x0409</Culture>
86 </ResourceCompile>
87 <PreLinkEvent>
88 <Command>
89 </Command>
90 </PreLinkEvent>
91 </ItemDefinitionGroup>
92 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
93 <ClCompile>
94 <Optimization>MaxSpeed</Optimization>
95 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
96 <OmitFramePointers>true</OmitFramePointers>
John Kessenich2b07c7e2013-07-31 18:44:13 +000097 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
John Kessenich9fd55bd2012-12-13 00:05:26 +000098 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99 <StringPooling>true</StringPooling>
100 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
John Kessenichece0d0c2012-12-13 00:09:49 +0000101 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000102 <BufferSecurityCheck>true</BufferSecurityCheck>
103 <FunctionLevelLinking>true</FunctionLevelLinking>
104 <PrecompiledHeader>
105 </PrecompiledHeader>
106 <PrecompiledHeaderOutputFile>
107 </PrecompiledHeaderOutputFile>
108 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
109 <ObjectFileName>UserM_Release/</ObjectFileName>
John Kessenichece0d0c2012-12-13 00:09:49 +0000110 <ProgramDataBaseFileName>
111 </ProgramDataBaseFileName>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000112 <WarningLevel>Level3</WarningLevel>
113 <SuppressStartupBanner>true</SuppressStartupBanner>
114 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +0000115 <CallingConvention>Cdecl</CallingConvention>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000116 </ClCompile>
117 <Link>
118 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
John Kessenichece0d0c2012-12-13 00:09:49 +0000119 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Release\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
120 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000121 <SuppressStartupBanner>true</SuppressStartupBanner>
John Kessenichece0d0c2012-12-13 00:09:49 +0000122 <IgnoreSpecificDefaultLibraries>
123 </IgnoreSpecificDefaultLibraries>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000124 <GenerateDebugInformation>true</GenerateDebugInformation>
125 <ProgramDatabaseFile>UserM_Release/StandAlone.pdb</ProgramDatabaseFile>
126 <SubSystem>Console</SubSystem>
127 <OptimizeReferences>true</OptimizeReferences>
128 <EnableCOMDATFolding>true</EnableCOMDATFolding>
129 </Link>
130 <Midl>
131 <TypeLibraryName>UserM_Release/StandAlone.tlb</TypeLibraryName>
132 </Midl>
133 <PostBuildEvent>
134 <Message>move exe</Message>
John Kessenichece0d0c2012-12-13 00:09:49 +0000135 <Command>xcopy /y StandAlone\UserM_Release\StandAlone.exe test</Command>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000136 </PostBuildEvent>
137 <ResourceCompile>
138 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139 <Culture>0x0409</Culture>
140 </ResourceCompile>
141 </ItemDefinitionGroup>
142 <ItemGroup>
John Kessenichece0d0c2012-12-13 00:09:49 +0000143 <ClCompile Include="glslang\GenericCodeGen\CodeGen.cpp" />
144 <ClCompile Include="glslang\GenericCodeGen\Link.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000145 <ClCompile Include="Standalone\StandAlone.cpp" />
146 </ItemGroup>
147 <ItemGroup>
148 <ProjectReference Include="glslang.vcxproj">
149 <Project>{3b146cc5-b2b8-4573-9d46-6139e2edfea3}</Project>
150 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
151 </ProjectReference>
152 </ItemGroup>
John Kessenich2b07c7e2013-07-31 18:44:13 +0000153 <ItemGroup>
154 <ClInclude Include="StandAlone\Worklist.h" />
155 </ItemGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000156 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
157 <ImportGroup Label="ExtensionTargets">
158 </ImportGroup>
159</Project>