<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>9.0.21022</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{E56EE563-6708-4448-85C4-9AE3C01E1B86}</ProjectGuid>
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>CCSTrace</RootNamespace>
|
<AssemblyName>CCSTrace</AssemblyName>
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Interop.TRACEROBJECTLib, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>bin\Resources\Lib\Interop.TRACEROBJECTLib.DLL</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Data.OracleClient" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Web" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Web.Services" />
|
<Reference Include="System.EnterpriseServices" />
|
<Reference Include="System.Web.Mobile" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="Global.asax" />
|
<Content Include="Service1.asmx" />
|
<Content Include="Web.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="CCS\CCSMain.cs" />
|
<Compile Include="CCS\EventAI\Equipment.cs" />
|
<Compile Include="CCS\EventAI\JudgeCase.cs" />
|
<Compile Include="CCS\EventAI\TraceSubject.cs" />
|
<Compile Include="CCS\Function\MailService.cs" />
|
<Compile Include="CCS\SEventLog.cs" />
|
<Compile Include="CCS\FinishEvent.cs" />
|
<Compile Include="CCS\Function\InitialEventData.cs" />
|
<Compile Include="CCS\Function\Leach.cs" />
|
<Compile Include="CCS\Function\MergeCase.cs" />
|
<Compile Include="CCS\LocalVariable.cs" />
|
<Compile Include="CCS\Object\Addr_Contrast.cs" />
|
<Compile Include="CCS\Object\AlarmData.cs" />
|
<Compile Include="CCS\Object\CCSCodelist.cs" />
|
<Compile Include="CCS\Object\CCSRecord.cs" />
|
<Compile Include="CCS\Object\Dept_Contrast.cs" />
|
<Compile Include="CCS\Object\EOSCodelist.cs" />
|
<Compile Include="CCS\Object\EventQuery.cs" />
|
<Compile Include="CCS\Object\EventRecord.cs" />
|
<Compile Include="CCS\Object\LocateEquipment.cs" />
|
<Compile Include="CCS\Object\NumberContrast.cs" />
|
<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>
|
</Compile>
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadata Include="Service References\" />
|
</ItemGroup>
|
<ItemGroup>
|
<Folder Include="App_Data\" />
|
<Folder Include="Service References\" />
|
</ItemGroup>
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
<Target Name="BeforeBuild">
|
</Target>
|
<Target Name="AfterBuild">
|
</Target>
|
-->
|
<ProjectExtensions>
|
<VisualStudio>
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
<WebProjectProperties>
|
<UseIIS>False</UseIIS>
|
<AutoAssignPort>True</AutoAssignPort>
|
<DevelopmentServerPort>2853</DevelopmentServerPort>
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
<IISUrl>
|
</IISUrl>
|
<NTLMAuthentication>False</NTLMAuthentication>
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
</WebProjectProperties>
|
</FlavorProperties>
|
</VisualStudio>
|
</ProjectExtensions>
|
</Project>
|