2019-12-04 16:43:47 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>2785994a-a14f-424e-8e77-2e464d28747f</ProjectGuid>
|
|
|
|
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" />
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.props" />
|
|
|
|
<PropertyGroup />
|
2020-01-08 01:34:03 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="Camera.cs" />
|
|
|
|
<Compile Include="Debug.cs" />
|
|
|
|
<Compile Include="FpsCounter.cs" />
|
|
|
|
<Compile Include="History.cs" />
|
|
|
|
<Compile Include="IDisplay.cs" />
|
2020-01-09 17:38:52 +00:00
|
|
|
<Compile Include="SneakGame.cs" />
|
2020-01-08 01:34:03 +00:00
|
|
|
<Compile Include="Player.cs" />
|
|
|
|
<Compile Include="World.cs" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="Shared.projitems" />
|
|
|
|
</ItemGroup>
|
2020-01-09 20:37:29 +00:00
|
|
|
<Import Project="Shared.projitems" Label="Shared" />
|
2019-12-04 16:43:47 +00:00
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" />
|
2020-01-10 21:58:35 +00:00
|
|
|
</Project>
|