osu/osu.Desktop.Deploy/osu.Desktop.Deploy.csproj

19 lines
935 B
XML
Raw Normal View History

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