2023-05-23 16:13:17 +08:00
|
|
|
|
<?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>{BE0282B1-5A40-45A0-9556-B7C83271C393}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>DeiNiu.Wcf</RootNamespace>
|
|
|
|
|
<AssemblyName>wmsWcfService</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<UseIISExpress>true</UseIISExpress>
|
|
|
|
|
<Use64BitIISExpress />
|
|
|
|
|
<IISExpressSSLPort />
|
|
|
|
|
<IISExpressAnonymousAuthentication />
|
|
|
|
|
<IISExpressWindowsAuthentication />
|
|
|
|
|
<IISExpressUseClassicPipelineMode />
|
|
|
|
|
<UseGlobalApplicationHostFile />
|
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
</UpgradeBackupLocation>
|
|
|
|
|
<OldToolsVersion>4.0</OldToolsVersion>
|
|
|
|
|
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
|
|
|
|
|
</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>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</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>
|
|
|
|
|
<PublishDatabaseSettings>
|
|
|
|
|
<Objects>
|
|
|
|
|
<ObjectGroup Name="NewConnection1-Deployment" Order="1">
|
|
|
|
|
<Destination Path="Data Source=localhost%3bInitial Catalog=custErp_suzou2%3bIntegrated Security=True" />
|
|
|
|
|
</ObjectGroup>
|
|
|
|
|
</Objects>
|
|
|
|
|
</PublishDatabaseSettings>
|
|
|
|
|
<DeployIisAppPath>localhost/WmsWcfService</DeployIisAppPath>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2023-09-04 22:41:19 +08:00
|
|
|
|
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2024-03-06 20:48:05 +08:00
|
|
|
|
<HintPath>.\log4net.dll</HintPath>
|
2023-09-04 22:41:19 +08:00
|
|
|
|
</Reference>
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.Entity" />
|
|
|
|
|
<Reference Include="System.Data.Services" />
|
|
|
|
|
<Reference Include="System.Data.Services.Client" />
|
|
|
|
|
<Reference Include="System.Management" />
|
|
|
|
|
<Reference Include="System.Transactions" />
|
|
|
|
|
<Reference Include="System.Web.DynamicData" />
|
|
|
|
|
<Reference Include="System.Web.Entity" />
|
|
|
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.EnterpriseServices" />
|
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
|
|
<Reference Include="System.ServiceModel.Web" />
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
|
|
|
|
<Reference Include="System.Web.Services" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Android.svc" />
|
|
|
|
|
<Content Include="CustomerService.svc" />
|
2023-09-04 22:41:19 +08:00
|
|
|
|
<Content Include="Erp_bussinessDocService.svc" />
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Content Include="GoodsService.svc" />
|
2024-03-06 20:48:05 +08:00
|
|
|
|
<Content Include="log4net.dll" />
|
|
|
|
|
<Content Include="log4net.pdb" />
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Content Include="Login.svc" />
|
|
|
|
|
<Content Include="LotService.svc" />
|
2024-03-06 20:48:05 +08:00
|
|
|
|
<Content Include="Newtonsoft.Json.dll" />
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Content Include="NodeService.svc" />
|
|
|
|
|
<Content Include="OwnerService.svc" />
|
|
|
|
|
<Content Include="RestLogin.svc" />
|
|
|
|
|
<Content Include="ScheduledService.svc" />
|
|
|
|
|
<Content Include="Setup.svc" />
|
|
|
|
|
<Content Include="StockLocationService.svc" />
|
|
|
|
|
<Content Include="MobileService.svc" />
|
|
|
|
|
<Content Include="TMService.svc" />
|
|
|
|
|
<Content Include="Viechle.svc" />
|
|
|
|
|
<Content Include="WaveRuleService.svc" />
|
|
|
|
|
<Content Include="Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Web.Debug.config">
|
|
|
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Web.Release.config">
|
|
|
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="WmsFlowService.svc" />
|
|
|
|
|
<Content Include="WmsInRequestService.svc" />
|
|
|
|
|
<Content Include="WmsOutPickRequestService.svc" />
|
|
|
|
|
<Content Include="WmsOutRequestService.svc" />
|
|
|
|
|
<Content Include="WmsPlateService.svc" />
|
|
|
|
|
<Content Include="WmsOrderRequestService.svc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Android.svc.cs">
|
|
|
|
|
<DependentUpon>Android.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="basicService.cs" />
|
2023-09-04 22:41:19 +08:00
|
|
|
|
<Compile Include="BLL\ConstAuthourity.cs" />
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Compile Include="BLL\elelable\ele_base.cs" />
|
|
|
|
|
<Compile Include="BLL\elelable\pick.cs" />
|
|
|
|
|
<Compile Include="BLL\elelable\port.cs" />
|
|
|
|
|
<Compile Include="BLL\elelable\sjqh.cs" />
|
|
|
|
|
<Compile Include="BLL\elelable\uartinfo.cs" />
|
|
|
|
|
<Compile Include="BLL\elelable\unart_manage.cs" />
|
|
|
|
|
<Compile Include="BLL\lbase.cs" />
|
|
|
|
|
<Compile Include="BLL\lCustomer.cs" />
|
|
|
|
|
<Compile Include="BLL\lErp_bussinessDoc.cs" />
|
|
|
|
|
<Compile Include="BLL\lErp_customer.cs" />
|
|
|
|
|
<Compile Include="BLL\lLot.cs" />
|
|
|
|
|
<Compile Include="BLL\lNode.cs" />
|
|
|
|
|
<Compile Include="BLL\lOwner.cs" />
|
|
|
|
|
<Compile Include="BLL\lTmsLineDetail.cs" />
|
|
|
|
|
<Compile Include="BLL\lTmsStock.cs" />
|
|
|
|
|
<Compile Include="BLL\lTmsTranRequest.cs" />
|
|
|
|
|
<Compile Include="BLL\lTmsViechle.cs" />
|
|
|
|
|
<Compile Include="BLL\lWaveRule.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsDealLocation.cs" />
|
2024-03-22 09:59:23 +08:00
|
|
|
|
<Compile Include="BLL\lWmsDeskCustomer.cs" />
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Compile Include="BLL\lWmsFlow.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsGoods.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsInRequest.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsInRequestDetail.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmslocation.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsOrderRequest.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsOutDesk.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsOutPickPort.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsPlate.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsOutPickLable.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsOutPickRequest.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsOutRequest.cs" />
|
2023-09-04 22:41:19 +08:00
|
|
|
|
<Compile Include="BLL\lWmsPlateStat.cs" />
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Compile Include="BLL\lWmsStock.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsStockPandian.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsStockRecord.cs" />
|
|
|
|
|
<Compile Include="BLL\lWmsWave.cs" />
|
|
|
|
|
<Compile Include="ConfigurationOperator.cs" />
|
|
|
|
|
<Compile Include="ConnectionConfig.cs" />
|
|
|
|
|
<Compile Include="CustomerService.svc.cs">
|
|
|
|
|
<DependentUpon>CustomerService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
2023-09-04 22:41:19 +08:00
|
|
|
|
<Compile Include="Erp_bussinessDocService.svc.cs">
|
|
|
|
|
<DependentUpon>Erp_bussinessDocService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Compile Include="IAndroid.cs" />
|
|
|
|
|
<Compile Include="ICustomerService.cs" />
|
2023-09-04 22:41:19 +08:00
|
|
|
|
<Compile Include="IErp_bussinessDoc.cs" />
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Compile Include="ILogin.cs" />
|
|
|
|
|
<Compile Include="IOwner.cs" />
|
|
|
|
|
<Compile Include="IRestLogin.cs" />
|
|
|
|
|
<Compile Include="IScheduledService.cs" />
|
|
|
|
|
<Compile Include="IWaveRule.cs" />
|
|
|
|
|
<Compile Include="IWmsFlow.cs" />
|
|
|
|
|
<Compile Include="IWmsOrderRequest.cs" />
|
|
|
|
|
<Compile Include="IWmsPlate.cs" />
|
|
|
|
|
<Compile Include="Login.svc.cs">
|
|
|
|
|
<DependentUpon>Login.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="OwnerService.svc.cs">
|
|
|
|
|
<DependentUpon>OwnerService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="RestLogin.svc.cs">
|
|
|
|
|
<DependentUpon>RestLogin.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ScheduledService.svc.cs">
|
|
|
|
|
<DependentUpon>ScheduledService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WaveRuleService.svc.cs">
|
|
|
|
|
<DependentUpon>WaveRuleService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
2023-09-04 22:41:19 +08:00
|
|
|
|
<Compile Include="wcfData\Message.cs" />
|
|
|
|
|
<Compile Include="wcfData\wcfErp_bussinessDoc.cs" />
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Compile Include="wcfData\wcfGoods.cs" />
|
|
|
|
|
<Compile Include="GoodsService.svc.cs">
|
|
|
|
|
<DependentUpon>GoodsService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="IGoods.cs" />
|
|
|
|
|
<Compile Include="ILotService.cs" />
|
|
|
|
|
<Compile Include="INode.cs" />
|
|
|
|
|
<Compile Include="ISetup.cs" />
|
|
|
|
|
<Compile Include="IStockLocationService.cs" />
|
|
|
|
|
<Compile Include="Interface1.cs" />
|
|
|
|
|
<Compile Include="ITMService.cs" />
|
|
|
|
|
<Compile Include="IViechle.cs" />
|
|
|
|
|
<Compile Include="IWmsInRequest.cs" />
|
|
|
|
|
<Compile Include="IWmsOutPickRequest.cs" />
|
|
|
|
|
<Compile Include="IWmsOutRequest.cs" />
|
|
|
|
|
<Compile Include="LotService.svc.cs">
|
|
|
|
|
<DependentUpon>LotService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="NodeService.svc.cs">
|
|
|
|
|
<DependentUpon>NodeService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Setup.svc.cs">
|
|
|
|
|
<DependentUpon>Setup.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="StockLocationService.svc.cs">
|
|
|
|
|
<DependentUpon>StockLocationService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="MobileService.svc.cs">
|
|
|
|
|
<DependentUpon>MobileService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="IMobile.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="TMService.svc.cs">
|
|
|
|
|
<DependentUpon>TMService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Viechle.svc.cs">
|
|
|
|
|
<DependentUpon>Viechle.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="wcfData\wcfLot.cs" />
|
|
|
|
|
<Compile Include="wcfData\wcfLotAtt.cs" />
|
|
|
|
|
<Compile Include="wcfData\wcfOwner.cs" />
|
|
|
|
|
<Compile Include="wcfData\wcfWaveRule.cs" />
|
2024-03-22 09:59:23 +08:00
|
|
|
|
<Compile Include="wcfData\wcfWmsDeskCustomer.cs" />
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Compile Include="wcfData\wcfWmsFlow.cs" />
|
|
|
|
|
<Compile Include="wcfData\wcfWmsGoods.cs" />
|
|
|
|
|
<Compile Include="wcfData\wcfWmsOrderDetail.cs" />
|
|
|
|
|
<Compile Include="wcfData\wcfWmsOrderRequest.cs" />
|
2023-11-21 19:18:23 +08:00
|
|
|
|
<Compile Include="wcfData\wcfWmsOutPickRequest.cs" />
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Compile Include="wcfData\wcfWmsPlate.cs" />
|
2023-11-21 19:18:23 +08:00
|
|
|
|
<Compile Include="wcfData\wcfWmsPlateStock_tmp.cs" />
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<Compile Include="WmsFlowService.svc.cs">
|
|
|
|
|
<DependentUpon>WmsFlowService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WmsInRequestService.svc.cs">
|
|
|
|
|
<DependentUpon>WmsInRequestService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WmsOrderRequestService.svc.cs" />
|
|
|
|
|
<Compile Include="WmsOutPickRequestService.svc.cs">
|
|
|
|
|
<DependentUpon>WmsOutPickRequestService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WmsOutRequestService.svc.cs">
|
|
|
|
|
<DependentUpon>WmsOutRequestService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="IQuery.cs" />
|
|
|
|
|
<Compile Include="WmsPlateService.svc.cs">
|
|
|
|
|
<DependentUpon>WmsPlateService.svc</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="App_Data\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Logical\Logical.csproj">
|
|
|
|
|
<Project>{9CAD4CF0-BD54-46D4-B640-13FDE3D58DD9}</Project>
|
|
|
|
|
<Name>Logical</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Model\Model.csproj">
|
|
|
|
|
<Project>{D02E3CAD-BFF0-40D3-964C-18551410683E}</Project>
|
|
|
|
|
<Name>Model</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Utils\Utils.csproj">
|
|
|
|
|
<Project>{151F88A4-82D0-4E30-A9B5-AB0B0ADA1FBD}</Project>
|
|
|
|
|
<Name>Utils</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\WcfServiceAuthentication\WcfServiceAuthentication.csproj">
|
|
|
|
|
<Project>{CA44F42F-4376-4BC6-9EA4-821DB704C75D}</Project>
|
|
|
|
|
<Name>WcfServiceAuthentication</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Log4Net.config">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="副本 Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="副本 Web.Debug.config">
|
|
|
|
|
<DependentUpon>副本 Web.config</DependentUpon>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="副本 Web.Release.config">
|
|
|
|
|
<DependentUpon>副本 Web.config</DependentUpon>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="libman.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
<None Include="Properties\PublishProfiles\IISProfile.pubxml" />
|
2024-03-06 20:48:05 +08:00
|
|
|
|
<None Include="Properties\PublishProfiles\IISProfile1.pubxml" />
|
2023-05-23 16:13:17 +08:00
|
|
|
|
</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>True</AutoAssignPort>
|
|
|
|
|
<DevelopmentServerPort>12349</DevelopmentServerPort>
|
|
|
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
2023-12-03 22:13:49 +08:00
|
|
|
|
<IISUrl>http://localhost:12349/</IISUrl>
|
2023-05-23 16:13:17 +08:00
|
|
|
|
<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>
|