blob: aaec3869ed3556af7389b178fb88b2c1c3264048 [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">
John Kessenichf3591992014-01-23 21:40:33 +00004 <ProjectConfiguration Include="Debug CRT DLL|Win32">
5 <Configuration>Debug CRT DLL</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
John Kessenich9fd55bd2012-12-13 00:05:26 +00008 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
John Kessenichf3591992014-01-23 21:40:33 +000012 <ProjectConfiguration Include="Release CRT DLL|Win32">
13 <Configuration>Release CRT DLL</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
John Kessenich9fd55bd2012-12-13 00:05:26 +000016 <ProjectConfiguration Include="Release|Win32">
17 <Configuration>Release</Configuration>
18 <Platform>Win32</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectName>StandAlone</ProjectName>
23 <ProjectGuid>{660D0A05-69A9-4F09-9664-02FBEB08FAE2}</ProjectGuid>
24 </PropertyGroup>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27 <ConfigurationType>Application</ConfigurationType>
28 <UseOfMfc>false</UseOfMfc>
29 <CharacterSet>MultiByte</CharacterSet>
John Kessenichefb2b7d2014-01-23 00:35:24 +000030 <PlatformToolset>v110_xp</PlatformToolset>
John Kessenich9fd55bd2012-12-13 00:05:26 +000031 </PropertyGroup>
John Kessenichf3591992014-01-23 21:40:33 +000032 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <UseOfMfc>false</UseOfMfc>
35 <CharacterSet>MultiByte</CharacterSet>
36 <PlatformToolset>v110_xp</PlatformToolset>
37 </PropertyGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +000038 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
39 <ConfigurationType>Application</ConfigurationType>
John Kessenich9fd55bd2012-12-13 00:05:26 +000040 <CharacterSet>MultiByte</CharacterSet>
John Kessenichefb2b7d2014-01-23 00:35:24 +000041 <PlatformToolset>v110_xp</PlatformToolset>
John Kessenich9fd55bd2012-12-13 00:05:26 +000042 </PropertyGroup>
John Kessenichf3591992014-01-23 21:40:33 +000043 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <CharacterSet>MultiByte</CharacterSet>
46 <PlatformToolset>v110_xp</PlatformToolset>
47 </PropertyGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +000048 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49 <ImportGroup Label="ExtensionSettings">
50 </ImportGroup>
51 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
52 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53 </ImportGroup>
John Kessenichf3591992014-01-23 21:40:33 +000054 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'" Label="PropertySheets">
55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56 </ImportGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +000057 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 </ImportGroup>
John Kessenichf3591992014-01-23 21:40:33 +000060 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'" Label="PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 </ImportGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +000063 <PropertyGroup Label="UserMacros" />
64 <PropertyGroup>
65 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
66 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</OutDir>
John Kessenichf3591992014-01-23 21:40:33 +000067 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">StandAlone\UserM_Debug\</OutDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +000068 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</IntDir>
John Kessenichf3591992014-01-23 21:40:33 +000069 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">StandAlone\UserM_Debug\</IntDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +000070 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
John Kessenichf3591992014-01-23 21:40:33 +000071 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">true</LinkIncremental>
John Kessenichece0d0c2012-12-13 00:09:49 +000072 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StandAlone\UserM_Release\</OutDir>
John Kessenichf3591992014-01-23 21:40:33 +000073 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">StandAlone\UserM_Release\</OutDir>
John Kessenichece0d0c2012-12-13 00:09:49 +000074 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StandAlone\UserM_Release\</IntDir>
John Kessenichf3591992014-01-23 21:40:33 +000075 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">StandAlone\UserM_Release\</IntDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +000076 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
John Kessenichf3591992014-01-23 21:40:33 +000077 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">false</LinkIncremental>
John Kessenich9fd55bd2012-12-13 00:05:26 +000078 </PropertyGroup>
John Kessenich54f6e562013-08-03 00:04:10 +000079 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
80 <TargetName>glslangValidator</TargetName>
81 </PropertyGroup>
John Kessenichf3591992014-01-23 21:40:33 +000082 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">
83 <TargetName>glslangValidator</TargetName>
84 </PropertyGroup>
John Kessenich54f6e562013-08-03 00:04:10 +000085 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
86 <TargetName>glslangValidator</TargetName>
87 </PropertyGroup>
John Kessenichf3591992014-01-23 21:40:33 +000088 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">
89 <TargetName>glslangValidator</TargetName>
90 </PropertyGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +000091 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92 <ClCompile>
93 <Optimization>Disabled</Optimization>
John Kessenich2b07c7e2013-07-31 18:44:13 +000094 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
John Kessenichece0d0c2012-12-13 00:09:49 +000095 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
John Kessenich9fd55bd2012-12-13 00:05:26 +000096 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
John Kessenich9fd55bd2012-12-13 00:05:26 +000097 <PrecompiledHeader>
98 </PrecompiledHeader>
99 <PrecompiledHeaderOutputFile>
100 </PrecompiledHeaderOutputFile>
101 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
102 <ObjectFileName>$(IntDir)</ObjectFileName>
103 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
104 <WarningLevel>Level3</WarningLevel>
105 <SuppressStartupBanner>true</SuppressStartupBanner>
106 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +0000107 <CallingConvention>Cdecl</CallingConvention>
John Kessenich28b95b62014-01-22 23:23:19 +0000108 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000109 </ClCompile>
110 <Link>
111 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
John Kessenichece0d0c2012-12-13 00:09:49 +0000112 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Debug\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000113 <SuppressStartupBanner>true</SuppressStartupBanner>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000114 <GenerateDebugInformation>true</GenerateDebugInformation>
115 <ProgramDatabaseFile>UserM_Debug/StandAlone.pdb</ProgramDatabaseFile>
116 <SubSystem>Console</SubSystem>
John Kessenichece0d0c2012-12-13 00:09:49 +0000117 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000118 </Link>
119 <Midl>
120 <TypeLibraryName>UserM_Debug/StandAlone.tlb</TypeLibraryName>
121 </Midl>
122 <PostBuildEvent>
John Kessenich54f6e562013-08-03 00:04:10 +0000123 <Message>copy glslangValidator</Message>
124 <Command>xcopy /y StandAlone\UserM_Debug\glslangValidator.exe Test</Command>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000125 </PostBuildEvent>
126 <ResourceCompile>
127 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128 <Culture>0x0409</Culture>
129 </ResourceCompile>
130 <PreLinkEvent>
131 <Command>
132 </Command>
133 </PreLinkEvent>
134 </ItemDefinitionGroup>
John Kessenichf3591992014-01-23 21:40:33 +0000135 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">
136 <ClCompile>
137 <Optimization>Disabled</Optimization>
138 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
139 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
141 <PrecompiledHeader>
142 </PrecompiledHeader>
143 <PrecompiledHeaderOutputFile>
144 </PrecompiledHeaderOutputFile>
145 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
146 <ObjectFileName>$(IntDir)</ObjectFileName>
147 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
148 <WarningLevel>Level3</WarningLevel>
149 <SuppressStartupBanner>true</SuppressStartupBanner>
150 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
151 <CallingConvention>Cdecl</CallingConvention>
152 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
153 </ClCompile>
154 <Link>
155 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
156 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Debug\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
157 <SuppressStartupBanner>true</SuppressStartupBanner>
158 <GenerateDebugInformation>true</GenerateDebugInformation>
159 <ProgramDatabaseFile>UserM_Debug/StandAlone.pdb</ProgramDatabaseFile>
160 <SubSystem>Console</SubSystem>
161 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
162 </Link>
163 <Midl>
164 <TypeLibraryName>UserM_Debug/StandAlone.tlb</TypeLibraryName>
165 </Midl>
166 <PostBuildEvent>
167 <Message>copy glslangValidator</Message>
168 <Command>xcopy /y StandAlone\UserM_Debug\glslangValidator.exe Test</Command>
169 </PostBuildEvent>
170 <ResourceCompile>
171 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
172 <Culture>0x0409</Culture>
173 </ResourceCompile>
174 <PreLinkEvent>
175 <Command>
176 </Command>
177 </PreLinkEvent>
178 </ItemDefinitionGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000179 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
180 <ClCompile>
181 <Optimization>MaxSpeed</Optimization>
182 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
183 <OmitFramePointers>true</OmitFramePointers>
John Kessenich2b07c7e2013-07-31 18:44:13 +0000184 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000185 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186 <StringPooling>true</StringPooling>
187 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
John Kessenich28b95b62014-01-22 23:23:19 +0000188 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000189 <BufferSecurityCheck>true</BufferSecurityCheck>
190 <FunctionLevelLinking>true</FunctionLevelLinking>
191 <PrecompiledHeader>
192 </PrecompiledHeader>
193 <PrecompiledHeaderOutputFile>
194 </PrecompiledHeaderOutputFile>
195 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
196 <ObjectFileName>UserM_Release/</ObjectFileName>
John Kessenichece0d0c2012-12-13 00:09:49 +0000197 <ProgramDataBaseFileName>
198 </ProgramDataBaseFileName>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000199 <WarningLevel>Level3</WarningLevel>
200 <SuppressStartupBanner>true</SuppressStartupBanner>
201 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +0000202 <CallingConvention>Cdecl</CallingConvention>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000203 </ClCompile>
204 <Link>
205 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
John Kessenichece0d0c2012-12-13 00:09:49 +0000206 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Release\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
207 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000208 <SuppressStartupBanner>true</SuppressStartupBanner>
John Kessenichece0d0c2012-12-13 00:09:49 +0000209 <IgnoreSpecificDefaultLibraries>
210 </IgnoreSpecificDefaultLibraries>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000211 <GenerateDebugInformation>true</GenerateDebugInformation>
212 <ProgramDatabaseFile>UserM_Release/StandAlone.pdb</ProgramDatabaseFile>
213 <SubSystem>Console</SubSystem>
214 <OptimizeReferences>true</OptimizeReferences>
215 <EnableCOMDATFolding>true</EnableCOMDATFolding>
216 </Link>
217 <Midl>
218 <TypeLibraryName>UserM_Release/StandAlone.tlb</TypeLibraryName>
219 </Midl>
220 <PostBuildEvent>
John Kessenich54f6e562013-08-03 00:04:10 +0000221 <Message>copy glslangValidator</Message>
222 <Command>xcopy /y StandAlone\UserM_Release\glslangValidator.exe Test
223xcopy /y StandAlone\UserM_Release\glslangValidator.exe Install\Windows
224</Command>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000225 </PostBuildEvent>
226 <ResourceCompile>
227 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
228 <Culture>0x0409</Culture>
229 </ResourceCompile>
230 </ItemDefinitionGroup>
John Kessenichf3591992014-01-23 21:40:33 +0000231 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">
232 <ClCompile>
233 <Optimization>MaxSpeed</Optimization>
234 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
235 <OmitFramePointers>true</OmitFramePointers>
236 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
237 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
238 <StringPooling>true</StringPooling>
239 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
240 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
241 <BufferSecurityCheck>true</BufferSecurityCheck>
242 <FunctionLevelLinking>true</FunctionLevelLinking>
243 <PrecompiledHeader>
244 </PrecompiledHeader>
245 <PrecompiledHeaderOutputFile>
246 </PrecompiledHeaderOutputFile>
247 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
248 <ObjectFileName>UserM_Release/</ObjectFileName>
249 <ProgramDataBaseFileName>
250 </ProgramDataBaseFileName>
251 <WarningLevel>Level3</WarningLevel>
252 <SuppressStartupBanner>true</SuppressStartupBanner>
253 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
254 <CallingConvention>Cdecl</CallingConvention>
255 </ClCompile>
256 <Link>
257 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
258 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Release\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
259 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
260 <SuppressStartupBanner>true</SuppressStartupBanner>
261 <IgnoreSpecificDefaultLibraries>
262 </IgnoreSpecificDefaultLibraries>
263 <GenerateDebugInformation>true</GenerateDebugInformation>
264 <ProgramDatabaseFile>UserM_Release/StandAlone.pdb</ProgramDatabaseFile>
265 <SubSystem>Console</SubSystem>
266 <OptimizeReferences>true</OptimizeReferences>
267 <EnableCOMDATFolding>true</EnableCOMDATFolding>
268 </Link>
269 <Midl>
270 <TypeLibraryName>UserM_Release/StandAlone.tlb</TypeLibraryName>
271 </Midl>
272 <PostBuildEvent>
273 <Message>copy glslangValidator</Message>
274 <Command>xcopy /y StandAlone\UserM_Release\glslangValidator.exe Test
275xcopy /y StandAlone\UserM_Release\glslangValidator.exe Install\Windows
276</Command>
277 </PostBuildEvent>
278 <ResourceCompile>
279 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
280 <Culture>0x0409</Culture>
281 </ResourceCompile>
282 </ItemDefinitionGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000283 <ItemGroup>
John Kessenichece0d0c2012-12-13 00:09:49 +0000284 <ClCompile Include="glslang\GenericCodeGen\CodeGen.cpp" />
285 <ClCompile Include="glslang\GenericCodeGen\Link.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000286 <ClCompile Include="Standalone\StandAlone.cpp" />
287 </ItemGroup>
288 <ItemGroup>
289 <ProjectReference Include="glslang.vcxproj">
290 <Project>{3b146cc5-b2b8-4573-9d46-6139e2edfea3}</Project>
291 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
292 </ProjectReference>
293 </ItemGroup>
John Kessenich2b07c7e2013-07-31 18:44:13 +0000294 <ItemGroup>
295 <ClInclude Include="StandAlone\Worklist.h" />
296 </ItemGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000297 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
298 <ImportGroup Label="ExtensionTargets">
299 </ImportGroup>
300</Project>