-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPestControl.sln
More file actions
37 lines (37 loc) · 2.09 KB
/
PestControl.sln
File metadata and controls
37 lines (37 loc) · 2.09 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 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PestControlEngine", "PestControlEngine\PestControlEngine.csproj", "{43B02DC7-2CE5-48BB-A75A-5EF46926FE32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PestControlServer", "PestControlServer\PestControlServer.csproj", "{66E36975-6E27-4C2D-9FC1-A4BA77BEEF0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PestControlAnimation", "PestControlAnimation\PestControlAnimation.csproj", "{337047C7-254B-4442-81F3-C0B95DEA203C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43B02DC7-2CE5-48BB-A75A-5EF46926FE32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43B02DC7-2CE5-48BB-A75A-5EF46926FE32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43B02DC7-2CE5-48BB-A75A-5EF46926FE32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43B02DC7-2CE5-48BB-A75A-5EF46926FE32}.Release|Any CPU.Build.0 = Release|Any CPU
{66E36975-6E27-4C2D-9FC1-A4BA77BEEF0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66E36975-6E27-4C2D-9FC1-A4BA77BEEF0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66E36975-6E27-4C2D-9FC1-A4BA77BEEF0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66E36975-6E27-4C2D-9FC1-A4BA77BEEF0B}.Release|Any CPU.Build.0 = Release|Any CPU
{337047C7-254B-4442-81F3-C0B95DEA203C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{337047C7-254B-4442-81F3-C0B95DEA203C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{337047C7-254B-4442-81F3-C0B95DEA203C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{337047C7-254B-4442-81F3-C0B95DEA203C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {81C9C52E-222F-49AB-A27D-4B8312F80F5A}
EndGlobalSection
EndGlobal