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