Created
November 26, 2016 21:54
-
-
Save scionwest/ab704544a662022663534b3e71306f84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" /> | |
| <PropertyGroup> | |
| <OutputType>Exe</OutputType> | |
| <TargetFramework>netcoreapp1.0</TargetFramework> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <Compile Include="**\*.cs" /> | |
| <EmbeddedResource Include="**\*.resx" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <PackageReference Include="Microsoft.Extensions.DependencyModel"> | |
| <Version>1.1.0</Version> | |
| </PackageReference> | |
| <PackageReference Include="Microsoft.NETCore.App"> | |
| <Version>1.2.0-beta-001135-00</Version> | |
| </PackageReference> | |
| <PackageReference Include="Microsoft.NET.Sdk"> | |
| <Version>1.0.0-alpha-20161104-2</Version> | |
| <PrivateAssets>All</PrivateAssets> | |
| </PackageReference> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="..\GameServ.Core\GameServ.Core.csproj" /> | |
| <ProjectReference Include="..\GameServ.Server\GameServ.Server.csproj" /> | |
| </ItemGroup> | |
| <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
| </Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment