forked from NaosProject/Naos.WinRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Naos.WinRM.sln
36 lines (36 loc) · 1.8 KB
/
Naos.WinRM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Naos.WinRM", "Naos.WinRM\Naos.WinRM.csproj", "{6C12BDA4-0C3F-4314-9DCA-E0BA272F65CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Naos.WinRM.Test", "Naos.WinRM.Test\Naos.WinRM.Test.csproj", "{492A4C30-55D2-438C-9384-B3E3E4BF5BB0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E13F8347-7D5D-4EA4-989A-F7D045C2DBD4}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C12BDA4-0C3F-4314-9DCA-E0BA272F65CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C12BDA4-0C3F-4314-9DCA-E0BA272F65CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C12BDA4-0C3F-4314-9DCA-E0BA272F65CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C12BDA4-0C3F-4314-9DCA-E0BA272F65CC}.Release|Any CPU.Build.0 = Release|Any CPU
{492A4C30-55D2-438C-9384-B3E3E4BF5BB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{492A4C30-55D2-438C-9384-B3E3E4BF5BB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{492A4C30-55D2-438C-9384-B3E3E4BF5BB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{492A4C30-55D2-438C-9384-B3E3E4BF5BB0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94E9F7F1-9C0C-47E1-849B-047F95FDC900}
EndGlobalSection
EndGlobal