lpng.vcxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Shipping|Win32">
  21. <Configuration>Shipping</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Shipping|x64">
  25. <Configuration>Shipping</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{AF1179E3-A838-46A3-A427-1E62AA4C52F4}</ProjectGuid>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  34. <ConfigurationType>StaticLibrary</ConfigurationType>
  35. <UseOfMfc>false</UseOfMfc>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  38. <ConfigurationType>StaticLibrary</ConfigurationType>
  39. <UseOfMfc>false</UseOfMfc>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'" Label="Configuration">
  42. <ConfigurationType>StaticLibrary</ConfigurationType>
  43. <UseOfMfc>false</UseOfMfc>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|x64'" Label="Configuration">
  46. <ConfigurationType>StaticLibrary</ConfigurationType>
  47. <UseOfMfc>false</UseOfMfc>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  50. <ConfigurationType>StaticLibrary</ConfigurationType>
  51. <UseOfMfc>false</UseOfMfc>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  54. <ConfigurationType>StaticLibrary</ConfigurationType>
  55. <UseOfMfc>false</UseOfMfc>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58. <ImportGroup Label="ExtensionSettings">
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  63. </ImportGroup>
  64. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  67. </ImportGroup>
  68. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'" Label="PropertySheets">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  71. </ImportGroup>
  72. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|x64'" Label="PropertySheets">
  73. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  74. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  75. </ImportGroup>
  76. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  77. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  78. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  79. </ImportGroup>
  80. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  81. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  82. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  83. </ImportGroup>
  84. <PropertyGroup Label="UserMacros" />
  85. <PropertyGroup>
  86. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  87. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\../../Link/Debug\</OutDir>
  88. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\../../Link/Debug\</OutDir>
  89. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\../../Link/Debug/lpng\</IntDir>
  90. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\../../Link/Debug/lpng\</IntDir>
  91. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release\</OutDir>
  92. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\../../Link/Release\</OutDir>
  93. <OutDir Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'">.\../../Link/Release\</OutDir>
  94. <OutDir Condition="'$(Configuration)|$(Platform)'=='Shipping|x64'">.\../../Link/Release\</OutDir>
  95. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release/lpng\</IntDir>
  96. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\../../Link/Release/lpng\</IntDir>
  97. <IntDir Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'">.\../../Link/Release/lpng\</IntDir>
  98. <IntDir Condition="'$(Configuration)|$(Platform)'=='Shipping|x64'">.\../../Link/Release/lpng\</IntDir>
  99. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)_DEBUG</TargetName>
  100. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)_DEBUG</TargetName>
  101. </PropertyGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  103. <ClCompile>
  104. <Optimization>Disabled</Optimization>
  105. <AdditionalIncludeDirectories>..\..\Lib\lpng;..\..\Lib\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  106. <PreprocessorDefinitions>TORQUE_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  107. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  108. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  109. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  110. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  111. <PrecompiledHeader>
  112. </PrecompiledHeader>
  113. <PrecompiledHeaderOutputFile>.\../../Link/Debug/lpng/lpng.pch</PrecompiledHeaderOutputFile>
  114. <AssemblerListingLocation>.\../../Link/Debug/lpng/</AssemblerListingLocation>
  115. <ObjectFileName>.\../../Link/Debug/lpng/</ObjectFileName>
  116. <ProgramDataBaseFileName>.\../../Link/Debug/lpng/</ProgramDataBaseFileName>
  117. <WarningLevel>Level3</WarningLevel>
  118. <SuppressStartupBanner>true</SuppressStartupBanner>
  119. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  120. <CompileAs>Default</CompileAs>
  121. </ClCompile>
  122. <ResourceCompile>
  123. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  124. <Culture>0x0409</Culture>
  125. </ResourceCompile>
  126. <Lib>
  127. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  128. <SuppressStartupBanner>true</SuppressStartupBanner>
  129. </Lib>
  130. </ItemDefinitionGroup>
  131. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  132. <ClCompile>
  133. <Optimization>Disabled</Optimization>
  134. <AdditionalIncludeDirectories>..\..\Lib\lpng;..\..\Lib\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  135. <PreprocessorDefinitions>TORQUE_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  136. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  137. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  138. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  139. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  140. <PrecompiledHeader>
  141. </PrecompiledHeader>
  142. <PrecompiledHeaderOutputFile>.\../../Link/Debug/lpng/lpng.pch</PrecompiledHeaderOutputFile>
  143. <AssemblerListingLocation>.\../../Link/Debug/lpng/</AssemblerListingLocation>
  144. <ObjectFileName>.\../../Link/Debug/lpng/</ObjectFileName>
  145. <ProgramDataBaseFileName>.\../../Link/Debug/lpng/</ProgramDataBaseFileName>
  146. <WarningLevel>Level3</WarningLevel>
  147. <SuppressStartupBanner>true</SuppressStartupBanner>
  148. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  149. <CompileAs>Default</CompileAs>
  150. </ClCompile>
  151. <ResourceCompile>
  152. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  153. <Culture>0x0409</Culture>
  154. </ResourceCompile>
  155. <Lib>
  156. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  157. <SuppressStartupBanner>true</SuppressStartupBanner>
  158. </Lib>
  159. </ItemDefinitionGroup>
  160. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  161. <ClCompile>
  162. <Optimization>MaxSpeed</Optimization>
  163. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  164. <AdditionalIncludeDirectories>..\..\Lib\lpng;..\..\Lib\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  165. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  166. <StringPooling>true</StringPooling>
  167. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  168. <FunctionLevelLinking>true</FunctionLevelLinking>
  169. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  170. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  171. <PrecompiledHeader>
  172. </PrecompiledHeader>
  173. <PrecompiledHeaderOutputFile>.\../../Link/Release/lpng/lpng.pch</PrecompiledHeaderOutputFile>
  174. <AssemblerListingLocation>.\../../Link/Release/lpng/</AssemblerListingLocation>
  175. <ObjectFileName>.\../../Link/Release/lpng/</ObjectFileName>
  176. <ProgramDataBaseFileName>.\../../Link/Release/lpng/</ProgramDataBaseFileName>
  177. <WarningLevel>Level3</WarningLevel>
  178. <SuppressStartupBanner>true</SuppressStartupBanner>
  179. <CompileAs>Default</CompileAs>
  180. </ClCompile>
  181. <ResourceCompile>
  182. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  183. <Culture>0x0409</Culture>
  184. </ResourceCompile>
  185. <Lib>
  186. <OutputFile>.\../../Link/Release\lpng.lib</OutputFile>
  187. <SuppressStartupBanner>true</SuppressStartupBanner>
  188. </Lib>
  189. </ItemDefinitionGroup>
  190. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  191. <ClCompile>
  192. <Optimization>MaxSpeed</Optimization>
  193. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  194. <AdditionalIncludeDirectories>..\..\Lib\lpng;..\..\Lib\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  195. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  196. <StringPooling>true</StringPooling>
  197. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  198. <FunctionLevelLinking>true</FunctionLevelLinking>
  199. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  200. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  201. <PrecompiledHeader>
  202. </PrecompiledHeader>
  203. <PrecompiledHeaderOutputFile>.\../../Link/Release/lpng/lpng.pch</PrecompiledHeaderOutputFile>
  204. <AssemblerListingLocation>.\../../Link/Release/lpng/</AssemblerListingLocation>
  205. <ObjectFileName>.\../../Link/Release/lpng/</ObjectFileName>
  206. <ProgramDataBaseFileName>.\../../Link/Release/lpng/</ProgramDataBaseFileName>
  207. <WarningLevel>Level3</WarningLevel>
  208. <SuppressStartupBanner>true</SuppressStartupBanner>
  209. <CompileAs>Default</CompileAs>
  210. </ClCompile>
  211. <ResourceCompile>
  212. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  213. <Culture>0x0409</Culture>
  214. </ResourceCompile>
  215. <Lib>
  216. <OutputFile>.\../../Link/Release\lpng.lib</OutputFile>
  217. <SuppressStartupBanner>true</SuppressStartupBanner>
  218. </Lib>
  219. </ItemDefinitionGroup>
  220. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'">
  221. <ClCompile>
  222. <Optimization>MaxSpeed</Optimization>
  223. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  224. <AdditionalIncludeDirectories>..\..\Lib\lpng;..\..\Lib\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  225. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  226. <StringPooling>true</StringPooling>
  227. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  228. <FunctionLevelLinking>true</FunctionLevelLinking>
  229. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  230. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  231. <PrecompiledHeader>
  232. </PrecompiledHeader>
  233. <PrecompiledHeaderOutputFile>.\../../Link/Release/lpng/lpng.pch</PrecompiledHeaderOutputFile>
  234. <AssemblerListingLocation>.\../../Link/Release/lpng/</AssemblerListingLocation>
  235. <ObjectFileName>.\../../Link/Release/lpng/</ObjectFileName>
  236. <ProgramDataBaseFileName>.\../../Link/Release/lpng/</ProgramDataBaseFileName>
  237. <WarningLevel>Level3</WarningLevel>
  238. <SuppressStartupBanner>true</SuppressStartupBanner>
  239. <CompileAs>Default</CompileAs>
  240. </ClCompile>
  241. <ResourceCompile>
  242. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  243. <Culture>0x0409</Culture>
  244. </ResourceCompile>
  245. <Lib>
  246. <OutputFile>.\../../Link/Release\lpng.lib</OutputFile>
  247. <SuppressStartupBanner>true</SuppressStartupBanner>
  248. </Lib>
  249. </ItemDefinitionGroup>
  250. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|x64'">
  251. <ClCompile>
  252. <Optimization>MaxSpeed</Optimization>
  253. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  254. <AdditionalIncludeDirectories>..\..\Lib\lpng;..\..\Lib\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  255. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  256. <StringPooling>true</StringPooling>
  257. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  258. <FunctionLevelLinking>true</FunctionLevelLinking>
  259. <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  260. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  261. <PrecompiledHeader>
  262. </PrecompiledHeader>
  263. <PrecompiledHeaderOutputFile>.\../../Link/Release/lpng/lpng.pch</PrecompiledHeaderOutputFile>
  264. <AssemblerListingLocation>.\../../Link/Release/lpng/</AssemblerListingLocation>
  265. <ObjectFileName>.\../../Link/Release/lpng/</ObjectFileName>
  266. <ProgramDataBaseFileName>.\../../Link/Release/lpng/</ProgramDataBaseFileName>
  267. <WarningLevel>Level3</WarningLevel>
  268. <SuppressStartupBanner>true</SuppressStartupBanner>
  269. <CompileAs>Default</CompileAs>
  270. </ClCompile>
  271. <ResourceCompile>
  272. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  273. <Culture>0x0409</Culture>
  274. </ResourceCompile>
  275. <Lib>
  276. <OutputFile>.\../../Link/Release\lpng.lib</OutputFile>
  277. <SuppressStartupBanner>true</SuppressStartupBanner>
  278. </Lib>
  279. </ItemDefinitionGroup>
  280. <ItemGroup>
  281. <ProjectReference Include="zlib.vcxproj">
  282. <Project>{86cb2525-0cf3-40d3-bf42-a0a95035ee8c}</Project>
  283. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  284. </ProjectReference>
  285. </ItemGroup>
  286. <ItemGroup>
  287. <ClCompile Include="..\..\lib\lpng\png.c" />
  288. <ClCompile Include="..\..\lib\lpng\pngerror.c" />
  289. <ClCompile Include="..\..\lib\lpng\pngget.c" />
  290. <ClCompile Include="..\..\lib\lpng\pngmem.c" />
  291. <ClCompile Include="..\..\lib\lpng\pngpread.c" />
  292. <ClCompile Include="..\..\lib\lpng\pngread.c" />
  293. <ClCompile Include="..\..\lib\lpng\pngrio.c" />
  294. <ClCompile Include="..\..\lib\lpng\pngrtran.c" />
  295. <ClCompile Include="..\..\lib\lpng\pngrutil.c" />
  296. <ClCompile Include="..\..\lib\lpng\pngset.c" />
  297. <ClCompile Include="..\..\lib\lpng\pngtrans.c" />
  298. <ClCompile Include="..\..\lib\lpng\pngwio.c" />
  299. <ClCompile Include="..\..\lib\lpng\pngwrite.c" />
  300. <ClCompile Include="..\..\lib\lpng\pngwtran.c" />
  301. <ClCompile Include="..\..\lib\lpng\pngwutil.c" />
  302. </ItemGroup>
  303. <ItemGroup>
  304. <ClInclude Include="..\..\lib\lpng\png.h" />
  305. <ClInclude Include="..\..\lib\lpng\pngconf.h" />
  306. <ClInclude Include="..\..\lib\lpng\pngdebug.h" />
  307. <ClInclude Include="..\..\lib\lpng\pnginfo.h" />
  308. <ClInclude Include="..\..\lib\lpng\pnglibconf.h" />
  309. <ClInclude Include="..\..\lib\lpng\pngpriv.h" />
  310. <ClInclude Include="..\..\lib\lpng\pngstruct.h" />
  311. </ItemGroup>
  312. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  313. <ImportGroup Label="ExtensionTargets">
  314. </ImportGroup>
  315. </Project>