-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNetTask.sln
43 lines (43 loc) · 2.52 KB
/
NetTask.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetTaskServer", "NetTaskServer\NetTaskServer.csproj", "{22316EF2-C4DB-4717-B633-0469FD92E03D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetTaskInterface", "NetTaskInterface\NetTaskInterface.csproj", "{1E39923C-F4C5-424F-8424-3A5E2C52473A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetTaskManager", "NetTaskManager\NetTaskManager.csproj", "{930CE9D0-1810-420B-AF3A-D83EB88ACED2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoTask", "DemoTask\DemoTask.csproj", "{8E28FB71-498D-4458-8DB1-BB890C6D3D37}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22316EF2-C4DB-4717-B633-0469FD92E03D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22316EF2-C4DB-4717-B633-0469FD92E03D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22316EF2-C4DB-4717-B633-0469FD92E03D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22316EF2-C4DB-4717-B633-0469FD92E03D}.Release|Any CPU.Build.0 = Release|Any CPU
{1E39923C-F4C5-424F-8424-3A5E2C52473A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E39923C-F4C5-424F-8424-3A5E2C52473A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E39923C-F4C5-424F-8424-3A5E2C52473A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E39923C-F4C5-424F-8424-3A5E2C52473A}.Release|Any CPU.Build.0 = Release|Any CPU
{930CE9D0-1810-420B-AF3A-D83EB88ACED2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{930CE9D0-1810-420B-AF3A-D83EB88ACED2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{930CE9D0-1810-420B-AF3A-D83EB88ACED2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{930CE9D0-1810-420B-AF3A-D83EB88ACED2}.Release|Any CPU.Build.0 = Release|Any CPU
{8E28FB71-498D-4458-8DB1-BB890C6D3D37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E28FB71-498D-4458-8DB1-BB890C6D3D37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E28FB71-498D-4458-8DB1-BB890C6D3D37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E28FB71-498D-4458-8DB1-BB890C6D3D37}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8935559-A128-48AF-B808-C50C2EE12ED5}
EndGlobalSection
EndGlobal