-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConsoleApp.sln
37 lines (37 loc) · 2.06 KB
/
ConsoleApp.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.33027.164
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console_App", "ConsoleApp3\Console_App.csproj", "{FB61F1F5-B971-4C61-B200-8E2CAAF3DA9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gestion", "Gestion\Gestion.csproj", "{46A69637-4B35-404D-AFC5-0FF1BBAE126B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serialisation", "Serialisation\Serialisation.csproj", "{272CEFA4-CCEC-4137-A1AA-6D54768F9D98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB61F1F5-B971-4C61-B200-8E2CAAF3DA9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB61F1F5-B971-4C61-B200-8E2CAAF3DA9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB61F1F5-B971-4C61-B200-8E2CAAF3DA9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB61F1F5-B971-4C61-B200-8E2CAAF3DA9C}.Release|Any CPU.Build.0 = Release|Any CPU
{46A69637-4B35-404D-AFC5-0FF1BBAE126B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46A69637-4B35-404D-AFC5-0FF1BBAE126B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46A69637-4B35-404D-AFC5-0FF1BBAE126B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46A69637-4B35-404D-AFC5-0FF1BBAE126B}.Release|Any CPU.Build.0 = Release|Any CPU
{272CEFA4-CCEC-4137-A1AA-6D54768F9D98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{272CEFA4-CCEC-4137-A1AA-6D54768F9D98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{272CEFA4-CCEC-4137-A1AA-6D54768F9D98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{272CEFA4-CCEC-4137-A1AA-6D54768F9D98}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43329516-1C92-4DC2-BAAB-C31122B51B81}
EndGlobalSection
EndGlobal