diff options
author | Bob Arnson <bob@firegiant.com> | 2020-09-02 14:36:37 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-09-02 14:38:25 -0400 |
commit | 2d71bd9f4379a1605347581c7cdd271315cd94f7 (patch) | |
tree | 407aa68b9af459c493bc1f783b4210103a55f955 /src/wixlib/directx.wixproj | |
parent | d02ccdc0bd962289d59d83497e19a31b974c9631 (diff) | |
download | wix-2d71bd9f4379a1605347581c7cdd271315cd94f7.tar.gz wix-2d71bd9f4379a1605347581c7cdd271315cd94f7.tar.bz2 wix-2d71bd9f4379a1605347581c7cdd271315cd94f7.zip |
Fix Condition authoring.
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/directx.wixproj | 8 |
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> | ||