LiveSplit.TZA/LiveSplit.TZA/LiveSplit.TZA.csproj

34 lines
994 B
XML
Executable File

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Using Remove="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Reference Include="LiveSplit.Core">
<HintPath>..\..\LiveSplit\LiveSplit\bin\Release\LiveSplit.Core.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="UpdateManager">
<HintPath>..\..\LiveSplit\LiveSplit\bin\Release\UpdateManager.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Update="TzaControl.cs">
<SubType>UserControl</SubType>
</Compile>
</ItemGroup>
</Project>