aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/directx.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/directx.wixproj')
-rw-r--r--src/wixlib/directx.wixproj8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/wixlib/directx.wixproj b/src/wixlib/directx.wixproj
index 60e3215a..bdad24a4 100644
--- a/src/wixlib/directx.wixproj
+++ b/src/wixlib/directx.wixproj
@@ -1,17 +1,13 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<Project Sdk="WixToolset.Sdk"> 2<Project Sdk="WixToolset.Sdk" ToolsVersion="4.0">
3
4 <PropertyGroup> 3 <PropertyGroup>
5 <OutputType>Library</OutputType> 4 <OutputType>Library</OutputType>
6 <BindFiles>true</BindFiles> 5 <BindFiles>true</BindFiles>
7 </PropertyGroup> 6 </PropertyGroup>
8
9 <ItemGroup> 7 <ItemGroup>
10 <ProjectReference Include="..\ca\directxca.vcxproj" /> 8 <ProjectReference Include="..\ca\directxca.vcxproj" />
11 </ItemGroup> 9 </ItemGroup>
12
13 <ItemGroup> 10 <ItemGroup>
14 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> 11 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" />
15 </ItemGroup> 12 </ItemGroup>
16 13</Project> \ No newline at end of file
17</Project>