diff options
Diffstat (limited to 'src/ext/DirectX/wixlib')
| -rw-r--r-- | src/ext/DirectX/wixlib/directx.wixproj | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ext/DirectX/wixlib/directx.wixproj b/src/ext/DirectX/wixlib/directx.wixproj index bdad24a4..a7281dd0 100644 --- a/src/ext/DirectX/wixlib/directx.wixproj +++ b/src/ext/DirectX/wixlib/directx.wixproj | |||
| @@ -4,10 +4,13 @@ | |||
| 4 | <OutputType>Library</OutputType> | 4 | <OutputType>Library</OutputType> |
| 5 | <BindFiles>true</BindFiles> | 5 | <BindFiles>true</BindFiles> |
| 6 | </PropertyGroup> | 6 | </PropertyGroup> |
| 7 | |||
| 7 | <ItemGroup> | 8 | <ItemGroup> |
| 8 | <ProjectReference Include="..\ca\directxca.vcxproj" /> | 9 | <ProjectReference Include="..\ca\directxca.vcxproj" ReferenceOutputAssembly="false" /> |
| 9 | </ItemGroup> | 10 | </ItemGroup> |
| 11 | |||
| 10 | <ItemGroup> | 12 | <ItemGroup> |
| 11 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> | 13 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 14 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
| 12 | </ItemGroup> | 15 | </ItemGroup> |
| 13 | </Project> \ No newline at end of file | 16 | </Project> |
