From 5b02cf3ca69c11dd294ce55cb9c91a4992fd3e6e Mon Sep 17 00:00:00 2001
From: dogchang70 <dogchang70@7fafa455-2d8e-8247-9248-17d0fe17a33f>
Date: Thu, 27 Aug 2015 18:02:46 +0800
Subject: [PATCH] Webservice 並不需要 Global.asax 與 Global.asax.cs,因為該服務並非是網站.
---
CCSTrace/CCSTrace.csproj | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/CCSTrace/CCSTrace.csproj b/CCSTrace/CCSTrace.csproj
index ff5330b..120a5ed 100644
--- a/CCSTrace/CCSTrace.csproj
+++ b/CCSTrace/CCSTrace.csproj
@@ -47,7 +47,6 @@
<Reference Include="System.Web.Mobile" />
</ItemGroup>
<ItemGroup>
- <Content Include="Global.asax" />
<Content Include="Service1.asmx" />
<Content Include="Web.config" />
</ItemGroup>
@@ -76,9 +75,6 @@
<Compile Include="CCS\ProcessEvent.cs" />
<Compile Include="CCS\RecordLog.cs" />
<Compile Include="CCS\ThreadEndEvent.cs" />
- <Compile Include="Global.asax.cs">
- <DependentUpon>Global.asax</DependentUpon>
- </Compile>
<Compile Include="Service1.asmx.cs">
<DependentUpon>Service1.asmx</DependentUpon>
<SubType>Component</SubType>
--
Gitblit v0.0.0-SNAPSHOT