UnityPlayerStub.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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="Master|Win32">
  9. <Configuration>Master</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Master|x64">
  13. <Configuration>Master</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="MasterWithLTCG|Win32">
  17. <Configuration>MasterWithLTCG</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="MasterWithLTCG|x64">
  21. <Configuration>MasterWithLTCG</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Win32">
  25. <Configuration>Release</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Debug|x64">
  29. <Configuration>Debug</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{9B743A06-56DC-42C2-99B1-B11DE6C02BBD}</ProjectGuid>
  39. <Keyword>Win32Proj</Keyword>
  40. <RootNamespace>UnityPlayerStub</RootNamespace>
  41. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  42. </PropertyGroup>
  43. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  45. <ConfigurationType>DynamicLibrary</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v142</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v142</PlatformToolset>
  54. <WholeProgramOptimization>false</WholeProgramOptimization>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Master|Win32' OR '$(Configuration)|$(Platform)'=='MasterWithLTCG|Win32'" Label="Configuration">
  58. <ConfigurationType>DynamicLibrary</ConfigurationType>
  59. <UseDebugLibraries>false</UseDebugLibraries>
  60. <PlatformToolset>v142</PlatformToolset>
  61. <WholeProgramOptimization>false</WholeProgramOptimization>
  62. <CharacterSet>Unicode</CharacterSet>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  65. <ConfigurationType>DynamicLibrary</ConfigurationType>
  66. <UseDebugLibraries>true</UseDebugLibraries>
  67. <PlatformToolset>v142</PlatformToolset>
  68. <CharacterSet>Unicode</CharacterSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  71. <ConfigurationType>DynamicLibrary</ConfigurationType>
  72. <UseDebugLibraries>false</UseDebugLibraries>
  73. <PlatformToolset>v142</PlatformToolset>
  74. <WholeProgramOptimization>false</WholeProgramOptimization>
  75. <CharacterSet>Unicode</CharacterSet>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Master|x64' OR '$(Configuration)|$(Platform)'=='MasterWithLTCG|x64'" Label="Configuration">
  78. <ConfigurationType>DynamicLibrary</ConfigurationType>
  79. <UseDebugLibraries>false</UseDebugLibraries>
  80. <PlatformToolset>v142</PlatformToolset>
  81. <WholeProgramOptimization>false</WholeProgramOptimization>
  82. <CharacterSet>Unicode</CharacterSet>
  83. </PropertyGroup>
  84. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  85. <ImportGroup Label="ExtensionSettings">
  86. </ImportGroup>
  87. <ImportGroup Label="Shared">
  88. </ImportGroup>
  89. <PropertyGroup Label="UserMacros" />
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  91. <LinkIncremental>true</LinkIncremental>
  92. <ArtifactsDir>$(SolutionDir)build\obj\$(PlatformShortName)\$(Configuration)\</ArtifactsDir>
  93. <OutDir>$(ArtifactsDir)UnityPlayerStub\bin\</OutDir>
  94. <IntDir>$(ArtifactsDir)UnityPlayerStub\obj\</IntDir>
  95. <TargetName>UnityPlayer</TargetName>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  98. <LinkIncremental>true</LinkIncremental>
  99. <ArtifactsDir>$(SolutionDir)build\obj\$(PlatformShortName)\$(Configuration)\</ArtifactsDir>
  100. <OutDir>$(ArtifactsDir)UnityPlayerStub\bin\</OutDir>
  101. <IntDir>$(ArtifactsDir)UnityPlayerStub\obj\</IntDir>
  102. <TargetName>UnityPlayer</TargetName>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  105. <LinkIncremental>false</LinkIncremental>
  106. <ArtifactsDir>$(SolutionDir)build\obj\$(PlatformShortName)\$(Configuration)\</ArtifactsDir>
  107. <OutDir>$(ArtifactsDir)UnityPlayerStub\bin\</OutDir>
  108. <IntDir>$(ArtifactsDir)UnityPlayerStub\obj\</IntDir>
  109. <TargetName>UnityPlayer</TargetName>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Master|Win32' OR '$(Configuration)|$(Platform)'=='MasterWithLTCG|Win32'">
  112. <LinkIncremental>false</LinkIncremental>
  113. <ArtifactsDir>$(SolutionDir)build\obj\$(PlatformShortName)\$(Configuration)\</ArtifactsDir>
  114. <OutDir>$(ArtifactsDir)UnityPlayerStub\bin\</OutDir>
  115. <IntDir>$(ArtifactsDir)UnityPlayerStub\obj\</IntDir>
  116. <TargetName>UnityPlayer</TargetName>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  119. <LinkIncremental>false</LinkIncremental>
  120. <ArtifactsDir>$(SolutionDir)build\obj\$(PlatformShortName)\$(Configuration)\</ArtifactsDir>
  121. <OutDir>$(ArtifactsDir)UnityPlayerStub\bin\</OutDir>
  122. <IntDir>$(ArtifactsDir)UnityPlayerStub\obj\</IntDir>
  123. <TargetName>UnityPlayer</TargetName>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Master|x64' OR '$(Configuration)|$(Platform)'=='MasterWithLTCG|x64'">
  126. <LinkIncremental>false</LinkIncremental>
  127. <ArtifactsDir>$(SolutionDir)build\obj\$(PlatformShortName)\$(Configuration)\</ArtifactsDir>
  128. <OutDir>$(ArtifactsDir)UnityPlayerStub\bin\</OutDir>
  129. <IntDir>$(ArtifactsDir)UnityPlayerStub\obj\</IntDir>
  130. <TargetName>UnityPlayer</TargetName>
  131. </PropertyGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  133. <ClCompile>
  134. <PrecompiledHeader>
  135. </PrecompiledHeader>
  136. <WarningLevel>Level4</WarningLevel>
  137. <Optimization>Disabled</Optimization>
  138. <PreprocessorDefinitions>UNITY_WIN=1;UNITY_STANDALONE=1;UNITY_STANDALONE_WIN=1;BUILDING_PLAYER_DLL=1;WIN32;_DEBUG;_WINDOWS;_USRDLL;UNITYPLAYERSTUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  139. <SDLCheck>
  140. </SDLCheck>
  141. <TreatWarningAsError>true</TreatWarningAsError>
  142. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  143. <BufferSecurityCheck>false</BufferSecurityCheck>
  144. <MinimalRebuild>false</MinimalRebuild>
  145. <DebugInformationFormat>None</DebugInformationFormat>
  146. </ClCompile>
  147. <Link>
  148. <SubSystem>Windows</SubSystem>
  149. <GenerateDebugInformation>No</GenerateDebugInformation>
  150. <ImportLibrary>$(OutDir)UnityPlayerStub.lib</ImportLibrary>
  151. </Link>
  152. </ItemDefinitionGroup>
  153. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  154. <ClCompile>
  155. <PrecompiledHeader>
  156. </PrecompiledHeader>
  157. <WarningLevel>Level4</WarningLevel>
  158. <Optimization>Disabled</Optimization>
  159. <PreprocessorDefinitions>UNITY_WIN=1;UNITY_STANDALONE=1;UNITY_STANDALONE_WIN=1;BUILDING_PLAYER_DLL=1;_DEBUG;_WINDOWS;_USRDLL;UNITYPLAYERSTUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  160. <SDLCheck>
  161. </SDLCheck>
  162. <TreatWarningAsError>true</TreatWarningAsError>
  163. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  164. <BufferSecurityCheck>false</BufferSecurityCheck>
  165. <MinimalRebuild>false</MinimalRebuild>
  166. <DebugInformationFormat>None</DebugInformationFormat>
  167. </ClCompile>
  168. <Link>
  169. <SubSystem>Windows</SubSystem>
  170. <GenerateDebugInformation>No</GenerateDebugInformation>
  171. <ImportLibrary>$(OutDir)UnityPlayerStub.lib</ImportLibrary>
  172. </Link>
  173. </ItemDefinitionGroup>
  174. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  175. <ClCompile>
  176. <WarningLevel>Level4</WarningLevel>
  177. <PrecompiledHeader>
  178. </PrecompiledHeader>
  179. <Optimization>MaxSpeed</Optimization>
  180. <FunctionLevelLinking>true</FunctionLevelLinking>
  181. <IntrinsicFunctions>true</IntrinsicFunctions>
  182. <PreprocessorDefinitions>UNITY_WIN=1;UNITY_STANDALONE=1;UNITY_STANDALONE_WIN=1;BUILDING_PLAYER_DLL=1;WIN32;NDEBUG;_WINDOWS;_USRDLL;UNITYPLAYERSTUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  183. <SDLCheck>
  184. </SDLCheck>
  185. <TreatWarningAsError>true</TreatWarningAsError>
  186. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  187. <BufferSecurityCheck>false</BufferSecurityCheck>
  188. <DebugInformationFormat>None</DebugInformationFormat>
  189. </ClCompile>
  190. <Link>
  191. <SubSystem>Windows</SubSystem>
  192. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  193. <OptimizeReferences>true</OptimizeReferences>
  194. <GenerateDebugInformation>No</GenerateDebugInformation>
  195. <ImportLibrary>$(OutDir)UnityPlayerStub.lib</ImportLibrary>
  196. </Link>
  197. </ItemDefinitionGroup>
  198. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Master|Win32' OR '$(Configuration)|$(Platform)'=='MasterWithLTCG|Win32'">
  199. <ClCompile>
  200. <WarningLevel>Level4</WarningLevel>
  201. <PrecompiledHeader>
  202. </PrecompiledHeader>
  203. <Optimization>MaxSpeed</Optimization>
  204. <FunctionLevelLinking>true</FunctionLevelLinking>
  205. <IntrinsicFunctions>true</IntrinsicFunctions>
  206. <PreprocessorDefinitions>UNITY_WIN=1;UNITY_STANDALONE=1;UNITY_STANDALONE_WIN=1;BUILDING_PLAYER_DLL=1;WIN32;NDEBUG;_WINDOWS;_USRDLL;UNITYPLAYERSTUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  207. <SDLCheck>
  208. </SDLCheck>
  209. <TreatWarningAsError>true</TreatWarningAsError>
  210. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  211. <BufferSecurityCheck>false</BufferSecurityCheck>
  212. <DebugInformationFormat>None</DebugInformationFormat>
  213. </ClCompile>
  214. <Link>
  215. <SubSystem>Windows</SubSystem>
  216. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  217. <OptimizeReferences>true</OptimizeReferences>
  218. <GenerateDebugInformation>No</GenerateDebugInformation>
  219. <ImportLibrary>$(OutDir)UnityPlayerStub.lib</ImportLibrary>
  220. </Link>
  221. </ItemDefinitionGroup>
  222. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  223. <ClCompile>
  224. <WarningLevel>Level4</WarningLevel>
  225. <PrecompiledHeader>
  226. </PrecompiledHeader>
  227. <Optimization>MaxSpeed</Optimization>
  228. <FunctionLevelLinking>true</FunctionLevelLinking>
  229. <IntrinsicFunctions>true</IntrinsicFunctions>
  230. <PreprocessorDefinitions>UNITY_WIN=1;UNITY_STANDALONE=1;UNITY_STANDALONE_WIN=1;BUILDING_PLAYER_DLL=1;NDEBUG;_WINDOWS;_USRDLL;UNITYPLAYERSTUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  231. <SDLCheck>
  232. </SDLCheck>
  233. <TreatWarningAsError>true</TreatWarningAsError>
  234. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  235. <BufferSecurityCheck>false</BufferSecurityCheck>
  236. <DebugInformationFormat>None</DebugInformationFormat>
  237. </ClCompile>
  238. <Link>
  239. <SubSystem>Windows</SubSystem>
  240. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  241. <OptimizeReferences>true</OptimizeReferences>
  242. <GenerateDebugInformation>No</GenerateDebugInformation>
  243. <ImportLibrary>$(OutDir)UnityPlayerStub.lib</ImportLibrary>
  244. </Link>
  245. </ItemDefinitionGroup>
  246. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Master|x64' OR '$(Configuration)|$(Platform)'=='MasterWithLTCG|x64'">
  247. <ClCompile>
  248. <WarningLevel>Level4</WarningLevel>
  249. <PrecompiledHeader>
  250. </PrecompiledHeader>
  251. <Optimization>MaxSpeed</Optimization>
  252. <FunctionLevelLinking>true</FunctionLevelLinking>
  253. <IntrinsicFunctions>true</IntrinsicFunctions>
  254. <PreprocessorDefinitions>UNITY_WIN=1;UNITY_STANDALONE=1;UNITY_STANDALONE_WIN=1;BUILDING_PLAYER_DLL=1;NDEBUG;_WINDOWS;_USRDLL;UNITYPLAYERSTUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  255. <SDLCheck>
  256. </SDLCheck>
  257. <TreatWarningAsError>true</TreatWarningAsError>
  258. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  259. <BufferSecurityCheck>false</BufferSecurityCheck>
  260. <DebugInformationFormat>None</DebugInformationFormat>
  261. </ClCompile>
  262. <Link>
  263. <SubSystem>Windows</SubSystem>
  264. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  265. <OptimizeReferences>true</OptimizeReferences>
  266. <GenerateDebugInformation>No</GenerateDebugInformation>
  267. <ImportLibrary>$(OutDir)UnityPlayerStub.lib</ImportLibrary>
  268. </Link>
  269. </ItemDefinitionGroup>
  270. <ItemGroup>
  271. <ClCompile Include="Exports.cpp" />
  272. </ItemGroup>
  273. <ItemGroup>
  274. <ClInclude Include="Exports.h" />
  275. </ItemGroup>
  276. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  277. <ImportGroup Label="ExtensionTargets">
  278. </ImportGroup>
  279. </Project>