vc2012_activex_proj.tpl 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- ActiveX Project Template -->
  3. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  4. <ItemGroup Label="ProjectConfigurations">
  5. <ProjectConfiguration Include="Debug|Win32">
  6. <Configuration>Debug</Configuration>
  7. <Platform>Win32</Platform>
  8. </ProjectConfiguration>
  9. <ProjectConfiguration Include="Release|Win32">
  10. <Configuration>Release</Configuration>
  11. <Platform>Win32</Platform>
  12. </ProjectConfiguration>
  13. </ItemGroup>
  14. <PropertyGroup Label="Globals">
  15. <ProjectGuid>{$GUID}</ProjectGuid>
  16. <Keyword>AtlProj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>DynamicLibrary</ConfigurationType>
  21. <UseOfAtl>Static</UseOfAtl>
  22. <CharacterSet>Unicode</CharacterSet>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  25. <ConfigurationType>DynamicLibrary</ConfigurationType>
  26. <UseOfAtl>Static</UseOfAtl>
  27. <CharacterSet>Unicode</CharacterSet>
  28. </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="Torque.Cpp.$(Platform).user.props" Condition="exists('Torque.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  34. </ImportGroup>
  35. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  36. <Import Project="Torque.Cpp.$(Platform).user.props" Condition="exists('Torque.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'">{$projectOffset}../../{$gameFolder}/</OutDir>
  42. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">{$projectOffset}../Link/VC2010.$(Configuration).$(PlatformName)/$(ProjectName)/</IntDir>
  43. <IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</IgnoreImportLibrary>
  44. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  45. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">{$projOutName}</TargetName>
  46. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">{$projectOffset}../../{$gameFolder}/</OutDir>
  47. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">{$projectOffset}../Link/VC2010.$(Configuration).$(PlatformName)/$(ProjectName)/</IntDir>
  48. <IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</IgnoreImportLibrary>
  49. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  50. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">{$projOutName}</TargetName>
  51. </PropertyGroup>
  52. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  53. <Midl>
  54. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  55. <MkTypLibCompatible>false</MkTypLibCompatible>
  56. <TargetEnvironment>Win32</TargetEnvironment>
  57. <GenerateStublessProxies>true</GenerateStublessProxies>
  58. <TypeLibraryName>$(IntDir)IEWebGamePlugin.tlb</TypeLibraryName>
  59. <HeaderFileName>..\..\..\web\source\activex\IEWebGamePlugin_i.h</HeaderFileName>
  60. <DllDataFileName>
  61. </DllDataFileName>
  62. <InterfaceIdentifierFileName>..\..\..\web\source\activex\IEWebGamePlugin_i.c</InterfaceIdentifierFileName>
  63. <ProxyFileName>..\..\..\web\source\activex\IEWebGamePlugin_p.c</ProxyFileName>
  64. <ValidateAllParameters>true</ValidateAllParameters>
  65. </Midl>
  66. <ClCompile>
  67. <Optimization>Disabled</Optimization>
  68. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  69. <MinimalRebuild>true</MinimalRebuild>
  70. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  71. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  72. <PrecompiledHeader>Use</PrecompiledHeader>
  73. <WarningLevel>Level3</WarningLevel>
  74. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  75. </ClCompile>
  76. <ResourceCompile>
  77. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  78. <Culture>0x0409</Culture>
  79. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  80. </ResourceCompile>
  81. <Link>
  82. <PerUserRedirection>true</PerUserRedirection>
  83. <RegisterOutput>true</RegisterOutput>
  84. <ModuleDefinitionFile>..\..\..\web\source\activex\IEWebGamePlugin.def</ModuleDefinitionFile>
  85. <GenerateDebugInformation>true</GenerateDebugInformation>
  86. <SubSystem>Windows</SubSystem>
  87. <TargetMachine>MachineX86</TargetMachine>
  88. <OutputFile>$(OutDir){$projOutName}.dll</OutputFile>
  89. <ProgramDatabaseFile>$(IntDir)$(ProjectName).pdb</ProgramDatabaseFile>
  90. <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
  91. </Link>
  92. </ItemDefinitionGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  94. <Midl>
  95. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. <MkTypLibCompatible>false</MkTypLibCompatible>
  97. <TargetEnvironment>Win32</TargetEnvironment>
  98. <GenerateStublessProxies>true</GenerateStublessProxies>
  99. <TypeLibraryName>$(IntDir)IEWebGamePlugin.tlb</TypeLibraryName>
  100. <HeaderFileName>..\..\..\web\source\activex\IEWebGamePlugin_i.h</HeaderFileName>
  101. <DllDataFileName>
  102. </DllDataFileName>
  103. <InterfaceIdentifierFileName>..\..\..\web\source\activex\IEWebGamePlugin_i.c</InterfaceIdentifierFileName>
  104. <ProxyFileName>..\..\..\web\source\activex\IEWebGamePlugin_p.c</ProxyFileName>
  105. <ValidateAllParameters>true</ValidateAllParameters>
  106. </Midl>
  107. <ClCompile>
  108. <Optimization>MaxSpeed</Optimization>
  109. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  111. <PrecompiledHeader>Use</PrecompiledHeader>
  112. <WarningLevel>Level3</WarningLevel>
  113. <DebugInformationFormat>
  114. </DebugInformationFormat>
  115. </ClCompile>
  116. <ResourceCompile>
  117. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <Culture>0x0409</Culture>
  119. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  120. </ResourceCompile>
  121. <Link>
  122. <PerUserRedirection>true</PerUserRedirection>
  123. <RegisterOutput>true</RegisterOutput>
  124. <ModuleDefinitionFile>..\..\..\web\source\activex\IEWebGamePlugin.def</ModuleDefinitionFile>
  125. <GenerateDebugInformation>false</GenerateDebugInformation>
  126. <SubSystem>Windows</SubSystem>
  127. <OptimizeReferences>true</OptimizeReferences>
  128. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  129. <TargetMachine>MachineX86</TargetMachine>
  130. <OutputFile>$(OutDir){$projOutName}.dll</OutputFile>
  131. <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
  132. <ProgramDatabaseFile>$(IntDir)$(ProjectName).pdb</ProgramDatabaseFile>
  133. <ProfileGuidedDatabase>$(IntDir)$(ProjectName).pgd</ProfileGuidedDatabase>
  134. </Link>
  135. </ItemDefinitionGroup>
  136. <ItemGroup>
  137. <ClCompile Include="..\..\..\web\source\activex\dllmain.cpp">
  138. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  139. </PrecompiledHeader>
  140. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  141. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  142. </PrecompiledHeader>
  143. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  144. </ClCompile>
  145. <ClCompile Include="..\..\..\web\source\activex\IEWebGameCtrl.cpp" />
  146. <ClCompile Include="..\..\..\web\source\activex\IEWebGamePlugin.cpp" />
  147. <ClCompile Include="..\..\..\web\source\activex\IEWebGameWindow.cpp" />
  148. <ClCompile Include="..\..\..\web\source\common\webCommon.cpp">
  149. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  150. </PrecompiledHeader>
  151. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  152. </PrecompiledHeader>
  153. </ClCompile>
  154. <ClCompile Include="..\..\..\web\source\activex\stdafx.cpp">
  155. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  156. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  157. </ClCompile>
  158. <ClCompile Include="..\..\..\web\source\activex\IEWebGamePlugin_i.c">
  159. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  160. </PrecompiledHeader>
  161. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  162. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  163. </PrecompiledHeader>
  164. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  165. </ClCompile>
  166. </ItemGroup>
  167. <ItemGroup>
  168. <None Include="..\..\..\web\source\activex\IEWebGamePlugin.def" />
  169. <None Include="..\..\..\web\source\activex\IEWebGameCtrl.bmp" />
  170. <None Include="..\..\..\web\source\activex\IEWebGameCtrl.rgs" />
  171. <None Include="..\..\..\web\source\activex\IEWebGamePlugin.rgs" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <Midl Include="..\..\..\web\source\activex\IEWebGamePlugin.idl" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <ClInclude Include="..\..\..\web\source\activex\dllmain.h" />
  178. <ClInclude Include="..\..\..\web\source\activex\IEWebGameCtrl.h" />
  179. <ClInclude Include="..\..\..\web\source\activex\IEWebGameWindow.h" />
  180. <ClInclude Include="..\..\..\web\source\activex\Resource.h" />
  181. <ClInclude Include="..\..\..\web\source\activex\stdafx.h" />
  182. <ClInclude Include="..\..\..\web\source\activex\targetver.h" />
  183. <ClInclude Include="..\..\..\web\source\common\webConfig.h" />
  184. <ClInclude Include="..\..\..\web\source\common\webCommon.h" />
  185. <ClInclude Include="..\..\..\web\source\activex\IEWebGamePlugin_i.h" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <ResourceCompile Include="..\..\..\web\source\activex\IEWebGamePlugin.rc" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. {foreach item=dep from=$projDepend}
  192. <ProjectReference Include="{$projectDepends[$dep]->name}.vcxproj">
  193. <Project>{$projectDepends[$dep]->guid}</Project>
  194. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  195. </ProjectReference>
  196. {/foreach}
  197. </ItemGroup>
  198. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  199. <ImportGroup Label="ExtensionTargets">
  200. </ImportGroup>
  201. </Project>