forked from bizzehdee/bzTorrent
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.Net.Torrent.csproj
More file actions
Latest commit
17 lines (17 loc) · 741 Bytes
/
Copy pathSystem.Net.Torrent.csproj
File metadata and controls
17 lines (17 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageTargetFallback>$(PackageTargetFallback);portable-win+net45+wp8+win81+wpa8</PackageTargetFallback>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.0.1</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroupCondition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
<CompileRemove="Nuget\**" />
<EmbeddedResourceRemove="Nuget\**" />
<NoneRemove="Nuget\**" />
</ItemGroup>
</Project>