-
Notifications
You must be signed in to change notification settings - Fork 0
/
matching_cs2015.sln
60 lines (60 loc) · 3.41 KB
/
matching_cs2015.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 Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "matching_cs2015", "matching_cs2015.csproj", "{6381B36A-7940-4084-94B6-FFBC8186315E}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup2", "..\Setup2\Setup2.vdproj", "{7995C048-DA87-4562-9277-55B1F9515504}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6381B36A-7940-4084-94B6-FFBC8186315E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6381B36A-7940-4084-94B6-FFBC8186315E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6381B36A-7940-4084-94B6-FFBC8186315E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{6381B36A-7940-4084-94B6-FFBC8186315E}.Debug|Mixed Platforms.Build.0 = Debug|x86
{6381B36A-7940-4084-94B6-FFBC8186315E}.Debug|Win32.ActiveCfg = Debug|x86
{6381B36A-7940-4084-94B6-FFBC8186315E}.Debug|Win32.Build.0 = Debug|x86
{6381B36A-7940-4084-94B6-FFBC8186315E}.Debug|x64.ActiveCfg = Debug|x64
{6381B36A-7940-4084-94B6-FFBC8186315E}.Debug|x64.Build.0 = Debug|x64
{6381B36A-7940-4084-94B6-FFBC8186315E}.Debug|x86.ActiveCfg = Debug|x86
{6381B36A-7940-4084-94B6-FFBC8186315E}.Debug|x86.Build.0 = Debug|x86
{6381B36A-7940-4084-94B6-FFBC8186315E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6381B36A-7940-4084-94B6-FFBC8186315E}.Release|Any CPU.Build.0 = Release|Any CPU
{6381B36A-7940-4084-94B6-FFBC8186315E}.Release|Mixed Platforms.ActiveCfg = Release|x86
{6381B36A-7940-4084-94B6-FFBC8186315E}.Release|Mixed Platforms.Build.0 = Release|x86
{6381B36A-7940-4084-94B6-FFBC8186315E}.Release|Win32.ActiveCfg = Release|x86
{6381B36A-7940-4084-94B6-FFBC8186315E}.Release|Win32.Build.0 = Release|x86
{6381B36A-7940-4084-94B6-FFBC8186315E}.Release|x64.ActiveCfg = Release|x64
{6381B36A-7940-4084-94B6-FFBC8186315E}.Release|x64.Build.0 = Release|x64
{6381B36A-7940-4084-94B6-FFBC8186315E}.Release|x86.ActiveCfg = Release|x86
{6381B36A-7940-4084-94B6-FFBC8186315E}.Release|x86.Build.0 = Release|x86
{7995C048-DA87-4562-9277-55B1F9515504}.Debug|Any CPU.ActiveCfg = Debug
{7995C048-DA87-4562-9277-55B1F9515504}.Debug|Mixed Platforms.ActiveCfg = Debug
{7995C048-DA87-4562-9277-55B1F9515504}.Debug|Win32.ActiveCfg = Debug
{7995C048-DA87-4562-9277-55B1F9515504}.Debug|x64.ActiveCfg = Debug
{7995C048-DA87-4562-9277-55B1F9515504}.Debug|x86.ActiveCfg = Debug
{7995C048-DA87-4562-9277-55B1F9515504}.Release|Any CPU.ActiveCfg = Release
{7995C048-DA87-4562-9277-55B1F9515504}.Release|Mixed Platforms.ActiveCfg = Release
{7995C048-DA87-4562-9277-55B1F9515504}.Release|Win32.ActiveCfg = Release
{7995C048-DA87-4562-9277-55B1F9515504}.Release|x64.ActiveCfg = Release
{7995C048-DA87-4562-9277-55B1F9515504}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B263080-E3FC-4E68-AF8E-95F607D07F9B}
EndGlobalSection
EndGlobal