forked from bitbeans/SimpleDnsCrypt
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathSimpleDnsCrypt.sln
52 lines (52 loc) · 3.05 KB
/
SimpleDnsCrypt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDnsCrypt", "SimpleDnsCrypt\SimpleDnsCrypt.csproj", "{3B555A42-C19F-405D-A983-6D3B95E65265}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Uninstall", "Uninstall\Uninstall.csproj", "{1A9CA4FE-BDD5-4D7C-A86A-7ED503974718}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "Installer\Installer.wixproj", "{B2C887E0-6F49-4CE9-BF0A-F87873DA80B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{209C4925-B294-4129-9A4B-C2798E2E3B40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDnsCrypt.Utils", "SimpleDnsCrypt.Utils\SimpleDnsCrypt.Utils.csproj", "{A0B2D0DB-BF16-4C71-9069-48F911A131D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39B27D6F-CBE4-46C6-A0FF-0A1A3B4A51B8}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B555A42-C19F-405D-A983-6D3B95E65265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B555A42-C19F-405D-A983-6D3B95E65265}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B555A42-C19F-405D-A983-6D3B95E65265}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B555A42-C19F-405D-A983-6D3B95E65265}.Release|Any CPU.Build.0 = Release|Any CPU
{1A9CA4FE-BDD5-4D7C-A86A-7ED503974718}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A9CA4FE-BDD5-4D7C-A86A-7ED503974718}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A9CA4FE-BDD5-4D7C-A86A-7ED503974718}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A9CA4FE-BDD5-4D7C-A86A-7ED503974718}.Release|Any CPU.Build.0 = Release|Any CPU
{B2C887E0-6F49-4CE9-BF0A-F87873DA80B9}.Debug|Any CPU.ActiveCfg = Debug|x64
{B2C887E0-6F49-4CE9-BF0A-F87873DA80B9}.Release|Any CPU.ActiveCfg = Release|x64
{209C4925-B294-4129-9A4B-C2798E2E3B40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{209C4925-B294-4129-9A4B-C2798E2E3B40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{209C4925-B294-4129-9A4B-C2798E2E3B40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{209C4925-B294-4129-9A4B-C2798E2E3B40}.Release|Any CPU.Build.0 = Release|Any CPU
{A0B2D0DB-BF16-4C71-9069-48F911A131D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0B2D0DB-BF16-4C71-9069-48F911A131D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0B2D0DB-BF16-4C71-9069-48F911A131D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0B2D0DB-BF16-4C71-9069-48F911A131D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {001A38DB-C5C4-459D-B91B-946FA300F63C}
EndGlobalSection
EndGlobal