|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net462</TargetFrameworks> |
5 | | - <OutputType>Exe</OutputType> |
6 | 4 | <RootNamespace>LfMerge</RootNamespace> |
7 | | - <Configurations>Debug;Release</Configurations> |
8 | 5 | <Description>LfMerge</Description> |
9 | | - <Company>SIL International</Company> |
10 | | - <Authors>SIL International</Authors> |
11 | | - <Product>LfMerge</Product> |
12 | | - <Copyright>Copyright © 2010-2020 SIL International</Copyright> |
13 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
14 | | - <PackageProjectUrl>https://github.com/sillsdev/LfMerge</PackageProjectUrl> |
15 | | - <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
16 | | - <OutputPath>../../output/$(Configuration)</OutputPath> |
17 | | - <PackageOutputPath>../../output</PackageOutputPath> |
18 | | - <SignAssembly>true</SignAssembly> |
19 | | - <AssemblyOriginatorKeyFile>../../LfMerge.snk</AssemblyOriginatorKeyFile> |
20 | | - <IncludeSymbols>true</IncludeSymbols> |
21 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
22 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
23 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
24 | | - <AppendToReleaseNotesProperty><![CDATA[ |
25 | | -See full changelog at https://github.com/sillsdev/LfMerge/blob/master/CHANGELOG.md]]> |
26 | | - </AppendToReleaseNotesProperty> |
27 | | - <UseFullSemVerForNuGet>false</UseFullSemVerForNuGet> |
28 | | - <ChangelogFile>../../CHANGELOG.md</ChangelogFile> |
| 6 | + <OutputType>Exe</OutputType> |
29 | 7 | <DefinePlatformConstants Condition="'$(OS)'!='Windows_NT'">LINUX</DefinePlatformConstants> |
30 | | - <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
31 | | - <DefineConstants>DEBUG;TRACE;$(DefinePlatformConstants)</DefineConstants> |
32 | | - <IsPackable>false</IsPackable> |
33 | 8 | </PropertyGroup> |
34 | 9 |
|
35 | 10 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net462|AnyCPU'"> |
|
0 commit comments