-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAU.sln
More file actions
37 lines (37 loc) · 2 KB
/
AU.sln
File metadata and controls
37 lines (37 loc) · 2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AU.Server", "Server\AU.Server.csproj", "{925F4285-D22B-4873-8CF2-2D781FCB284E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AU.Client", "Client\AU.Client.csproj", "{CC478B98-2F56-43EB-8039-1324BC0BF60E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AU.Shared", "Shared\AU.Shared.csproj", "{2DCF3F72-C8AF-4CC4-9DC2-3EDCD4A5E516}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{925F4285-D22B-4873-8CF2-2D781FCB284E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{925F4285-D22B-4873-8CF2-2D781FCB284E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{925F4285-D22B-4873-8CF2-2D781FCB284E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{925F4285-D22B-4873-8CF2-2D781FCB284E}.Release|Any CPU.Build.0 = Release|Any CPU
{CC478B98-2F56-43EB-8039-1324BC0BF60E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC478B98-2F56-43EB-8039-1324BC0BF60E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC478B98-2F56-43EB-8039-1324BC0BF60E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC478B98-2F56-43EB-8039-1324BC0BF60E}.Release|Any CPU.Build.0 = Release|Any CPU
{2DCF3F72-C8AF-4CC4-9DC2-3EDCD4A5E516}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DCF3F72-C8AF-4CC4-9DC2-3EDCD4A5E516}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DCF3F72-C8AF-4CC4-9DC2-3EDCD4A5E516}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DCF3F72-C8AF-4CC4-9DC2-3EDCD4A5E516}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3BEA59B8-0E9B-45C0-BE4E-50AFC6302861}
EndGlobalSection
EndGlobal