-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDnsRip.sln
35 lines (35 loc) · 1.73 KB
/
DnsRip.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnsRip", "DnsRip\DnsRip.csproj", "{4B3A5A1C-122D-46F6-83A5-567F13E42FAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnsRip.Tests", "DnsRip.Tests\DnsRip.Tests.csproj", "{D5E1C38B-8002-425D-9CF9-D5930558156C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{F769C151-B58F-4082-A63B-E00E073E6976}"
ProjectSection(SolutionItems) = preProject
nuget\256.png = nuget\256.png
DnsRip\DnsRip.nuspec = DnsRip\DnsRip.nuspec
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B3A5A1C-122D-46F6-83A5-567F13E42FAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B3A5A1C-122D-46F6-83A5-567F13E42FAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B3A5A1C-122D-46F6-83A5-567F13E42FAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B3A5A1C-122D-46F6-83A5-567F13E42FAD}.Release|Any CPU.Build.0 = Release|Any CPU
{D5E1C38B-8002-425D-9CF9-D5930558156C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5E1C38B-8002-425D-9CF9-D5930558156C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5E1C38B-8002-425D-9CF9-D5930558156C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5E1C38B-8002-425D-9CF9-D5930558156C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal