-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSlashRoll.sln
More file actions
37 lines (37 loc) · 2.1 KB
/
Copy pathSlashRoll.sln
File metadata and controls
37 lines (37 loc) · 2.1 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlashRoll.Web", "SlashRoll.Web\SlashRoll.Web.csproj", "{6F66EEB4-6603-4520-B47C-8D8662493271}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlashRoll.Services", "SlashRoll.Services\SlashRoll.Services.csproj", "{7C1DE52E-0F4D-4224-93C0-C9AFE7903334}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlashRoll.DataModel", "SlashRoll.DataModel\SlashRoll.DataModel.csproj", "{F61B1F5F-F16F-4C65-9669-2C12B536453F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D8E341D3-12B9-4C6F-B51A-3E7133951AAE}"
ProjectSection(SolutionItems) = preProject
cstrings.config = cstrings.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F66EEB4-6603-4520-B47C-8D8662493271}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F66EEB4-6603-4520-B47C-8D8662493271}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F66EEB4-6603-4520-B47C-8D8662493271}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F66EEB4-6603-4520-B47C-8D8662493271}.Release|Any CPU.Build.0 = Release|Any CPU
{7C1DE52E-0F4D-4224-93C0-C9AFE7903334}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C1DE52E-0F4D-4224-93C0-C9AFE7903334}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C1DE52E-0F4D-4224-93C0-C9AFE7903334}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C1DE52E-0F4D-4224-93C0-C9AFE7903334}.Release|Any CPU.Build.0 = Release|Any CPU
{F61B1F5F-F16F-4C65-9669-2C12B536453F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F61B1F5F-F16F-4C65-9669-2C12B536453F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F61B1F5F-F16F-4C65-9669-2C12B536453F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F61B1F5F-F16F-4C65-9669-2C12B536453F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal