2018-04-20 18:17:11 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-03-27 21:36:43 +08:00
|
|
|
|
<Import Project="..\osu.Game.props" />
|
2017-11-19 15:30:41 +08:00
|
|
|
|
<PropertyGroup Label="Project">
|
2018-04-20 13:41:57 +08:00
|
|
|
|
<TargetFrameworks>net471</TargetFrameworks>
|
2017-11-19 15:30:41 +08:00
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup Label="Project References">
|
2018-03-27 21:36:43 +08:00
|
|
|
|
<ProjectReference Include="..\osu-framework\osu.Framework\osu.Framework.csproj" />
|
2017-11-19 15:30:41 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup Label="Package References">
|
2018-03-27 21:36:43 +08:00
|
|
|
|
<PackageReference Include="NuGet.CommandLine" Version="4.5.1" />
|
2018-04-13 19:19:52 +08:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.10.1" />
|
2018-05-02 16:23:42 +08:00
|
|
|
|
<PackageReference Include="squirrel.windows" Version="1.8.0" Condition="'$(TargetFramework)' == 'net471'" />
|
2018-03-27 21:36:43 +08:00
|
|
|
|
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0" />
|
2018-04-20 18:17:11 +08:00
|
|
|
|
<PackageReference Include="System.Management.Automation.dll" Version="10.0.10586" />
|
2017-11-19 15:30:41 +08:00
|
|
|
|
</ItemGroup>
|
2017-02-13 00:02:44 +08:00
|
|
|
|
</Project>
|