-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOsuLoader.sln
22 lines (21 loc) · 1.17 KB
/
OsuLoader.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryTests", "LibraryTests\LibraryTests.csproj", "{EF913153-0AC0-44B6-AEEA-595191077B0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OsuLoaderLib", "Library\OsuLoaderLib.csproj", "{42C048BD-66AF-4B1A-867E-F2710B9BEFF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF913153-0AC0-44B6-AEEA-595191077B0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF913153-0AC0-44B6-AEEA-595191077B0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF913153-0AC0-44B6-AEEA-595191077B0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF913153-0AC0-44B6-AEEA-595191077B0F}.Release|Any CPU.Build.0 = Release|Any CPU
{42C048BD-66AF-4B1A-867E-F2710B9BEFF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42C048BD-66AF-4B1A-867E-F2710B9BEFF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42C048BD-66AF-4B1A-867E-F2710B9BEFF1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
EndGlobalSection
EndGlobal