-
Notifications
You must be signed in to change notification settings - Fork 3
/
BeaverBuddies.sln
53 lines (53 loc) · 2.94 KB
/
BeaverBuddies.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeaverBuddies", "BeaverBuddies\BeaverBuddies.csproj", "{1D3DCBB4-E006-45BA-A5CE-E7F5007AED10}"
ProjectSection(ProjectDependencies) = postProject
{BA028DE9-5C9C-40F1-B102-A7C9B422F44E} = {BA028DE9-5C9C-40F1-B102-A7C9B422F44E}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientServerSimulator", "ClientServerSimulator\ClientServerSimulator.csproj", "{0F311118-A364-48DE-82FD-0C6326DB51B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimberNet", "TimberNet\TimberNet.csproj", "{BA028DE9-5C9C-40F1-B102-A7C9B422F44E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{818CBCAA-11F9-44CA-9C38-2E98396E0FFB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
License.txt = License.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Inspector", "Inspector\Inspector.csproj", "{0515AAAB-9D23-4433-A179-AE5064C7A04A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D3DCBB4-E006-45BA-A5CE-E7F5007AED10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D3DCBB4-E006-45BA-A5CE-E7F5007AED10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D3DCBB4-E006-45BA-A5CE-E7F5007AED10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D3DCBB4-E006-45BA-A5CE-E7F5007AED10}.Release|Any CPU.Build.0 = Release|Any CPU
{0F311118-A364-48DE-82FD-0C6326DB51B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F311118-A364-48DE-82FD-0C6326DB51B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F311118-A364-48DE-82FD-0C6326DB51B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F311118-A364-48DE-82FD-0C6326DB51B8}.Release|Any CPU.Build.0 = Release|Any CPU
{BA028DE9-5C9C-40F1-B102-A7C9B422F44E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA028DE9-5C9C-40F1-B102-A7C9B422F44E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA028DE9-5C9C-40F1-B102-A7C9B422F44E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA028DE9-5C9C-40F1-B102-A7C9B422F44E}.Release|Any CPU.Build.0 = Release|Any CPU
{0515AAAB-9D23-4433-A179-AE5064C7A04A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0515AAAB-9D23-4433-A179-AE5064C7A04A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0515AAAB-9D23-4433-A179-AE5064C7A04A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0515AAAB-9D23-4433-A179-AE5064C7A04A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6AAFAD5-E606-466D-A677-D50B6407E615}
EndGlobalSection
EndGlobal