2017-01-07 23:09:43 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {7CB0C0BB-9EDD-48BA-B19C-306C444D37DE}</ProjectGuid>
<OutputType > WinExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > SnakeGame</RootNamespace>
<AssemblyName > SnakeGame</AssemblyName>
2017-01-07 23:18:03 +01:00
<TargetFrameworkVersion > v4.5.1</TargetFrameworkVersion>
2017-01-07 23:09:43 +01:00
<FileAlignment > 512</FileAlignment>
2017-01-07 23:18:03 +01:00
<TargetFrameworkProfile />
2017-01-07 23:09:43 +01:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
2017-01-07 23:18:03 +01:00
<Reference Include= "Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > bin\Debug\Newtonsoft.Json.dll</HintPath>
</Reference>
2017-01-07 23:09:43 +01:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
2017-01-07 23:18:03 +01:00
<Reference Include= "System.Net" />
<Reference Include= "System.Net.Http" />
2017-01-07 23:09:43 +01:00
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Deployment" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
2017-01-07 23:18:03 +01:00
<Reference Include= "WindowsBase" />
2017-01-07 23:09:43 +01:00
</ItemGroup>
<ItemGroup >
<Compile Include= "Form1.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Form1.Designer.cs" >
<DependentUpon > Form1.cs</DependentUpon>
</Compile>
<Compile Include= "Game.cs" />
<Compile Include= "GameRenderer.cs" />
<Compile Include= "MenuColorTable.cs" />
2017-01-07 23:15:15 +01:00
<Compile Include= "MSGBox.cs" />
2017-01-07 23:21:48 +01:00
<Compile Include= "Network.Client.cs" />
2017-01-07 23:15:15 +01:00
<Compile Include= "Network.cs" />
2017-01-07 23:18:03 +01:00
<Compile Include= "NetMatch.cs" />
<Compile Include= "Player.cs" />
2017-01-07 23:09:43 +01:00
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
2017-01-07 23:23:59 +01:00
<Compile Include= "SafeNetStream.cs" />
2017-01-07 23:09:43 +01:00
<Compile Include= "SquareCoord.cs" />
<EmbeddedResource Include= "Form1.resx" >
<DependentUpon > Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
<SubType > Designer</SubType>
</EmbeddedResource>
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Resources.resx</DependentUpon>
2017-01-07 23:18:03 +01:00
<DesignTime > True</DesignTime>
2017-01-07 23:09:43 +01:00
</Compile>
2017-01-07 23:21:48 +01:00
<Compile Include= "Network.Server.cs" />
2017-01-07 23:18:03 +01:00
<None Include= "packages.config" />
2017-01-07 23:09:43 +01:00
<None Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Settings.settings</DependentUpon>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2017-01-07 23:18:03 +01:00
<Import Project= "..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
<Target Name= "EnsureBclBuildImported" BeforeTargets= "BeforeBuild" Condition= "'$(BclBuildImported)' == ''" >
<Error Condition= "!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text= "This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword= "BCLBUILD2001" />
<Error Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text= "The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword= "BCLBUILD2002" />
</Target>
2017-01-07 23:09:43 +01:00
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name= "BeforeBuild" >
</Target>
<Target Name= "AfterBuild" >
</Target>
-->
</Project>