-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathTiledLib.sln
More file actions
43 lines (43 loc) · 2.36 KB
/
TiledLib.sln
File metadata and controls
43 lines (43 loc) · 2.36 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiledLib", "TiledLib\TiledLib.csproj", "{39334840-001D-48E5-A13C-4A9CA6BAB142}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiledLib.Pipeline", "TiledLib.Pipeline\TiledLib.Pipeline.csproj", "{8F4869B1-35A2-4EC7-86C5-D60143E3FC05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiledLib.Tests", "TiledLib.Tests\TiledLib.Tests.csproj", "{13A3D034-B392-4027-ADEE-8BE3AF17FEC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF61C04A-6F22-49BE-B73C-C55CFC207962}"
ProjectSection(SolutionItems) = preProject
.config\dotnet-tools.json = .config\dotnet-tools.json
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39334840-001D-48E5-A13C-4A9CA6BAB142}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39334840-001D-48E5-A13C-4A9CA6BAB142}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39334840-001D-48E5-A13C-4A9CA6BAB142}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39334840-001D-48E5-A13C-4A9CA6BAB142}.Release|Any CPU.Build.0 = Release|Any CPU
{8F4869B1-35A2-4EC7-86C5-D60143E3FC05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F4869B1-35A2-4EC7-86C5-D60143E3FC05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F4869B1-35A2-4EC7-86C5-D60143E3FC05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F4869B1-35A2-4EC7-86C5-D60143E3FC05}.Release|Any CPU.Build.0 = Release|Any CPU
{13A3D034-B392-4027-ADEE-8BE3AF17FEC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13A3D034-B392-4027-ADEE-8BE3AF17FEC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13A3D034-B392-4027-ADEE-8BE3AF17FEC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13A3D034-B392-4027-ADEE-8BE3AF17FEC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A4C9B2C2-0F46-4ED8-A337-AB5382829540}
EndGlobalSection
EndGlobal