135 lines
6.1 KiB
XML
135 lines
6.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>
|
|
</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{0FAA8C75-8733-409F-A48C-C1B7A3E77E1E}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SuperMap.RealEstate.MainTenance.Storage</RootNamespace>
|
|
<AssemblyName>MainTenance.Storage.Service</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<UseIISExpress>false</UseIISExpress>
|
|
<IISExpressSSLPort />
|
|
<IISExpressAnonymousAuthentication />
|
|
<IISExpressWindowsAuthentication />
|
|
<IISExpressUseClassicPipelineMode />
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
<Use64BitIISExpress />
|
|
<UseGlobalApplicationHostFile />
|
|
</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>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="RealEstate.Core">
|
|
<HintPath>..\..\910_RealEstate.Release\RealEstate.CorePlatform\RealEstate.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.XML" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Properties\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MainTenance.Storage.Model\MainTenance.Storage.Model.csproj">
|
|
<Project>{DDE2A6D0-F252-4BB9-8F52-B63F6E689279}</Project>
|
|
<Name>MainTenance.Storage.Model</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Service.svc" />
|
|
<Content Include="web.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Service.svc.cs">
|
|
<DependentUpon>Service.svc</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ServicModel\EQUIPMENT.cs" />
|
|
<Compile Include="ServicModel\EQUIPMENTMANAGE.cs" />
|
|
<Compile Include="ServicModel\EQUIPMENTREPERTORY.cs" />
|
|
<Compile Include="ServicModel\IEQUIPMENT.cs" />
|
|
<Compile Include="ServicModel\IEQUIPMENTMANAGE.cs" />
|
|
<Compile Include="ServicModel\IEQUIPMENTREPERTORY.cs" />
|
|
<Compile Include="ServicModel\IIMAGE.cs" />
|
|
<Compile Include="ServicModel\IMAGE.cs" />
|
|
<Compile Include="ServicModel\IMAINTAIN.cs" />
|
|
<Compile Include="ServicModel\IMAINTAINDETILS.cs" />
|
|
<Compile Include="ServicModel\IMATERIAL.cs" />
|
|
<Compile Include="ServicModel\IMATERIALHIS.cs" />
|
|
<Compile Include="ServicModel\IPROBLEMCOLLECTION.cs" />
|
|
<Compile Include="ServicModel\IPROINST.cs" />
|
|
<Compile Include="ServicModel\IPROINSTDETAIL.cs" />
|
|
<Compile Include="ServicModel\IUSERDEFINEDTYPE.cs" />
|
|
<Compile Include="ServicModel\MAINTAIN.cs" />
|
|
<Compile Include="ServicModel\MAINTAINDETILS.cs" />
|
|
<Compile Include="ServicModel\MATERIAL.cs" />
|
|
<Compile Include="ServicModel\MATERIALHIS.cs" />
|
|
<Compile Include="ServicModel\PROBLEM.cs" />
|
|
<Compile Include="ServicModel\IPROBLEM.cs" />
|
|
<Compile Include="ServicModel\PROBLEMCOLLECTION.cs" />
|
|
<Compile Include="ServicModel\PROINST.cs" />
|
|
<Compile Include="ServicModel\PROINSTDETAIL.cs" />
|
|
<Compile Include="ServicModel\USERDEFINEDTYPE.cs" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>True</UseIIS>
|
|
<AutoAssignPort>False</AutoAssignPort>
|
|
<DevelopmentServerPort>7000</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/MainTenance/Storage</DevelopmentServerVPath>
|
|
<IISUrl>http://localhost:7010/MainTenance/Storage</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl>
|
|
</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<!-- 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>
|
|
-->
|
|
</Project> |