diff options
Diffstat (limited to 'src/ext/Firewall/wixlib/firewall.wixproj')
-rw-r--r-- | src/ext/Firewall/wixlib/firewall.wixproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ext/Firewall/wixlib/firewall.wixproj b/src/ext/Firewall/wixlib/firewall.wixproj index 242fa56e..2230ee0d 100644 --- a/src/ext/Firewall/wixlib/firewall.wixproj +++ b/src/ext/Firewall/wixlib/firewall.wixproj | |||
@@ -14,13 +14,13 @@ | |||
14 | </ItemGroup> | 14 | </ItemGroup> |
15 | 15 | ||
16 | <ItemGroup> | 16 | <ItemGroup> |
17 | <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=ARM64" /> | 17 | <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=ARM64" ReferenceOutputAssembly="false" /> |
18 | <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x86" /> | 18 | <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> |
19 | <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x64" /> | 19 | <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | 21 | ||
22 | <ItemGroup> | 22 | <ItemGroup> |
23 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> | 23 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
24 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
24 | </ItemGroup> | 25 | </ItemGroup> |
25 | |||
26 | </Project> | 26 | </Project> |