forked from scottlerch/HostsFileEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HostsFileEditor.sln
54 lines (54 loc) · 2.9 KB
/
HostsFileEditor.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HostsFileEditor", "src\HostsFileEditor.csproj", "{17A37069-B2AC-4D58-8F6E-C955F284F94C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{F4971D95-21F4-4E91-B8EE-3971F0B50FE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{C802A54D-0F13-4EE0-B112-D9E55E3854F1}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
Readme.txt = Readme.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{BF6F8492-4872-444A-B62F-000A90D73EA4}"
ProjectSection(SolutionItems) = preProject
build-clean.bat = build-clean.bat
build-debug.bat = build-debug.bat
build-release.bat = build-release.bat
HostsFileEditor.proj = HostsFileEditor.proj
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "HostsFileEditorSetup", "setup\HostsFileEditorSetup.vdproj", "{E1118E01-31EF-44FC-BDFD-CE15B043C3D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployment", "Deployment", "{51E2000C-3F31-4E18-8A74-02CDEEBEC6A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGenCustomAction", "setup\NGenInstallCustomAction\NGenCustomAction.csproj", "{BD2FA119-BB09-4F09-A646-338CD73F9491}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17A37069-B2AC-4D58-8F6E-C955F284F94C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17A37069-B2AC-4D58-8F6E-C955F284F94C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17A37069-B2AC-4D58-8F6E-C955F284F94C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17A37069-B2AC-4D58-8F6E-C955F284F94C}.Release|Any CPU.Build.0 = Release|Any CPU
{E1118E01-31EF-44FC-BDFD-CE15B043C3D0}.Debug|Any CPU.ActiveCfg = Debug
{E1118E01-31EF-44FC-BDFD-CE15B043C3D0}.Release|Any CPU.ActiveCfg = Release
{E1118E01-31EF-44FC-BDFD-CE15B043C3D0}.Release|Any CPU.Build.0 = Release
{BD2FA119-BB09-4F09-A646-338CD73F9491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD2FA119-BB09-4F09-A646-338CD73F9491}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD2FA119-BB09-4F09-A646-338CD73F9491}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD2FA119-BB09-4F09-A646-338CD73F9491}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{17A37069-B2AC-4D58-8F6E-C955F284F94C} = {F4971D95-21F4-4E91-B8EE-3971F0B50FE3}
{E1118E01-31EF-44FC-BDFD-CE15B043C3D0} = {51E2000C-3F31-4E18-8A74-02CDEEBEC6A4}
{BD2FA119-BB09-4F09-A646-338CD73F9491} = {51E2000C-3F31-4E18-8A74-02CDEEBEC6A4}
EndGlobalSection
EndGlobal