@@ -16,8 +16,15 @@ EndProject
1616Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{4BBA7B74-E003-4D9B-826A-43BD6BA48111}"
1717 Project Section (SolutionItems ) = preProject
1818 .editorconfig = .editorconfig
19+ SFML .Module .props = SFML .Module .props
20+ SFML .NuGet .props = SFML .NuGet .props
21+ SFML .CodeStyle .props = SFML .CodeStyle .props
1922 EndProject Section
2023EndProject
24+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "SFML.System.Test" , "test\SFML.System.Test\SFML.System.Test.csproj" , "{958AC8B0-2D99-4C65-97C1-2979A090C82D}"
25+ EndProject
26+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Tests" , "Tests" , "{D98B564D-6F79-4429-87C3-ECDDC54F731B}"
27+ EndProject
2128Global
2229 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
2330 Debug| Any CPU = Debug| Any CPU
@@ -88,11 +95,26 @@ Global
8895 {88DD6B5D-3013-4737-A77C-EC2563FCED38} .Release| x64 .Build .0 = Release| x64
8996 {88DD6B5D-3013-4737-A77C-EC2563FCED38} .Release| x86 .ActiveCfg = Release| x86
9097 {88DD6B5D-3013-4737-A77C-EC2563FCED38} .Release| x86 .Build .0 = Release| x86
98+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
99+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} .Debug| Any CPU .Build .0 = Debug| Any CPU
100+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} .Debug| x64 .ActiveCfg = Debug| x64
101+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} .Debug| x64 .Build .0 = Debug| x64
102+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} .Debug| x86 .ActiveCfg = Debug| x86
103+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} .Debug| x86 .Build .0 = Debug| x86
104+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} .Release| Any CPU .ActiveCfg = Release| Any CPU
105+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} .Release| Any CPU .Build .0 = Release| Any CPU
106+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} .Release| x64 .ActiveCfg = Release| x64
107+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} .Release| x64 .Build .0 = Release| x64
108+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} .Release| x86 .ActiveCfg = Release| x86
109+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} .Release| x86 .Build .0 = Release| x86
91110 EndGlobalSection
92111 GlobalSection (SolutionProperties ) = preSolution
93112 HideSolutionNode = FALSE
94113 EndGlobalSection
95114 GlobalSection (ExtensibilityGlobals ) = postSolution
96115 SolutionGuid = {384AFDD8-7EEF-462A-B496-B5F71D0EEF1D}
97116 EndGlobalSection
117+ GlobalSection (NestedProjects ) = preSolution
118+ {958AC8B0-2D99-4C65-97C1-2979A090C82D} = {D98B564D-6F79-4429-87C3-ECDDC54F731B}
119+ EndGlobalSection
98120EndGlobal
0 commit comments