|
@@ -28,7 +28,7 @@
|
|
|
</ItemGroup>
|
|
|
<PropertyGroup Label="Globals">
|
|
|
<ProjectGuid>{55812185-D13C-4022-9C81-32E0F4A08305}</ProjectGuid>
|
|
|
- <RootNamespace>testgamepad</RootNamespace>
|
|
|
+ <RootNamespace>testcontroller</RootNamespace>
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
@@ -124,7 +124,7 @@
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
- <TypeLibraryName>.\Release/testgamepad.tlb</TypeLibraryName>
|
|
|
+ <TypeLibraryName>.\Release/testcontroller.tlb</TypeLibraryName>
|
|
|
</Midl>
|
|
|
<ClCompile>
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
@@ -147,7 +147,7 @@
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
- <TypeLibraryName>.\Release/testgamepad.tlb</TypeLibraryName>
|
|
|
+ <TypeLibraryName>.\Release/testcontroller.tlb</TypeLibraryName>
|
|
|
</Midl>
|
|
|
<ClCompile>
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
@@ -170,7 +170,7 @@
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
- <TypeLibraryName>.\Release/testgamepad.tlb</TypeLibraryName>
|
|
|
+ <TypeLibraryName>.\Release/testcontroller.tlb</TypeLibraryName>
|
|
|
</Midl>
|
|
|
<ClCompile>
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
@@ -193,7 +193,7 @@
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
- <TypeLibraryName>.\Debug/testgamepad.tlb</TypeLibraryName>
|
|
|
+ <TypeLibraryName>.\Debug/testcontroller.tlb</TypeLibraryName>
|
|
|
</Midl>
|
|
|
<ClCompile>
|
|
|
<Optimization>Disabled</Optimization>
|
|
@@ -219,7 +219,7 @@
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
- <TypeLibraryName>.\Debug/testgamepad.tlb</TypeLibraryName>
|
|
|
+ <TypeLibraryName>.\Debug/testcontroller.tlb</TypeLibraryName>
|
|
|
</Midl>
|
|
|
<ClCompile>
|
|
|
<Optimization>Disabled</Optimization>
|
|
@@ -245,7 +245,7 @@
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
- <TypeLibraryName>.\Debug/testgamepad.tlb</TypeLibraryName>
|
|
|
+ <TypeLibraryName>.\Debug/testcontroller.tlb</TypeLibraryName>
|
|
|
</Midl>
|
|
|
<ClCompile>
|
|
|
<Optimization>Disabled</Optimization>
|
|
@@ -276,7 +276,7 @@
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ClCompile Include="..\..\..\test\gamepadutils.c" />
|
|
|
- <ClCompile Include="..\..\..\test\testgamepad.c" />
|
|
|
+ <ClCompile Include="..\..\..\test\testcontroller.c" />
|
|
|
<ClCompile Include="..\..\..\test\testutils.c" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
@@ -330,4 +330,4 @@
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
</ImportGroup>
|
|
|
-</Project>
|
|
|
+</Project>
|