dogchang70
2015-08-27 5b02cf3ca69c11dd294ce55cb9c91a4992fd3e6e
Webservice 並不需要 Global.asax 與 Global.asax.cs,因為該服務並非是網站.

1 files modified
4 ■■■■ changed files
CCSTrace/CCSTrace.csproj 4 ●●●● patch | view | raw | blame | history
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>