This repository has been archived by the owner on May 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SFMLSharp.sln
50 lines (50 loc) · 2.73 KB
/
SFMLSharp.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SFMLSharp", "SFMLSharp\SFMLSharp.csproj", "{1F61763D-6083-45D3-BEAD-E8CA93BC0CE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SFMLSharp.Extensions", "SFMLSharp.Extensions\SFMLSharp.Extensions.csproj", "{7464736E-AA46-479F-B6BB-1BCC2CBBC2EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{15FAD5AC-9387-4F54-BF66-2F67A3847C82}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CB6470E9-1342-4D4E-B8B0-560F80EC9B86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SFMLSharp.Example", "SFMLSharp.Example\SFMLSharp.Example.csproj", "{F6D907E6-93F2-4697-AA20-1D58107D2CC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F61763D-6083-45D3-BEAD-E8CA93BC0CE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F61763D-6083-45D3-BEAD-E8CA93BC0CE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F61763D-6083-45D3-BEAD-E8CA93BC0CE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F61763D-6083-45D3-BEAD-E8CA93BC0CE4}.Release|Any CPU.Build.0 = Release|Any CPU
{7464736E-AA46-479F-B6BB-1BCC2CBBC2EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7464736E-AA46-479F-B6BB-1BCC2CBBC2EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7464736E-AA46-479F-B6BB-1BCC2CBBC2EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7464736E-AA46-479F-B6BB-1BCC2CBBC2EB}.Release|Any CPU.Build.0 = Release|Any CPU
{F6D907E6-93F2-4697-AA20-1D58107D2CC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6D907E6-93F2-4697-AA20-1D58107D2CC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6D907E6-93F2-4697-AA20-1D58107D2CC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6D907E6-93F2-4697-AA20-1D58107D2CC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1F61763D-6083-45D3-BEAD-E8CA93BC0CE4} = {CB6470E9-1342-4D4E-B8B0-560F80EC9B86}
{7464736E-AA46-479F-B6BB-1BCC2CBBC2EB} = {CB6470E9-1342-4D4E-B8B0-560F80EC9B86}
{F6D907E6-93F2-4697-AA20-1D58107D2CC3} = {CB6470E9-1342-4D4E-B8B0-560F80EC9B86}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8375957A-5091-487C-9545-83407D4DF226}
EndGlobalSection
EndGlobal