-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGiveCampStarterSite.sln
43 lines (43 loc) · 2.25 KB
/
GiveCampStarterSite.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7A618468-9352-4283-BC2D-AB10B00C0E08}"
ProjectSection(SolutionItems) = preProject
GiveCampStarterSite.vsmdi = GiveCampStarterSite.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DatabaseScripts", "DatabaseScripts", "{AE50FCA5-92AB-4199-9B79-1AAA3F19CFD9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "V1", "V1", "{A727FF53-2B95-4740-A764-E8F5C787DB30}"
ProjectSection(SolutionItems) = preProject
GiveCampV1.sql = GiveCampV1.sql
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GiveCampWeb", "GiveCampWeb\GiveCampWeb.csproj", "{08F2AAA7-939E-441E-AE15-6BCB9A79AAD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GiveCampWeb.Tests", "GiveCampWeb.Tests\GiveCampWeb.Tests.csproj", "{4D146FD0-32DD-47CD-B75D-6637394135E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08F2AAA7-939E-441E-AE15-6BCB9A79AAD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08F2AAA7-939E-441E-AE15-6BCB9A79AAD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08F2AAA7-939E-441E-AE15-6BCB9A79AAD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08F2AAA7-939E-441E-AE15-6BCB9A79AAD4}.Release|Any CPU.Build.0 = Release|Any CPU
{4D146FD0-32DD-47CD-B75D-6637394135E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D146FD0-32DD-47CD-B75D-6637394135E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D146FD0-32DD-47CD-B75D-6637394135E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D146FD0-32DD-47CD-B75D-6637394135E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AE50FCA5-92AB-4199-9B79-1AAA3F19CFD9} = {7A618468-9352-4283-BC2D-AB10B00C0E08}
{A727FF53-2B95-4740-A764-E8F5C787DB30} = {AE50FCA5-92AB-4199-9B79-1AAA3F19CFD9}
EndGlobalSection
EndGlobal