testgamecontroller.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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|Gaming.Desktop.x64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Gaming.Desktop.x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Gaming.Desktop.x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>Gaming.Desktop.x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{55812185-D13C-4022-9C81-32E0F4A08305}</ProjectGuid>
  15. <RootNamespace>testgamecontroller</RootNamespace>
  16. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'" Label="Configuration">
  20. <ConfigurationType>Application</ConfigurationType>
  21. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'" Label="Configuration">
  24. <ConfigurationType>Application</ConfigurationType>
  25. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  28. <ImportGroup Label="ExtensionSettings">
  29. </ImportGroup>
  30. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'" Label="PropertySheets">
  31. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  32. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
  33. </ImportGroup>
  34. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'" Label="PropertySheets">
  35. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  36. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
  37. </ImportGroup>
  38. <PropertyGroup Label="UserMacros" />
  39. <PropertyGroup>
  40. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  41. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  42. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">$(Platform)\$(Configuration)\</IntDir>
  43. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  44. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">$(Platform)\$(Configuration)\</IntDir>
  45. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  46. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'" />
  47. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'" />
  48. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  49. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'" />
  50. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'" />
  51. </PropertyGroup>
  52. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">
  53. <Midl>
  54. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  55. <MkTypLibCompatible>true</MkTypLibCompatible>
  56. <SuppressStartupBanner>true</SuppressStartupBanner>
  57. <TypeLibraryName>.\Release/testgamecontroller.tlb</TypeLibraryName>
  58. </Midl>
  59. <ClCompile>
  60. <AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  61. <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
  62. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  63. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  64. <WarningLevel>Level3</WarningLevel>
  65. </ClCompile>
  66. <ResourceCompile>
  67. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  68. <Culture>0x0409</Culture>
  69. </ResourceCompile>
  70. <Link>
  71. <SubSystem>Windows</SubSystem>
  72. <AdditionalDependencies>xgameruntime.lib;../Microsoft.Xbox.Services.141.GDK.C.Thunks.lib;%(AdditionalDependencies)</AdditionalDependencies>
  73. </Link>
  74. </ItemDefinitionGroup>
  75. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">
  76. <Midl>
  77. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  78. <MkTypLibCompatible>true</MkTypLibCompatible>
  79. <SuppressStartupBanner>true</SuppressStartupBanner>
  80. <TypeLibraryName>.\Debug/testgamecontroller.tlb</TypeLibraryName>
  81. </Midl>
  82. <ClCompile>
  83. <Optimization>Disabled</Optimization>
  84. <AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  85. <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
  86. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  87. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  88. <WarningLevel>Level3</WarningLevel>
  89. <DebugInformationFormat>OldStyle</DebugInformationFormat>
  90. </ClCompile>
  91. <ResourceCompile>
  92. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. <Culture>0x0409</Culture>
  94. </ResourceCompile>
  95. <Link>
  96. <GenerateDebugInformation>true</GenerateDebugInformation>
  97. <SubSystem>Windows</SubSystem>
  98. <AdditionalDependencies>xgameruntime.lib;../Microsoft.Xbox.Services.141.GDK.C.Thunks.lib;%(AdditionalDependencies)</AdditionalDependencies>
  99. </Link>
  100. </ItemDefinitionGroup>
  101. <ItemGroup>
  102. <ProjectReference Include="..\..\SDL\SDL.vcxproj">
  103. <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
  104. <Private>false</Private>
  105. <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
  106. <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
  107. </ProjectReference>
  108. <ProjectReference Include="..\..\SDLmain\SDLmain.vcxproj">
  109. <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
  110. <Private>false</Private>
  111. <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
  112. <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
  113. </ProjectReference>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <CopyFileToFolders Include="..\..\..\test\axis.bmp">
  117. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">Copying %(Filename)%(Extension)</Message>
  118. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">copy "%(FullPath)" "$(ProjectDir)\"
  119. </Command>
  120. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
  121. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">Copying %(Filename)%(Extension)</Message>
  122. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">copy "%(FullPath)" "$(ProjectDir)\"
  123. </Command>
  124. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
  125. </CopyFileToFolders>
  126. <CopyFileToFolders Include="..\..\..\test\button.bmp">
  127. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">Copying %(Filename)%(Extension)</Message>
  128. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">copy "%(FullPath)" "$(ProjectDir)\"
  129. </Command>
  130. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
  131. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">Copying %(Filename)%(Extension)</Message>
  132. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">copy "%(FullPath)" "$(ProjectDir)\"
  133. </Command>
  134. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
  135. </CopyFileToFolders>
  136. <CopyFileToFolders Include="..\..\..\test\controllermap.bmp">
  137. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">Copying %(Filename)%(Extension)</Message>
  138. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">copy "%(FullPath)" "$(ProjectDir)\"
  139. </Command>
  140. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
  141. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">Copying %(Filename)%(Extension)</Message>
  142. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">copy "%(FullPath)" "$(ProjectDir)\"
  143. </Command>
  144. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
  145. </CopyFileToFolders>
  146. <CopyFileToFolders Include="..\..\..\test\controllermap_back.bmp">
  147. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">Copying %(Filename)%(Extension)</Message>
  148. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">copy "%(FullPath)" "$(ProjectDir)\"
  149. </Command>
  150. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
  151. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">Copying %(Filename)%(Extension)</Message>
  152. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">copy "%(FullPath)" "$(ProjectDir)\"
  153. </Command>
  154. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
  155. </CopyFileToFolders>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <ClCompile Include="..\..\..\test\testgamecontroller.c" />
  159. <ClCompile Include="..\..\..\test\testutils.c" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <CopyFileToFolders Include="MicrosoftGame.config">
  163. <FileType>Document</FileType>
  164. </CopyFileToFolders>
  165. </ItemGroup>
  166. <ItemGroup>
  167. <CopyFileToFolders Include="PackageLayout.xml" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <CopyFileToFolders Include="..\..\logos\Logo100x100.png" />
  171. <CopyFileToFolders Include="..\..\logos\Logo150x150.png" />
  172. <CopyFileToFolders Include="..\..\logos\Logo44x44.png" />
  173. <CopyFileToFolders Include="..\..\logos\Logo480x480.png" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <CopyFileToFolders Include="$(Console_GRDKExtLibRoot)Xbox.Services.API.C\DesignTime\CommonConfiguration\Neutral\Lib\Release\Microsoft.Xbox.Services.141.GDK.C.Thunks.dll">
  177. <FileType>Document</FileType>
  178. </CopyFileToFolders>
  179. </ItemGroup>
  180. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  181. <ImportGroup Label="ExtensionTargets">
  182. </ImportGroup>
  183. </Project>