UWP compilation fix

This commit is contained in:
BADIM-PC\Vadim
2017-09-26 15:33:29 +03:00
parent 2c1b7a456d
commit 74e72569ea
6 changed files with 5 additions and 15 deletions

View File

@@ -15,8 +15,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tic80", "..\tic80\tic80.vcx
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "..\example\example.vcxproj", "{86CAA9C1-C61A-40D8-AC77-33D94754C824}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "..\test\test.vcxproj", "{95A32262-B41A-4123-BD54-B26ED158CB29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
@@ -73,14 +71,6 @@ Global
{86CAA9C1-C61A-40D8-AC77-33D94754C824}.Release|x64.Build.0 = Release|x64
{86CAA9C1-C61A-40D8-AC77-33D94754C824}.Release|x86.ActiveCfg = Release|Win32
{86CAA9C1-C61A-40D8-AC77-33D94754C824}.Release|x86.Build.0 = Release|Win32
{95A32262-B41A-4123-BD54-B26ED158CB29}.Debug|x64.ActiveCfg = Debug|x64
{95A32262-B41A-4123-BD54-B26ED158CB29}.Debug|x64.Build.0 = Debug|x64
{95A32262-B41A-4123-BD54-B26ED158CB29}.Debug|x86.ActiveCfg = Debug|Win32
{95A32262-B41A-4123-BD54-B26ED158CB29}.Debug|x86.Build.0 = Debug|Win32
{95A32262-B41A-4123-BD54-B26ED158CB29}.Release|x64.ActiveCfg = Release|x64
{95A32262-B41A-4123-BD54-B26ED158CB29}.Release|x64.Build.0 = Release|x64
{95A32262-B41A-4123-BD54-B26ED158CB29}.Release|x86.ActiveCfg = Release|Win32
{95A32262-B41A-4123-BD54-B26ED158CB29}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE