-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGandiDynamicDns.sln
37 lines (37 loc) · 2.07 KB
/
GandiDynamicDns.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GandiDynamicDns", "GandiDynamicDns\GandiDynamicDns.csproj", "{BF368478-91FA-4F52-981B-75F6D1AD00EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{FC27EFB0-ADC1-4B42-B892-03E720EBA9D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StunDnsResolver", "StunDnsResolver\StunDnsResolver.csproj", "{709988F0-9DE6-4571-892C-6F89AD160A97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF368478-91FA-4F52-981B-75F6D1AD00EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF368478-91FA-4F52-981B-75F6D1AD00EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF368478-91FA-4F52-981B-75F6D1AD00EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF368478-91FA-4F52-981B-75F6D1AD00EF}.Release|Any CPU.Build.0 = Release|Any CPU
{FC27EFB0-ADC1-4B42-B892-03E720EBA9D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC27EFB0-ADC1-4B42-B892-03E720EBA9D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC27EFB0-ADC1-4B42-B892-03E720EBA9D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC27EFB0-ADC1-4B42-B892-03E720EBA9D3}.Release|Any CPU.Build.0 = Release|Any CPU
{709988F0-9DE6-4571-892C-6F89AD160A97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{709988F0-9DE6-4571-892C-6F89AD160A97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{709988F0-9DE6-4571-892C-6F89AD160A97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{709988F0-9DE6-4571-892C-6F89AD160A97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB8C72DB-FF97-462B-95D2-F4E4195BD585}
EndGlobalSection
EndGlobal