-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOrcanodeMonitor.sln
37 lines (37 loc) · 2.02 KB
/
OrcanodeMonitor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrcanodeMonitor", "OrcanodeMonitor\OrcanodeMonitor.csproj", "{D45F546F-D66C-4FDC-B680-D457275221BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{4365DC87-DDDA-469A-8503-A4DE8A9DD29C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TransferData", "TransferData\TransferData.csproj", "{6782AD7D-54FE-4CBC-B1FA-2C43345EB07F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D45F546F-D66C-4FDC-B680-D457275221BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D45F546F-D66C-4FDC-B680-D457275221BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D45F546F-D66C-4FDC-B680-D457275221BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D45F546F-D66C-4FDC-B680-D457275221BD}.Release|Any CPU.Build.0 = Release|Any CPU
{4365DC87-DDDA-469A-8503-A4DE8A9DD29C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4365DC87-DDDA-469A-8503-A4DE8A9DD29C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4365DC87-DDDA-469A-8503-A4DE8A9DD29C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4365DC87-DDDA-469A-8503-A4DE8A9DD29C}.Release|Any CPU.Build.0 = Release|Any CPU
{6782AD7D-54FE-4CBC-B1FA-2C43345EB07F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6782AD7D-54FE-4CBC-B1FA-2C43345EB07F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6782AD7D-54FE-4CBC-B1FA-2C43345EB07F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6782AD7D-54FE-4CBC-B1FA-2C43345EB07F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3612E55-DFF0-4939-9E5A-D7CFE36F536D}
EndGlobalSection
EndGlobal