This repository has been archived by the owner on May 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNET.sln
48 lines (48 loc) · 2.48 KB
/
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
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoConsoleApp", "Demo\DemoConsoleApp\DemoConsoleApp.csproj", "{D18DB05D-F4C4-4388-846A-52BA4B3722D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27FD896B-0D8F-4083-A577-2CA808E4145E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE.txt = LICENSE.txt
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RCNet", "RCNet\RCNet.csproj", "{7F44508E-0B06-4652-9631-4740EA97EFE1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D18DB05D-F4C4-4388-846A-52BA4B3722D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D18DB05D-F4C4-4388-846A-52BA4B3722D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D18DB05D-F4C4-4388-846A-52BA4B3722D1}.Debug|x64.ActiveCfg = Debug|Any CPU
{D18DB05D-F4C4-4388-846A-52BA4B3722D1}.Debug|x64.Build.0 = Debug|Any CPU
{D18DB05D-F4C4-4388-846A-52BA4B3722D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D18DB05D-F4C4-4388-846A-52BA4B3722D1}.Release|Any CPU.Build.0 = Release|Any CPU
{D18DB05D-F4C4-4388-846A-52BA4B3722D1}.Release|x64.ActiveCfg = Release|x64
{D18DB05D-F4C4-4388-846A-52BA4B3722D1}.Release|x64.Build.0 = Release|x64
{7F44508E-0B06-4652-9631-4740EA97EFE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F44508E-0B06-4652-9631-4740EA97EFE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F44508E-0B06-4652-9631-4740EA97EFE1}.Debug|x64.ActiveCfg = Debug|Any CPU
{7F44508E-0B06-4652-9631-4740EA97EFE1}.Debug|x64.Build.0 = Debug|Any CPU
{7F44508E-0B06-4652-9631-4740EA97EFE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F44508E-0B06-4652-9631-4740EA97EFE1}.Release|Any CPU.Build.0 = Release|Any CPU
{7F44508E-0B06-4652-9631-4740EA97EFE1}.Release|x64.ActiveCfg = Release|x64
{7F44508E-0B06-4652-9631-4740EA97EFE1}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE2CC0EB-F816-4781-8AA1-D373BBAB50FA}
EndGlobalSection
EndGlobal