Browse Source

testgesture: Add dependency to SDLtest to Visual Studio project.

Ryan C. Gordon 6 years ago
parent
commit
08dc8cc20a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      VisualC/tests/testgesture/testgesture.vcxproj

+ 6 - 0
VisualC/tests/testgesture/testgesture.vcxproj

@@ -189,6 +189,12 @@
       <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
     </ProjectReference>
+    <ProjectReference Include="..\..\SDLtest\SDLtest.vcxproj">
+      <Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project>
+      <Private>false</Private>
+      <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
+      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
+    </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\test\testgesture.c" />