diff options
Diffstat (limited to 'src/libs/WixToolset.Versioning/WixToolset.Versioning.csproj')
| -rw-r--r-- | src/libs/WixToolset.Versioning/WixToolset.Versioning.csproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libs/WixToolset.Versioning/WixToolset.Versioning.csproj b/src/libs/WixToolset.Versioning/WixToolset.Versioning.csproj new file mode 100644 index 00000000..2c23f391 --- /dev/null +++ b/src/libs/WixToolset.Versioning/WixToolset.Versioning.csproj | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
| 3 | |||
| 4 | <Project Sdk="Microsoft.NET.Sdk"> | ||
| 5 | <PropertyGroup> | ||
| 6 | <TargetFrameworks>netstandard2.0</TargetFrameworks> | ||
| 7 | <TargetFrameworks Condition=" '$(Configuration)'=='Release' ">$(TargetFrameworks);net472</TargetFrameworks> | ||
| 8 | <LangVersion>7.3</LangVersion> | ||
| 9 | <Description>WiX Toolset Versioning</Description> | ||
| 10 | <DebugType>embedded</DebugType> | ||
| 11 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
| 12 | <CreateDocumentationFile>true</CreateDocumentationFile> | ||
| 13 | </PropertyGroup> | ||
| 14 | </Project> | ||
