-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRemootio.NET.sln
46 lines (46 loc) · 2.39 KB
/
Remootio.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Remootio", "Remootio.csproj", "{D1B98C46-22F4-44F8-ADA5-0FD646E193BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemootioTest", "RemootioTest\RemootioTest.csproj", "{F7D5864D-5069-4008-BA4A-DD062D674111}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{69B5FC9A-2A0E-40B2-B2BB-26848E0E3D68}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1B98C46-22F4-44F8-ADA5-0FD646E193BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1B98C46-22F4-44F8-ADA5-0FD646E193BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1B98C46-22F4-44F8-ADA5-0FD646E193BD}.Debug|x86.ActiveCfg = Debug|x86
{D1B98C46-22F4-44F8-ADA5-0FD646E193BD}.Debug|x86.Build.0 = Debug|x86
{D1B98C46-22F4-44F8-ADA5-0FD646E193BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1B98C46-22F4-44F8-ADA5-0FD646E193BD}.Release|Any CPU.Build.0 = Release|Any CPU
{D1B98C46-22F4-44F8-ADA5-0FD646E193BD}.Release|x86.ActiveCfg = Release|x86
{D1B98C46-22F4-44F8-ADA5-0FD646E193BD}.Release|x86.Build.0 = Release|x86
{F7D5864D-5069-4008-BA4A-DD062D674111}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7D5864D-5069-4008-BA4A-DD062D674111}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7D5864D-5069-4008-BA4A-DD062D674111}.Debug|x86.ActiveCfg = Debug|x86
{F7D5864D-5069-4008-BA4A-DD062D674111}.Debug|x86.Build.0 = Debug|x86
{F7D5864D-5069-4008-BA4A-DD062D674111}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7D5864D-5069-4008-BA4A-DD062D674111}.Release|Any CPU.Build.0 = Release|Any CPU
{F7D5864D-5069-4008-BA4A-DD062D674111}.Release|x86.ActiveCfg = Release|x86
{F7D5864D-5069-4008-BA4A-DD062D674111}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4C3667E-38C2-4344-8CC7-D09626687424}
EndGlobalSection
EndGlobal