Skip to content

Commit 4f01510

Browse files
committed
Added web.config
1 parent 2f73aa8 commit 4f01510

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

TS3QueryLib.Web/TS3QueryLib.Web.csproj

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@
6969
<Content Include="Scripts\jquery-1.3.2-vsdoc.js" />
7070
<Content Include="Scripts\jquery-1.3.2.js" />
7171
<Content Include="Scripts\jquery-1.3.2.min.js" />
72-
<Content Include="Web.config" />
73-
<Content Include="Web.Debug.config">
74-
<DependentUpon>Web.config</DependentUpon>
75-
</Content>
76-
<Content Include="Web.Release.config">
77-
<DependentUpon>Web.config</DependentUpon>
78-
</Content>
7972
</ItemGroup>
8073
<ItemGroup>
8174
<Compile Include="ClientQueryTesting.aspx.cs">
@@ -97,15 +90,15 @@
9790
<ItemGroup>
9891
<Folder Include="App_Data\" />
9992
</ItemGroup>
100-
<ItemGroup>
101-
<Content Include="Web_template.config" />
102-
</ItemGroup>
10393
<ItemGroup>
10494
<ProjectReference Include="..\TS3QueryLib.Core.Framework\TS3QueryLib.Core.Framework.csproj">
10595
<Project>{FFD6FC39-DCD3-48CC-9E43-FAD303A7E58F}</Project>
10696
<Name>TS3QueryLib.Core.Framework</Name>
10797
</ProjectReference>
10898
</ItemGroup>
99+
<ItemGroup>
100+
<Content Include="Web.config" />
101+
</ItemGroup>
109102
<PropertyGroup>
110103
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
111104
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>

0 commit comments

Comments
 (0)