-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIsen.desrumaux.sln
60 lines (60 loc) · 3.31 KB
/
Isen.desrumaux.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Isen.desrumaux.Library", "Isen.desrumaux.Library\Isen.desrumaux.Library.csproj", "{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Isen.desrumaux.ConsoleApp", "Isen.desrumaux.ConsoleApp\Isen.desrumaux.ConsoleApp.csproj", "{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CC188D82-6D4E-41A3-A37E-6F0974ED662B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sln", "sln", "{0EBF48F1-3574-40B1-9C93-F6A81F3CF662}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}.Debug|x64.ActiveCfg = Debug|x64
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}.Debug|x64.Build.0 = Debug|x64
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}.Debug|x86.ActiveCfg = Debug|x86
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}.Debug|x86.Build.0 = Debug|x86
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}.Release|Any CPU.Build.0 = Release|Any CPU
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}.Release|x64.ActiveCfg = Release|x64
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}.Release|x64.Build.0 = Release|x64
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}.Release|x86.ActiveCfg = Release|x86
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6}.Release|x86.Build.0 = Release|x86
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}.Debug|x64.ActiveCfg = Debug|x64
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}.Debug|x64.Build.0 = Debug|x64
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}.Debug|x86.ActiveCfg = Debug|x86
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}.Debug|x86.Build.0 = Debug|x86
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}.Release|Any CPU.Build.0 = Release|Any CPU
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}.Release|x64.ActiveCfg = Release|x64
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}.Release|x64.Build.0 = Release|x64
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}.Release|x86.ActiveCfg = Release|x86
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A3C851FB-79D5-4F7D-8E6D-871D2B7A9FCF} = {CC188D82-6D4E-41A3-A37E-6F0974ED662B}
{E6FF3071-AF59-4BF6-BEB2-456ABA5674B6} = {CC188D82-6D4E-41A3-A37E-6F0974ED662B}
EndGlobalSection
EndGlobal