|
@@ -5,6 +5,8 @@ VisualStudioVersion = 16.0.28729.10
|
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PixiEditorDotNetCore3", "PixiEditorDotNetCore3.csproj", "{B17A8190-059F-4FDD-A1B5-4F63D866778F}"
|
|
|
EndProject
|
|
|
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PixiEditorTests", "..\PixiEditorTests\PixiEditorTests.csproj", "{D61922EA-3BF3-4AFA-8930-3A8B30A9A195}"
|
|
|
+EndProject
|
|
|
Global
|
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
|
Debug|Any CPU = Debug|Any CPU
|
|
@@ -15,6 +17,10 @@ Global
|
|
|
{B17A8190-059F-4FDD-A1B5-4F63D866778F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
{B17A8190-059F-4FDD-A1B5-4F63D866778F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
{B17A8190-059F-4FDD-A1B5-4F63D866778F}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
|
+ {D61922EA-3BF3-4AFA-8930-3A8B30A9A195}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
+ {D61922EA-3BF3-4AFA-8930-3A8B30A9A195}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
+ {D61922EA-3BF3-4AFA-8930-3A8B30A9A195}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
+ {D61922EA-3BF3-4AFA-8930-3A8B30A9A195}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
|
EndGlobalSection
|
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
|
HideSolutionNode = FALSE
|