2018-05-07 09:21:31 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" 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 > {8DB124E3-E892-4E7C-A782-2DA47771338C}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > ModdedUtilitiesNetworking</RootNamespace>
<AssemblyName > ModdedUtilitiesNetworking</AssemblyName>
2018-05-10 05:23:42 +08:00
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
2018-05-07 09:21:31 +08:00
<FileAlignment > 512</FileAlignment>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2018-05-10 05:23:42 +08:00
<TargetFrameworkProfile />
2018-05-07 09:21:31 +08:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<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' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "GalaxyCSharp" >
<HintPath > ..\..\..\..\..\..\..\Desktop\GalaxyCSharp.dll</HintPath>
</Reference>
<Reference Include= "Lidgren.Network, Version=3.6.0.1625, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Lidgren.Network.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
<Compile Include= "Class1.cs" />
<Compile Include= "Framework\Clients\CustomGalaxyClient.cs" />
<Compile Include= "Framework\Clients\CustomLidgrenClient.cs" />
2018-05-07 20:41:16 +08:00
<Compile Include= "Framework\DataInfo.cs" />
2018-05-07 09:21:31 +08:00
<Compile Include= "Framework\Delegates\DelegateInfo.cs" />
2018-05-09 01:45:26 +08:00
<Compile Include= "Framework\Enums\MessageTypes.cs" />
2018-05-07 10:31:10 +08:00
<Compile Include= "Framework\Extentions\GenericExtentions.cs" />
2018-05-08 13:37:02 +08:00
<Compile Include= "Framework\Extentions\StrardewValleyExtentions\MessagesExtentions.cs" />
2018-05-07 10:31:10 +08:00
<Compile Include= "Framework\Extentions\XNAExtentions.cs" />
2018-05-08 13:37:02 +08:00
<Compile Include= "Framework\Features\Stardew\MessageFeatures.cs" />
2018-05-07 09:21:31 +08:00
<Compile Include= "Framework\Messages\OutgoingMessageBase.cs" />
<Compile Include= "Framework\CustomMultiplayer.cs" />
<Compile Include= "Framework\Network\NetBufferReadStream.cs" />
<Compile Include= "Framework\Network\NetBufferWriteStream.cs" />
<Compile Include= "Framework\Servers\CustomGameServer.cs" />
<Compile Include= "Framework\Servers\CustomLidgrenServer.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
<None Include= "manifest.json" />
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<Analyzer Include= "..\packages\Pathoschild.Stardew.ModBuildConfig.2.1.0-beta-20180428\analyzers\dotnet\cs\StardewModdingAPI.ModBuildConfig.Analyzer.dll" />
</ItemGroup>
<ItemGroup />
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "..\packages\Pathoschild.Stardew.ModBuildConfig.2.1.0-beta-20180428\build\Pathoschild.Stardew.ModBuildConfig.targets" Condition= "Exists('..\packages\Pathoschild.Stardew.ModBuildConfig.2.1.0-beta-20180428\build\Pathoschild.Stardew.ModBuildConfig.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>
<Error Condition= "!Exists('..\packages\Pathoschild.Stardew.ModBuildConfig.2.1.0-beta-20180428\build\Pathoschild.Stardew.ModBuildConfig.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Pathoschild.Stardew.ModBuildConfig.2.1.0-beta-20180428\build\Pathoschild.Stardew.ModBuildConfig.targets'))" />
</Target>
</Project>