-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimple.BasicNet.sln
More file actions
43 lines (43 loc) · 2.46 KB
/
Simple.BasicNet.sln
File metadata and controls
43 lines (43 loc) · 2.46 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App", "App\App.csproj", "{948E4CE0-CF1C-49E0-A89C-40BCCCF63F22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simple.BasicNet.Core", "Simple.BasicNet.Core\Simple.BasicNet.Core.csproj", "{51860249-CE0F-4E59-8817-FDA48F3ACB2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{68A3C331-57E0-4C3F-BB8D-AC07F31CC562}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{5C60A2C4-C296-4A23-B54C-7E74DB7D222D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{948E4CE0-CF1C-49E0-A89C-40BCCCF63F22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{948E4CE0-CF1C-49E0-A89C-40BCCCF63F22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{948E4CE0-CF1C-49E0-A89C-40BCCCF63F22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{948E4CE0-CF1C-49E0-A89C-40BCCCF63F22}.Release|Any CPU.Build.0 = Release|Any CPU
{51860249-CE0F-4E59-8817-FDA48F3ACB2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51860249-CE0F-4E59-8817-FDA48F3ACB2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51860249-CE0F-4E59-8817-FDA48F3ACB2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51860249-CE0F-4E59-8817-FDA48F3ACB2C}.Release|Any CPU.Build.0 = Release|Any CPU
{68A3C331-57E0-4C3F-BB8D-AC07F31CC562}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68A3C331-57E0-4C3F-BB8D-AC07F31CC562}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68A3C331-57E0-4C3F-BB8D-AC07F31CC562}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68A3C331-57E0-4C3F-BB8D-AC07F31CC562}.Release|Any CPU.Build.0 = Release|Any CPU
{5C60A2C4-C296-4A23-B54C-7E74DB7D222D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C60A2C4-C296-4A23-B54C-7E74DB7D222D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C60A2C4-C296-4A23-B54C-7E74DB7D222D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C60A2C4-C296-4A23-B54C-7E74DB7D222D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EBB0B33D-7657-4C3C-9509-E1D5365135FF}
EndGlobalSection
EndGlobal