aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CSharp.Build.props1
-rw-r--r--src/Directory.Build.targets8
-rw-r--r--src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj4
-rw-r--r--src/dotnet-wix/dotnet-wix.nuspec3
-rw-r--r--src/heat/heat.csproj4
5 files changed, 9 insertions, 11 deletions
diff --git a/src/CSharp.Build.props b/src/CSharp.Build.props
index bcd47a0c..81d24ad1 100644
--- a/src/CSharp.Build.props
+++ b/src/CSharp.Build.props
@@ -8,5 +8,6 @@
8 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 8 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
9 <SignAssembly>true</SignAssembly> 9 <SignAssembly>true</SignAssembly>
10 <AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)wix.snk))</AssemblyOriginatorKeyFile> 10 <AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)wix.snk))</AssemblyOriginatorKeyFile>
11 <NBGV_EmitThisAssemblyClass>false</NBGV_EmitThisAssemblyClass>
11 </PropertyGroup> 12 </PropertyGroup>
12</Project> 13</Project>
diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets
index dac7452a..cb988931 100644
--- a/src/Directory.Build.targets
+++ b/src/Directory.Build.targets
@@ -10,6 +10,11 @@
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>
13 <ReplacePackageReferences>true</ReplacePackageReferences> 18 <ReplacePackageReferences>true</ReplacePackageReferences>
14 <TheSolutionPath Condition=" '$(NCrunch)'=='' ">$(SolutionPath)</TheSolutionPath> 19 <TheSolutionPath Condition=" '$(NCrunch)'=='' ">$(SolutionPath)</TheSolutionPath>
15 <TheSolutionPath Condition=" '$(NCrunch)'=='1' ">$(NCrunchOriginalSolutionPath)</TheSolutionPath> 20 <TheSolutionPath Condition=" '$(NCrunch)'=='1' ">$(NCrunchOriginalSolutionPath)</TheSolutionPath>
@@ -45,4 +50,7 @@
45 50
46 </When> 51 </When>
47 </Choose> 52 </Choose>
53
54 <Import Project="Wix.Build.targets" Condition=" Exists('Wix.Build.targets') And '$(MSBuildProjectExtension)'=='.wixproj' " />
55 <Import Project="Custom.Build.targets" Condition=" Exists('Custom.Build.targets') " />
48</Project> 56</Project>
diff --git a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
index 196b0916..6f43bae5 100644
--- a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
+++ b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
@@ -13,10 +13,6 @@
13 <PlatformTarget>AnyCPU</PlatformTarget> 13 <PlatformTarget>AnyCPU</PlatformTarget>
14 </PropertyGroup> 14 </PropertyGroup>
15 15
16 <PropertyGroup>
17 <NoWarn>NU1701</NoWarn>
18 </PropertyGroup>
19
20 <ItemGroup> 16 <ItemGroup>
21 <PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.*" /> 17 <PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.*" />
22 </ItemGroup> 18 </ItemGroup>
diff --git a/src/dotnet-wix/dotnet-wix.nuspec b/src/dotnet-wix/dotnet-wix.nuspec
index c2a4c8f4..8226a4c7 100644
--- a/src/dotnet-wix/dotnet-wix.nuspec
+++ b/src/dotnet-wix/dotnet-wix.nuspec
@@ -11,9 +11,6 @@
11 <packageTypes> 11 <packageTypes>
12 <packageType name="DotnetTool" /> 12 <packageType name="DotnetTool" />
13 </packageTypes> 13 </packageTypes>
14 <dependencies>
15 <group targetFramework=".NETCoreApp2.1" />
16 </dependencies>
17 </metadata> 14 </metadata>
18 15
19 <files> 16 <files>
diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj
index f21f2eb6..53446e2f 100644
--- a/src/heat/heat.csproj
+++ b/src/heat/heat.csproj
@@ -16,10 +16,6 @@
16 <RollForward>LatestMajor</RollForward> 16 <RollForward>LatestMajor</RollForward>
17 </PropertyGroup> 17 </PropertyGroup>
18 18
19 <PropertyGroup>
20 <NoWarn>NU1701</NoWarn>
21 </PropertyGroup>
22
23 <ItemGroup> 19 <ItemGroup>
24 <Compile Include="..\wix\ConsoleMessageListener.cs" Link="ConsoleMessageListener.cs" /> 20 <Compile Include="..\wix\ConsoleMessageListener.cs" Link="ConsoleMessageListener.cs" />
25 </ItemGroup> 21 </ItemGroup>