DiosConsoleScript.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{3F7D5199-67D6-4AF1-BF0A-AB3678B66F5E}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>CcosConsoleScript</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v142</PlatformToolset>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <PlatformToolset>v142</PlatformToolset>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>DynamicLibrary</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <PlatformToolset>v142</PlatformToolset>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v142</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <LinkIncremental>true</LinkIncremental>
  72. <TargetExt>.dll</TargetExt>
  73. <TargetName>$(ProjectName)D</TargetName>
  74. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  75. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <TargetExt>.dll</TargetExt>
  80. <TargetName>$(ProjectName)X64D</TargetName>
  81. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  82. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  85. <LinkIncremental>false</LinkIncremental>
  86. <TargetExt>.dll</TargetExt>
  87. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  88. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  91. <LinkIncremental>false</LinkIncremental>
  92. <TargetExt>.dll</TargetExt>
  93. <TargetName>$(ProjectName)X64</TargetName>
  94. <IncludePath>..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  95. <LibraryPath>..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  96. </PropertyGroup>
  97. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  98. <ClCompile>
  99. <PrecompiledHeader>Use</PrecompiledHeader>
  100. <WarningLevel>Level3</WarningLevel>
  101. <Optimization>Disabled</Optimization>
  102. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSCONSOLESCRIPT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  103. <SDLCheck>true</SDLCheck>
  104. </ClCompile>
  105. <Link>
  106. <SubSystem>Windows</SubSystem>
  107. <GenerateDebugInformation>true</GenerateDebugInformation>
  108. </Link>
  109. <PostBuildEvent>
  110. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  111. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  112. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  113. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  114. </Command>
  115. </PostBuildEvent>
  116. </ItemDefinitionGroup>
  117. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  118. <ClCompile>
  119. <PrecompiledHeader>Use</PrecompiledHeader>
  120. <WarningLevel>Level3</WarningLevel>
  121. <Optimization>Disabled</Optimization>
  122. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSCONSOLESCRIPT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123. <SDLCheck>true</SDLCheck>
  124. </ClCompile>
  125. <Link>
  126. <SubSystem>Windows</SubSystem>
  127. <GenerateDebugInformation>true</GenerateDebugInformation>
  128. </Link>
  129. <PostBuildEvent>
  130. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  131. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  132. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  133. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  134. </Command>
  135. </PostBuildEvent>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  138. <ClCompile>
  139. <WarningLevel>Level3</WarningLevel>
  140. <PrecompiledHeader>Use</PrecompiledHeader>
  141. <Optimization>MaxSpeed</Optimization>
  142. <FunctionLevelLinking>true</FunctionLevelLinking>
  143. <IntrinsicFunctions>true</IntrinsicFunctions>
  144. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSCONSOLESCRIPT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  145. <SDLCheck>true</SDLCheck>
  146. </ClCompile>
  147. <Link>
  148. <SubSystem>Windows</SubSystem>
  149. <GenerateDebugInformation>true</GenerateDebugInformation>
  150. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  151. <OptimizeReferences>true</OptimizeReferences>
  152. </Link>
  153. <PostBuildEvent>
  154. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  155. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  156. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  157. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  158. </Command>
  159. </PostBuildEvent>
  160. </ItemDefinitionGroup>
  161. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  162. <ClCompile>
  163. <WarningLevel>Level3</WarningLevel>
  164. <PrecompiledHeader>Use</PrecompiledHeader>
  165. <Optimization>MaxSpeed</Optimization>
  166. <FunctionLevelLinking>true</FunctionLevelLinking>
  167. <IntrinsicFunctions>true</IntrinsicFunctions>
  168. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSCONSOLESCRIPT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  169. <SDLCheck>true</SDLCheck>
  170. </ClCompile>
  171. <Link>
  172. <SubSystem>Windows</SubSystem>
  173. <GenerateDebugInformation>true</GenerateDebugInformation>
  174. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  175. <OptimizeReferences>true</OptimizeReferences>
  176. </Link>
  177. <PostBuildEvent>
  178. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  179. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  180. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  181. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  182. </Command>
  183. </PostBuildEvent>
  184. </ItemDefinitionGroup>
  185. <ItemGroup>
  186. <Text Include="ReadMe.txt" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <ClInclude Include="..\..\..\deliver\include\common_api.h" />
  190. <ClInclude Include="CcosConsoleScript.h" />
  191. <ClInclude Include="resource.h" />
  192. <ClInclude Include="stdafx.h" />
  193. <ClInclude Include="targetver.h" />
  194. </ItemGroup>
  195. <ItemGroup>
  196. <ClCompile Include="..\..\..\deliver\include\common_api.cpp" />
  197. <ClCompile Include="CcosConsoleScript.cpp" />
  198. <ClCompile Include="dllmain.cpp">
  199. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  200. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  201. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  202. </PrecompiledHeader>
  203. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  204. </PrecompiledHeader>
  205. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  206. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  207. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  208. </PrecompiledHeader>
  209. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  210. </PrecompiledHeader>
  211. </ClCompile>
  212. <ClCompile Include="stdafx.cpp">
  213. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  214. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  215. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  216. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  217. </ClCompile>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <ResourceCompile Include="CcosConsoleScript.rc" />
  221. </ItemGroup>
  222. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  223. <ImportGroup Label="ExtensionTargets">
  224. </ImportGroup>
  225. </Project>