forked from breakingnewsnetwork/DnDNS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDnDns.sln
43 lines (43 loc) · 2.03 KB
/
DnDns.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnDns", "DnDns\DnDns.csproj", "{53089CAB-AE06-4BE6-9E23-CCCC03730EEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnDnsExamples", "DnDnsExamples\DnDnsExamples.csproj", "{8112FE7A-6F72-48A7-A088-5AC8FA221985}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4A687A7C-7E05-484C-918C-1EFFC07F22F9}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
EndProjectSection
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs05
SccLocalPath0 = .
SccProjectUniqueName1 = DnDns\\DnDns.csproj
SccProjectName1 = DnDns
SccLocalPath1 = DnDns
SccProjectUniqueName2 = DnDnsExamples\\DnDnsExamples.csproj
SccProjectName2 = DnDnsExamples
SccLocalPath2 = DnDnsExamples
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53089CAB-AE06-4BE6-9E23-CCCC03730EEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53089CAB-AE06-4BE6-9E23-CCCC03730EEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53089CAB-AE06-4BE6-9E23-CCCC03730EEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53089CAB-AE06-4BE6-9E23-CCCC03730EEA}.Release|Any CPU.Build.0 = Release|Any CPU
{8112FE7A-6F72-48A7-A088-5AC8FA221985}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8112FE7A-6F72-48A7-A088-5AC8FA221985}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8112FE7A-6F72-48A7-A088-5AC8FA221985}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8112FE7A-6F72-48A7-A088-5AC8FA221985}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal