-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathosu-database-reader.sln
37 lines (37 loc) · 2.12 KB
/
osu-database-reader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "osu-database-reader", "osu-database-reader\osu-database-reader.csproj", "{C3078606-8055-4122-845D-7F9A0154883D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestProject", "UnitTestProject\UnitTestProject.csproj", "{3F44AD82-C508-4D86-B022-DD1D40A9B88C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "osu-database-reader.SourceGenerator", "osu-database-reader.SourceGenerator\osu-database-reader.SourceGenerator.csproj", "{0FAF0917-F419-4160-9594-EDFDF30636A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3078606-8055-4122-845D-7F9A0154883D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3078606-8055-4122-845D-7F9A0154883D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3078606-8055-4122-845D-7F9A0154883D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3078606-8055-4122-845D-7F9A0154883D}.Release|Any CPU.Build.0 = Release|Any CPU
{3F44AD82-C508-4D86-B022-DD1D40A9B88C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F44AD82-C508-4D86-B022-DD1D40A9B88C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F44AD82-C508-4D86-B022-DD1D40A9B88C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F44AD82-C508-4D86-B022-DD1D40A9B88C}.Release|Any CPU.Build.0 = Release|Any CPU
{0FAF0917-F419-4160-9594-EDFDF30636A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FAF0917-F419-4160-9594-EDFDF30636A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FAF0917-F419-4160-9594-EDFDF30636A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FAF0917-F419-4160-9594-EDFDF30636A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9AD9F3C5-8A38-4189-B5EB-74CF6DD29C72}
EndGlobalSection
EndGlobal