2017-04-17 18:50:18 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "14.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 > {438DBAC1-BA37-40BB-9CCE-0FE1F23C6DC5}</ProjectGuid>
<OutputType > Exe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
2017-08-18 21:01:11 +00:00
<RootNamespace > SockScape</RootNamespace>
2017-04-17 18:50:18 +00:00
<AssemblyName > server</AssemblyName>
2017-04-27 20:44:30 +00:00
<TargetFrameworkVersion > v4.6</TargetFrameworkVersion>
2017-04-17 18:50:18 +00:00
<FileAlignment > 512</FileAlignment>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
2017-04-27 20:44:30 +00:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
2017-08-22 20:59:41 +00:00
<PublishUrl > publish\</PublishUrl>
<Install > true</Install>
<InstallFrom > Disk</InstallFrom>
<UpdateEnabled > false</UpdateEnabled>
<UpdateMode > Foreground</UpdateMode>
<UpdateInterval > 7</UpdateInterval>
<UpdateIntervalUnits > Days</UpdateIntervalUnits>
<UpdatePeriodically > false</UpdatePeriodically>
<UpdateRequired > false</UpdateRequired>
<MapFileExtensions > true</MapFileExtensions>
<ApplicationRevision > 0</ApplicationRevision>
<ApplicationVersion > 1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper > false</IsWebBootstrapper>
<UseApplicationTrust > false</UseApplicationTrust>
<BootstrapperEnabled > true</BootstrapperEnabled>
2017-04-17 18:50:18 +00: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>
2017-04-27 20:44:30 +00:00
<PropertyGroup >
2017-09-08 21:06:55 +00:00
<RunPostBuildEvent > Always</RunPostBuildEvent>
2017-04-27 20:44:30 +00:00
</PropertyGroup>
2017-05-22 03:27:32 +00:00
<PropertyGroup >
<ApplicationIcon >
</ApplicationIcon>
</PropertyGroup>
2017-04-17 18:50:18 +00:00
<ItemGroup >
<Reference Include= "EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
2017-06-02 21:02:48 +00:00
<HintPath > packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
2017-04-17 18:50:18 +00:00
</Reference>
2017-08-23 21:00:44 +00:00
<Reference Include= "log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL" >
<HintPath > packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include= "Migrations, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\Migrations.1.0.1.0\lib\net40-Client\Migrations.dll</HintPath>
</Reference>
2017-08-22 20:59:41 +00:00
<Reference Include= "MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
<HintPath > packages\MySql.Data.6.9.9\lib\net45\MySql.Data.dll</HintPath>
2017-04-17 18:50:18 +00:00
</Reference>
2017-08-22 20:59:41 +00:00
<Reference Include= "MySql.Data.Entity.EF6, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
<HintPath > packages\MySql.Data.Entity.6.9.9\lib\net45\MySql.Data.Entity.EF6.dll</HintPath>
2017-04-17 18:50:18 +00:00
</Reference>
2017-06-05 12:20:39 +00:00
<Reference Include= "System" />
2017-08-21 21:03:32 +00:00
<Reference Include= "System.ComponentModel.Composition" />
2017-06-05 12:20:39 +00:00
<Reference Include= "System.ComponentModel.DataAnnotations" />
<Reference Include= "System.Core" />
2017-05-17 21:06:16 +00:00
<Reference Include= "System.Numerics" />
2017-04-27 20:44:30 +00:00
<Reference Include= "System.Runtime.Serialization" />
<Reference Include= "System.Security" />
2017-08-21 21:03:32 +00:00
<Reference Include= "System.Transactions" />
2017-04-17 18:50:18 +00:00
<Reference Include= "System.Xml.Linq" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
2017-06-07 21:02:29 +00:00
<Compile Include= "Configuration.cs" />
2017-08-24 21:01:21 +00:00
<Compile Include= "DAL\Item.cs" />
<Compile Include= "DAL\ItemMaster.cs" />
2017-06-06 21:13:25 +00:00
<Compile Include= "DAL\Origin.cs" />
2017-08-23 21:00:44 +00:00
<Compile Include= "DAL\ScapeDb.cs" />
<Compile Include= "DAL\Session.cs" />
<Compile Include= "DAL\User.cs" />
2017-09-07 21:00:03 +00:00
<Compile Include= "Encryption\BlockCipher.cs" />
2017-05-17 21:06:16 +00:00
<Compile Include= "Encryption\KeyExchange.cs" />
2017-09-07 21:00:03 +00:00
<Compile Include= "Encryption\StreamCipher.cs" />
2017-08-25 21:03:33 +00:00
<Compile Include= "Migrations\201708251600325_Initial.cs" />
<Compile Include= "Migrations\201708251600325_Initial.Designer.cs" >
<DependentUpon > 201708251600325_Initial.cs</DependentUpon>
2017-08-23 21:00:44 +00:00
</Compile>
2017-06-05 12:20:39 +00:00
<Compile Include= "Migrations\Configuration.cs" />
2017-09-07 21:00:03 +00:00
<Compile Include= "MasterServerList.cs" />
2017-06-06 21:13:25 +00:00
<Compile Include= "Socks\MasterConnection.cs" />
2017-09-07 21:00:03 +00:00
<Compile Include= "Socks\MasterIntraClient.cs" />
<Compile Include= "Socks\MasterIntraServer.cs" />
2017-08-18 21:01:11 +00:00
<Compile Include= "Socks\Protocols\ClientServerIds.cs" />
<Compile Include= "Socks\Protocols\InterMasterIds.cs" />
<Compile Include= "Socks\Protocols\IntraMasterIds.cs" />
<Compile Include= "Socks\Protocols\Packet.cs" />
2017-04-21 21:04:03 +00:00
<Compile Include= "Entrypoint.cs" />
2017-06-06 21:13:25 +00:00
<Compile Include= "Socks\PlayerConnection.cs" />
2017-04-17 18:50:18 +00:00
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
2017-04-27 20:44:30 +00:00
<None Include= "App.config" >
<SubType > Designer</SubType>
</None>
2017-08-23 21:00:44 +00:00
<None Include= "connectionStrings.config" >
<DependentUpon > App.config</DependentUpon>
2017-08-29 20:14:44 +00:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2017-08-22 20:59:41 +00:00
</None>
2017-04-27 20:44:30 +00:00
<None Include= "packages.config" >
<SubType > Designer</SubType>
2017-04-27 20:44:57 +00:00
<DependentUpon > App.config</DependentUpon>
2017-04-27 20:44:30 +00:00
</None>
2017-04-17 18:50:18 +00:00
</ItemGroup>
2017-04-19 21:05:28 +00:00
<ItemGroup >
<Folder Include= "Assets\Animations\" />
<Folder Include= "Assets\Models\" />
<Folder Include= "Assets\Shaders\" />
<Folder Include= "Assets\Textures\" />
</ItemGroup>
2017-04-27 20:44:30 +00:00
<ItemGroup >
<Service Include= "{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup >
<Content Include= "Fodyweavers.xml" >
<SubType > Designer</SubType>
2017-04-27 20:44:57 +00:00
<DependentUpon > App.config</DependentUpon>
2017-04-27 20:44:30 +00:00
</Content>
</ItemGroup>
2017-05-08 21:06:17 +00:00
<ItemGroup >
<ProjectReference Include= "Libraries\Kneesocks\Kneesocks.csproj" >
<Project > {347353f6-cecd-4895-8717-2b5394ac71cc}</Project>
<Name > Kneesocks</Name>
</ProjectReference>
2017-08-11 10:54:58 +00:00
<ProjectReference Include= "Libraries\Glove\Glove.csproj" >
2017-05-08 21:06:17 +00:00
<Project > {054f172e-9683-40bc-8bdd-7671340ec193}</Project>
2017-07-22 19:27:41 +00:00
<Name > Glove</Name>
2017-05-08 21:06:17 +00:00
</ProjectReference>
</ItemGroup>
2017-06-05 12:20:39 +00:00
<ItemGroup >
2017-08-22 20:59:41 +00:00
<BootstrapperPackage Include= ".NETFramework,Version=v4.6" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName>
<Install > true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include= "Microsoft.Net.Framework.3.5.SP1" >
<Visible > False</Visible>
<ProductName > .NET Framework 3.5 SP1</ProductName>
<Install > false</Install>
</BootstrapperPackage>
2017-06-05 12:20:39 +00:00
</ItemGroup>
2017-08-23 21:00:44 +00:00
<ItemGroup >
2017-08-25 21:03:33 +00:00
<EmbeddedResource Include= "Migrations\201708251600325_Initial.resx" >
<DependentUpon > 201708251600325_Initial.cs</DependentUpon>
2017-08-23 21:00:44 +00:00
</EmbeddedResource>
</ItemGroup>
2017-04-17 18:50:18 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2017-04-27 20:44:30 +00:00
<Error Condition= "!Exists('packages\Fody.2.0.4\build\dotnet\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\Fody.2.0.4\build\dotnet\Fody.targets'))" />
<Error Condition= "!Exists('packages\Costura.Fody.1.4.0\build\Costura.Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\Costura.Fody.1.4.0\build\Costura.Fody.targets'))" />
</Target>
<PropertyGroup >
2017-06-08 21:01:34 +00:00
<PostBuildEvent > mkdir "$(TargetDir)Assets"
XCOPY "$(ProjectDir)Assets" "$(TargetDir)Assets" /Y /E
2017-06-07 21:02:29 +00:00
COPY "$(ProjectDir)config.ini" "$(TargetDir)" /Y</PostBuildEvent>
2017-04-27 20:44:30 +00:00
</PropertyGroup>
<Import Project= "packages\Fody.2.0.4\build\dotnet\Fody.targets" Condition= " '$(Configuration)' == 'Release' " />
<Import Project= "packages\Costura.Fody.1.4.0\build\Costura.Fody.targets" Condition= " '$(Configuration)' == 'Release' " />
<Target AfterTargets= "AfterBuild;NonWinFodyTarget" Name= "CleanReferenceCopyLocalPaths" Condition= " '$(Configuration)' == 'Release' " >
<Delete Files= "@(ReferenceCopyLocalPaths->'$(OutDir)%(DestinationSubDirectory)%(Filename)%(Extension)')" />
2017-04-17 18:50:18 +00:00
</Target>
<!-- 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>