diff options
Diffstat (limited to '')
-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> |