forked from Kylemc1413/SongCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSongCore.sln
20 lines (20 loc) · 1.06 KB
/
SongCore.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SongCore", "source\SongCore\SongCore.csproj", "{6616AC24-0A2F-41A0-8C70-5F601F87251C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{6679C667-D97F-41D2-AC8A-942D9C06BC91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6679C667-D97F-41D2-AC8A-942D9C06BC91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6679C667-D97F-41D2-AC8A-942D9C06BC91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6616AC24-0A2F-41A0-8C70-5F601F87251C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6616AC24-0A2F-41A0-8C70-5F601F87251C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6616AC24-0A2F-41A0-8C70-5F601F87251C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6616AC24-0A2F-41A0-8C70-5F601F87251C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal