-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathAntiDupl.sln
62 lines (62 loc) · 3.56 KB
/
AntiDupl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AntiDupl", "AntiDupl\AntiDupl.vcxproj", "{064909D6-CA38-45EA-ABC8-9DF202E600C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntiDupl.NET.WinForms", "AntiDupl.NET.WinForms\AntiDupl.NET.WinForms.csproj", "{5E3F8B85-9C79-4EA1-90E3-BD5C84CBA820}"
ProjectSection(ProjectDependencies) = postProject
{8F2134F7-2163-4B0B-8C79-801631116565} = {8F2134F7-2163-4B0B-8C79-801631116565}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntiDupl.NET.Core", "AntiDupl.NET.Core\AntiDupl.NET.Core.csproj", "{8F2134F7-2163-4B0B-8C79-801631116565}"
ProjectSection(ProjectDependencies) = postProject
{064909D6-CA38-45EA-ABC8-9DF202E600C9} = {064909D6-CA38-45EA-ABC8-9DF202E600C9}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntiDupl.NET.WPF", "AntiDupl.NET.WPF\AntiDupl.NET.WPF.csproj", "{45E650C2-2508-4897-9A7F-3EA583FC9243}"
ProjectSection(ProjectDependencies) = postProject
{064909D6-CA38-45EA-ABC8-9DF202E600C9} = {064909D6-CA38-45EA-ABC8-9DF202E600C9}
{8F2134F7-2163-4B0B-8C79-801631116565} = {8F2134F7-2163-4B0B-8C79-801631116565}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Publish|x64 = Publish|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{064909D6-CA38-45EA-ABC8-9DF202E600C9}.Debug|x64.ActiveCfg = Debug|x64
{064909D6-CA38-45EA-ABC8-9DF202E600C9}.Debug|x64.Build.0 = Debug|x64
{064909D6-CA38-45EA-ABC8-9DF202E600C9}.Publish|x64.ActiveCfg = Publish|x64
{064909D6-CA38-45EA-ABC8-9DF202E600C9}.Publish|x64.Build.0 = Publish|x64
{064909D6-CA38-45EA-ABC8-9DF202E600C9}.Release|x64.ActiveCfg = Release|x64
{064909D6-CA38-45EA-ABC8-9DF202E600C9}.Release|x64.Build.0 = Release|x64
{5E3F8B85-9C79-4EA1-90E3-BD5C84CBA820}.Debug|x64.ActiveCfg = Debug|x64
{5E3F8B85-9C79-4EA1-90E3-BD5C84CBA820}.Debug|x64.Build.0 = Debug|x64
{5E3F8B85-9C79-4EA1-90E3-BD5C84CBA820}.Publish|x64.ActiveCfg = Publish|x64
{5E3F8B85-9C79-4EA1-90E3-BD5C84CBA820}.Publish|x64.Build.0 = Publish|x64
{5E3F8B85-9C79-4EA1-90E3-BD5C84CBA820}.Release|x64.ActiveCfg = Release|x64
{5E3F8B85-9C79-4EA1-90E3-BD5C84CBA820}.Release|x64.Build.0 = Release|x64
{8F2134F7-2163-4B0B-8C79-801631116565}.Debug|x64.ActiveCfg = Debug|x64
{8F2134F7-2163-4B0B-8C79-801631116565}.Debug|x64.Build.0 = Debug|x64
{8F2134F7-2163-4B0B-8C79-801631116565}.Publish|x64.ActiveCfg = Publish|x64
{8F2134F7-2163-4B0B-8C79-801631116565}.Publish|x64.Build.0 = Publish|x64
{8F2134F7-2163-4B0B-8C79-801631116565}.Release|x64.ActiveCfg = Release|x64
{8F2134F7-2163-4B0B-8C79-801631116565}.Release|x64.Build.0 = Release|x64
{45E650C2-2508-4897-9A7F-3EA583FC9243}.Debug|x64.ActiveCfg = Debug|x64
{45E650C2-2508-4897-9A7F-3EA583FC9243}.Debug|x64.Build.0 = Debug|x64
{45E650C2-2508-4897-9A7F-3EA583FC9243}.Publish|x64.ActiveCfg = Publish|x64
{45E650C2-2508-4897-9A7F-3EA583FC9243}.Publish|x64.Build.0 = Publish|x64
{45E650C2-2508-4897-9A7F-3EA583FC9243}.Release|x64.ActiveCfg = Release|x64
{45E650C2-2508-4897-9A7F-3EA583FC9243}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94DBD5ED-389D-4DCB-B2F5-7FDD222B7FC9}
EndGlobalSection
EndGlobal