diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-02-28 17:06:38 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-02-28 17:10:06 -0800 |
| commit | dd7352c2a04e66f325d34cf41d4b8ce3d6c0a815 (patch) | |
| tree | 2e4979faf227231057bdf2c477be7867e6d115e6 /src/Directory.Build.targets | |
| parent | b3fdc47eec3baa4a18b5fda707bb975f72d4be42 (diff) | |
| download | wix-dd7352c2a04e66f325d34cf41d4b8ce3d6c0a815.tar.gz wix-dd7352c2a04e66f325d34cf41d4b8ce3d6c0a815.tar.bz2 wix-dd7352c2a04e66f325d34cf41d4b8ce3d6c0a815.zip | |
Update to latest build process to simplify build of .snupkg
Diffstat (limited to 'src/Directory.Build.targets')
| -rw-r--r-- | src/Directory.Build.targets | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index cb988931..2fcc765a 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets | |||
| @@ -10,11 +10,6 @@ | |||
| 10 | --> | 10 | --> |
| 11 | <Project> | 11 | <Project> |
| 12 | <PropertyGroup> | 12 | <PropertyGroup> |
| 13 | <CreateDocumentation Condition=" '$(CreateDocumentationFile)'!='true' ">false</CreateDocumentation> | ||
| 14 | <DocumentationFile Condition=" '$(CreateDocumentationFile)'=='true' ">$(OutputPath)\$(AssemblyName).xml</DocumentationFile> | ||
| 15 | </PropertyGroup> | ||
| 16 | |||
| 17 | <PropertyGroup> | ||
| 18 | <ReplacePackageReferences>true</ReplacePackageReferences> | 13 | <ReplacePackageReferences>true</ReplacePackageReferences> |
| 19 | <TheSolutionPath Condition=" '$(NCrunch)'=='' ">$(SolutionPath)</TheSolutionPath> | 14 | <TheSolutionPath Condition=" '$(NCrunch)'=='' ">$(SolutionPath)</TheSolutionPath> |
| 20 | <TheSolutionPath Condition=" '$(NCrunch)'=='1' ">$(NCrunchOriginalSolutionPath)</TheSolutionPath> | 15 | <TheSolutionPath Condition=" '$(NCrunch)'=='1' ">$(NCrunchOriginalSolutionPath)</TheSolutionPath> |
| @@ -45,12 +40,12 @@ | |||
| 45 | <ProjectReference Include="@(PackageInSolution->'$(SmartSolutionDir)\%(SmartPath)' )"/> | 40 | <ProjectReference Include="@(PackageInSolution->'$(SmartSolutionDir)\%(SmartPath)' )"/> |
| 46 | 41 | ||
| 47 | <!-- Remove the package references that are now referenced as projects --> | 42 | <!-- Remove the package references that are now referenced as projects --> |
| 48 | <PackageReference Remove="@(PackageInSolution->'%(PackageName)' )"/> | 43 | <PackageReference Remove="@(PackageInSolution->'%(PackageName)')"/> |
| 49 | </ItemGroup> | 44 | </ItemGroup> |
| 50 | 45 | ||
| 51 | </When> | 46 | </When> |
| 52 | </Choose> | 47 | </Choose> |
| 53 | 48 | ||
| 54 | <Import Project="Wix.Build.targets" Condition=" Exists('Wix.Build.targets') And '$(MSBuildProjectExtension)'=='.wixproj' " /> | 49 | <Import Project="Directory$(MSBuildProjectExtension).targets" Condition=" Exists('Directory$(MSBuildProjectExtension).targets') " /> |
| 55 | <Import Project="Custom.Build.targets" Condition=" Exists('Custom.Build.targets') " /> | 50 | <Import Project="Custom.Build.targets" Condition=" Exists('Custom.Build.targets') " /> |
| 56 | </Project> | 51 | </Project> |
