-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathwContour.csproj
32 lines (28 loc) · 1.03 KB
/
wContour.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<ProjectName>wContour</ProjectName>
</PropertyGroup>
<ItemGroup>
<None Remove="*.ncrunchproject" />
<None Remove="*.vspscc" />
</ItemGroup>
<ItemGroup>
<None Remove="UpgradeLog.htm" />
<None Remove="wContour.suo" />
<None Remove="wContour.xml" />
</ItemGroup>
<PropertyGroup>
<GeneratePackageOnBuild Condition="'$(Configuration)'=='Release'">True</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/meteoinfo/wContour_CSharp</PackageProjectUrl>
<Copyright>Copyright © 2009-2017</Copyright>
<Company>yaqiang.wang@gmail.com</Company>
<VersionPrefix>1.6.2</VersionPrefix>
<NeutralLanguage />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(ProjectName).xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>True</DebugSymbols>
</PropertyGroup>
</Project>