2019-12-04 16:43:47 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
|
|
|
<HasSharedItems>true</HasSharedItems>
|
|
|
|
<SharedGUID>2785994a-a14f-424e-8e77-2e464d28747f</SharedGUID>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Configuration">
|
2020-01-09 20:37:29 +00:00
|
|
|
<Import_RootNamespace>SemiColinGames</Import_RootNamespace>
|
2019-12-04 16:43:47 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2019-12-09 01:04:22 +00:00
|
|
|
<Compile Include="$(MSBuildThisFileDirectory)Camera.cs" />
|
2020-01-16 22:02:38 +00:00
|
|
|
<Compile Include="$(MSBuildThisFileDirectory)Input.cs" />
|
2019-12-11 22:57:30 +00:00
|
|
|
<Compile Include="$(MSBuildThisFileDirectory)Debug.cs" />
|
2019-12-09 02:19:50 +00:00
|
|
|
<Compile Include="$(MSBuildThisFileDirectory)FpsCounter.cs" />
|
2019-12-10 14:27:32 +00:00
|
|
|
<Compile Include="$(MSBuildThisFileDirectory)History.cs" />
|
2019-12-04 22:15:50 +00:00
|
|
|
<Compile Include="$(MSBuildThisFileDirectory)IDisplay.cs" />
|
2019-12-08 14:38:26 +00:00
|
|
|
<Compile Include="$(MSBuildThisFileDirectory)Player.cs" />
|
2020-01-09 17:38:52 +00:00
|
|
|
<Compile Include="$(MSBuildThisFileDirectory)SneakGame.cs" />
|
2019-12-11 21:57:30 +00:00
|
|
|
<Compile Include="$(MSBuildThisFileDirectory)World.cs" />
|
2019-12-04 16:43:47 +00:00
|
|
|
</ItemGroup>
|
2020-01-10 21:58:35 +00:00
|
|
|
</Project>
|