diff options
Diffstat (limited to 'contrib/SDL-3.2.8/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj')
| -rw-r--r-- | contrib/SDL-3.2.8/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj b/contrib/SDL-3.2.8/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj new file mode 100644 index 0000000..6013514 --- /dev/null +++ b/contrib/SDL-3.2.8/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <PropertyGroup Label="Globals"> | ||
| 4 | <ProjectGuid>{8B9AB23E-3F40-4145-BA1C-B2CEACFBBD72}</ProjectGuid> | ||
| 5 | </PropertyGroup> | ||
| 6 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 7 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 8 | <ItemGroup> | ||
| 9 | <None Include="$(SolutionDir)\..\examples\renderer\10-geometry\README.txt" /> | ||
| 10 | <ClCompile Include="$(SolutionDir)\..\examples\renderer\10-geometry\geometry.c" /> | ||
| 11 | <Content Include="$(SolutionDir)\..\test\sample.bmp" CopyToOutputDirectory="PreserveNewest" /> | ||
| 12 | </ItemGroup> | ||
| 13 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 14 | </Project> \ No newline at end of file | ||
