1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:07:28 +08:00
osu-lazer/osu.Desktop.Deploy/osu.Desktop.Deploy.csproj

19 lines
935 B
XML
Raw Normal View History

<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" />
<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" />
<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>