diff options
author | Rob Mensching <rob@firegiant.com> | 2024-04-07 03:26:12 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-04-25 13:31:39 -0700 |
commit | 4983aeeb2da6e96bc8aad698752b3b962f58e585 (patch) | |
tree | 40a5eee15554c599086f12d0d426ba37060b050a /src/Directory.csproj.targets | |
parent | 973a1764223d7313beef03a66f6218905b07870b (diff) | |
download | wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.tar.gz wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.tar.bz2 wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.zip |
Move to ReleaseFlow and SomeVer
Diffstat (limited to 'src/Directory.csproj.targets')
-rw-r--r-- | src/Directory.csproj.targets | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Directory.csproj.targets b/src/Directory.csproj.targets index ba7185e8..2c6abce3 100644 --- a/src/Directory.csproj.targets +++ b/src/Directory.csproj.targets | |||
@@ -5,16 +5,8 @@ | |||
5 | <CreateDocumentation Condition=" '$(CreateDocumentationFile)'!='true' ">false</CreateDocumentation> | 5 | <CreateDocumentation Condition=" '$(CreateDocumentationFile)'!='true' ">false</CreateDocumentation> |
6 | <DocumentationFile Condition=" '$(CreateDocumentationFile)'=='true' ">$(OutputPath)\$(AssemblyName).xml</DocumentationFile> | 6 | <DocumentationFile Condition=" '$(CreateDocumentationFile)'=='true' ">$(OutputPath)\$(AssemblyName).xml</DocumentationFile> |
7 | <DefineConstants Condition=" '$(Configuration)'=='Debug' ">$(DefineConstants);DEBUG</DefineConstants> | 7 | <DefineConstants Condition=" '$(Configuration)'=='Debug' ">$(DefineConstants);DEBUG</DefineConstants> |
8 | |||
9 | <WixVersionThisAssemblyFile>$(RootBuildFolder)ThisAssembly.WixVer.cs</WixVersionThisAssemblyFile> | ||
10 | </PropertyGroup> | 8 | </PropertyGroup> |
11 | 9 | ||
12 | <ItemGroup Condition=" '$(IncludeThisAssembly)'=='true' "> | ||
13 | <Compile Include="$(WixVersionThisAssemblyFile)" /> | ||
14 | </ItemGroup> | ||
15 | |||
16 | <Target Name="__SetAssemblyInfoFromGit" DependsOnTargets="__SetPropertiesFromGit" BeforeTargets="GetAssemblyVersion" /> | ||
17 | |||
18 | <PropertyGroup Condition=" '$(IsWixTestProject)'=='true' "> | 10 | <PropertyGroup Condition=" '$(IsWixTestProject)'=='true' "> |
19 | <RollForward>Major</RollForward> | 11 | <RollForward>Major</RollForward> |
20 | <IsPackable>false</IsPackable> | 12 | <IsPackable>false</IsPackable> |