-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCoolBR.sln
23 lines (23 loc) · 1.37 KB
/
CoolBR.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rarakasm.CoolBR.Web", "Rarakasm.CoolBR.Web\Rarakasm.CoolBR.Web.csproj", "{EA111F7E-25B2-43DB-8C9D-C11CC1414577}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rarakasm.CoolBR.Core", "Rarakasm.CoolBR.Core\Rarakasm.CoolBR.Core.csproj", "{68222BDC-56D2-43FD-AE07-25AA6BA4358F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA111F7E-25B2-43DB-8C9D-C11CC1414577}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA111F7E-25B2-43DB-8C9D-C11CC1414577}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA111F7E-25B2-43DB-8C9D-C11CC1414577}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA111F7E-25B2-43DB-8C9D-C11CC1414577}.Release|Any CPU.Build.0 = Release|Any CPU
{EA111F7E-25B2-43DB-8C9D-C11CC1414577}.Release|Any CPU.Deploy.0 = Release|Any CPU
{68222BDC-56D2-43FD-AE07-25AA6BA4358F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68222BDC-56D2-43FD-AE07-25AA6BA4358F}.Release|Any CPU.Build.0 = Release|Any CPU
{68222BDC-56D2-43FD-AE07-25AA6BA4358F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68222BDC-56D2-43FD-AE07-25AA6BA4358F}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal