-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRemoveServerHeaderModule.sln
More file actions
30 lines (30 loc) · 1.65 KB
/
RemoveServerHeaderModule.sln
File metadata and controls
30 lines (30 loc) · 1.65 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoveServerHeaderModule", "RemoveServerHeaderModule\RemoveServerHeaderModule.csproj", "{848AA86D-8D42-4ED5-9CED-159968F29AFD}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup (x64)", "Setup (x64)\Setup (x64).vdproj", "{4FC328AD-772C-4EF9-BCB2-BE7228205D33}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup (x86)", "Setup (x86)\Setup.vdproj", "{C70BC93A-6701-433C-8092-864348F69AF7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{848AA86D-8D42-4ED5-9CED-159968F29AFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{848AA86D-8D42-4ED5-9CED-159968F29AFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{848AA86D-8D42-4ED5-9CED-159968F29AFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{848AA86D-8D42-4ED5-9CED-159968F29AFD}.Release|Any CPU.Build.0 = Release|Any CPU
{4FC328AD-772C-4EF9-BCB2-BE7228205D33}.Debug|Any CPU.ActiveCfg = Debug
{4FC328AD-772C-4EF9-BCB2-BE7228205D33}.Release|Any CPU.ActiveCfg = Release
{C70BC93A-6701-433C-8092-864348F69AF7}.Debug|Any CPU.ActiveCfg = Debug
{C70BC93A-6701-433C-8092-864348F69AF7}.Debug|Any CPU.Build.0 = Debug
{C70BC93A-6701-433C-8092-864348F69AF7}.Release|Any CPU.ActiveCfg = Release
{C70BC93A-6701-433C-8092-864348F69AF7}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal