Skip to content

Commit

Permalink
Update windows setup project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin committed Jul 18, 2020
1 parent e09fd1a commit b4ee970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup/NvsSetup.wixproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props" Condition="Exists('packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props')" />
<Import Project="packages\WiX.3.10.3\build\wix.props" Condition="Exists('packages\WiX.3.10.3\build\wix.props')" />
<Import Project="packages\WiX.3.11.2\build\wix.props" Condition="Exists('packages\WiX.3.11.2\build\wix.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Expand Down Expand Up @@ -76,6 +76,6 @@
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\WiX.3.10.3\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\WiX.3.10.3\build\wix.props'))" />
<Error Condition="!Exists('packages\WiX.3.11.2\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\WiX.3.11.2\build\wix.props'))" />
</Target>
</Project>
4 changes: 2 additions & 2 deletions setup/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="WiX" version="3.10.3" />
<package id="MicroBuild.Core" version="0.2.0" targetFramework="native" developmentDependency="true" />
<package id="WiX" version="3.11.2" />
<package id="MicroBuild.Core" version="0.3.0" targetFramework="native" developmentDependency="true" />
</packages>

0 comments on commit b4ee970

Please sign in to comment.