-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUniqueness.sln
64 lines (64 loc) · 3.77 KB
/
Uniqueness.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
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Uniqueness Lib", "Uniqueness Lib\Uniqueness Lib.csproj", "{70741127-F12E-4264-98AB-7FBA9D148274}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Uniqueness", "Uniqueness\Uniqueness.csproj", "{76BAE211-2506-4A37-A2F9-F9E405105C48}"
ProjectSection(ProjectDependencies) = postProject
{70741127-F12E-4264-98AB-7FBA9D148274} = {70741127-F12E-4264-98AB-7FBA9D148274}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Uniqueness-Install", "Uniqueness Install\Uniqueness-Install.csproj", "{52DA5D67-E048-418F-BF9C-42F5257CF5F6}"
ProjectSection(ProjectDependencies) = postProject
{76BAE211-2506-4A37-A2F9-F9E405105C48} = {76BAE211-2506-4A37-A2F9-F9E405105C48}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
All|Any CPU = All|Any CPU
All|x86 = All|x86
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70741127-F12E-4264-98AB-7FBA9D148274}.All|Any CPU.ActiveCfg = Release|Any CPU
{70741127-F12E-4264-98AB-7FBA9D148274}.All|Any CPU.Build.0 = Release|Any CPU
{70741127-F12E-4264-98AB-7FBA9D148274}.All|x86.ActiveCfg = Debug|Any CPU
{70741127-F12E-4264-98AB-7FBA9D148274}.All|x86.Build.0 = Debug|Any CPU
{70741127-F12E-4264-98AB-7FBA9D148274}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70741127-F12E-4264-98AB-7FBA9D148274}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70741127-F12E-4264-98AB-7FBA9D148274}.Debug|x86.ActiveCfg = Debug|Any CPU
{70741127-F12E-4264-98AB-7FBA9D148274}.Debug|x86.Build.0 = Debug|Any CPU
{70741127-F12E-4264-98AB-7FBA9D148274}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70741127-F12E-4264-98AB-7FBA9D148274}.Release|Any CPU.Build.0 = Release|Any CPU
{70741127-F12E-4264-98AB-7FBA9D148274}.Release|x86.ActiveCfg = Release|Any CPU
{70741127-F12E-4264-98AB-7FBA9D148274}.Release|x86.Build.0 = Release|Any CPU
{76BAE211-2506-4A37-A2F9-F9E405105C48}.All|Any CPU.ActiveCfg = Release|Any CPU
{76BAE211-2506-4A37-A2F9-F9E405105C48}.All|Any CPU.Build.0 = Release|Any CPU
{76BAE211-2506-4A37-A2F9-F9E405105C48}.All|x86.ActiveCfg = Debug|Any CPU
{76BAE211-2506-4A37-A2F9-F9E405105C48}.All|x86.Build.0 = Debug|Any CPU
{76BAE211-2506-4A37-A2F9-F9E405105C48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76BAE211-2506-4A37-A2F9-F9E405105C48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76BAE211-2506-4A37-A2F9-F9E405105C48}.Debug|x86.ActiveCfg = Debug|Any CPU
{76BAE211-2506-4A37-A2F9-F9E405105C48}.Debug|x86.Build.0 = Debug|Any CPU
{76BAE211-2506-4A37-A2F9-F9E405105C48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76BAE211-2506-4A37-A2F9-F9E405105C48}.Release|Any CPU.Build.0 = Release|Any CPU
{76BAE211-2506-4A37-A2F9-F9E405105C48}.Release|x86.ActiveCfg = Release|Any CPU
{76BAE211-2506-4A37-A2F9-F9E405105C48}.Release|x86.Build.0 = Release|Any CPU
{52DA5D67-E048-418F-BF9C-42F5257CF5F6}.All|Any CPU.ActiveCfg = Debug|x86
{52DA5D67-E048-418F-BF9C-42F5257CF5F6}.All|x86.ActiveCfg = Debug|x86
{52DA5D67-E048-418F-BF9C-42F5257CF5F6}.Debug|Any CPU.ActiveCfg = Debug|x86
{52DA5D67-E048-418F-BF9C-42F5257CF5F6}.Debug|x86.ActiveCfg = Debug|x86
{52DA5D67-E048-418F-BF9C-42F5257CF5F6}.Release|Any CPU.ActiveCfg = Debug|x86
{52DA5D67-E048-418F-BF9C-42F5257CF5F6}.Release|x86.ActiveCfg = Debug|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE897A8C-894B-477E-99F6-73D8436F679B}
EndGlobalSection
EndGlobal