Skip to content

Commit

Permalink
Fix build issue TerminalApp missing
Browse files Browse the repository at this point in the history
Fixes issue related to microsoft#659 and microsoft#489, microsoft#565
  • Loading branch information
iwhp authored May 17, 2019
1 parent 2b41fad commit 6fd14ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cascadia/TerminalApp/TerminalApp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
<Private>true</Private>
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
</ProjectReference>
<ProjectReference Include="..\TerminalSettings\TerminalSettings.vcxproj">
<Project>{ca5cad1a-d7ec-4107-b7c6-79cb77ae2907}</Project>
</ProjectReference>

</ItemGroup>
<PropertyGroup>
Expand All @@ -128,4 +131,4 @@
</PropertyGroup>
<Error Condition="!Exists('..\..\..\packages\Microsoft.UI.Xaml.2.1.190405001-prerelease\build\native\Microsoft.UI.Xaml.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.UI.Xaml.2.1.190405001-prerelease\build\native\Microsoft.UI.Xaml.targets'))" />
</Target>
</Project>
</Project>

0 comments on commit 6fd14ee

Please sign in to comment.