-
Notifications
You must be signed in to change notification settings - Fork 0
/
PikemanForum.sln
61 lines (61 loc) · 3.05 KB
/
PikemanForum.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.20827.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Forum", "Forum\Forum.csproj", "{3711257D-A798-4F30-98B7-D82B9AC017AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{EBFD2D30-A08E-48C8-B876-F19D2AE26ADC}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Forum.Models", "Forum.Models\Forum.Models.csproj", "{2CB90D88-4EF3-42DA-8103-99FB48BD4E3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Forum.Data", "Forum.Data\Forum.Data.csproj", "{4781C2E3-40B2-4591-9FD9-61D53E24A2BE}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs32
SccProjectUniqueName0 = Forum\\Forum.csproj
SccProjectName0 = Forum
SccAuxPath0 = https://tfs.codeplex.com/tfs/tfs32
SccLocalPath0 = Forum
SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName1 = Forum.Models\\Forum.Models.csproj
SccProjectName1 = Forum.Models
SccAuxPath1 = https://tfs.codeplex.com/tfs/tfs32
SccLocalPath1 = Forum.Models
SccProvider1 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName2 = Forum.Data\\Forum.Data.csproj
SccProjectName2 = Forum.Data
SccAuxPath2 = https://tfs.codeplex.com/tfs/tfs32
SccLocalPath2 = Forum.Data
SccProvider2 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3711257D-A798-4F30-98B7-D82B9AC017AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3711257D-A798-4F30-98B7-D82B9AC017AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3711257D-A798-4F30-98B7-D82B9AC017AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3711257D-A798-4F30-98B7-D82B9AC017AD}.Release|Any CPU.Build.0 = Release|Any CPU
{2CB90D88-4EF3-42DA-8103-99FB48BD4E3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CB90D88-4EF3-42DA-8103-99FB48BD4E3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CB90D88-4EF3-42DA-8103-99FB48BD4E3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CB90D88-4EF3-42DA-8103-99FB48BD4E3D}.Release|Any CPU.Build.0 = Release|Any CPU
{4781C2E3-40B2-4591-9FD9-61D53E24A2BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4781C2E3-40B2-4591-9FD9-61D53E24A2BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4781C2E3-40B2-4591-9FD9-61D53E24A2BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4781C2E3-40B2-4591-9FD9-61D53E24A2BE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal