-
Notifications
You must be signed in to change notification settings - Fork 0
/
MiniProjet.sln
37 lines (37 loc) · 1.98 KB
/
MiniProjet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{D1D39A30-7ACD-4062-93A9-7C37F926BA6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Campus", "Campus\Campus.csproj", "{9A25CBDB-774B-484E-8255-405C92D9FC61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Agent", "Agent\Agent.csproj", "{0A89F7DA-BC2A-4882-9523-472B007305A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1D39A30-7ACD-4062-93A9-7C37F926BA6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1D39A30-7ACD-4062-93A9-7C37F926BA6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1D39A30-7ACD-4062-93A9-7C37F926BA6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1D39A30-7ACD-4062-93A9-7C37F926BA6A}.Release|Any CPU.Build.0 = Release|Any CPU
{9A25CBDB-774B-484E-8255-405C92D9FC61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A25CBDB-774B-484E-8255-405C92D9FC61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A25CBDB-774B-484E-8255-405C92D9FC61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A25CBDB-774B-484E-8255-405C92D9FC61}.Release|Any CPU.Build.0 = Release|Any CPU
{0A89F7DA-BC2A-4882-9523-472B007305A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A89F7DA-BC2A-4882-9523-472B007305A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A89F7DA-BC2A-4882-9523-472B007305A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A89F7DA-BC2A-4882-9523-472B007305A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43946A76-B5CD-4258-BEC1-E29871025412}
EndGlobalSection
EndGlobal