-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMSNPClient.sln
42 lines (42 loc) · 1.87 KB
/
MSNPClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.808.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSNPClient", "MSNPClient\MSNPClient.csproj", "{168103A7-1ECA-4189-8FE7-58AF21A6A23E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{F9EB8995-A30D-4FF2-906F-57E252DCD309}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{168103A7-1ECA-4189-8FE7-58AF21A6A23E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{168103A7-1ECA-4189-8FE7-58AF21A6A23E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{168103A7-1ECA-4189-8FE7-58AF21A6A23E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{168103A7-1ECA-4189-8FE7-58AF21A6A23E}.Release|Any CPU.Build.0 = Release|Any CPU
{F9EB8995-A30D-4FF2-906F-57E252DCD309}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9EB8995-A30D-4FF2-906F-57E252DCD309}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9EB8995-A30D-4FF2-906F-57E252DCD309}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9EB8995-A30D-4FF2-906F-57E252DCD309}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3C7CAB5-7E12-4677-A8C4-3AFFC4823872}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.TabsToSpaces = True
$3.scope = text/plain
EndGlobalSection
EndGlobal