-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGestion_de_contacts.sln
30 lines (30 loc) · 1.33 KB
/
Gestion_de_contacts.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gestion_de_contacts", "Gestion_de_contacts.csproj", "{C9B8E812-60ED-41A4-9B79-B208C6B23CAF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Éléments de solution", "Éléments de solution", "{62EB3354-9E92-4545-98F6-CF9B24A791E9}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9B8E812-60ED-41A4-9B79-B208C6B23CAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9B8E812-60ED-41A4-9B79-B208C6B23CAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9B8E812-60ED-41A4-9B79-B208C6B23CAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9B8E812-60ED-41A4-9B79-B208C6B23CAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {233884D3-C82B-478A-A3EE-6045FE1D66DE}
EndGlobalSection
EndGlobal