2025-03-27 15:05:14 +08:00

102 lines
4.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>
<ProjectGuid>{34BD75B7-0E68-4054-90DD-D783E58FFB82}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>HighWay.Plugins</RootNamespace>
<AssemblyName>HighWay.Plugins</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</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>..\..\920_RealEstate.Publish\RealEstate.Plugins\</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="RealEstate.Enums">
<HintPath>..\..\910_RealEstate.Release\RealEstate.CorePlatform\RealEstate.Enums.dll</HintPath>
</Reference>
<Reference Include="RealEstate.WorkFlow">
<HintPath>..\..\910_RealEstate.Release\RealEstate.CorePlatform\RealEstate.WorkFlow.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Plugins\ProInstHelper.cs" />
<Compile Include="Plugins\ProInst_100200_商品调价审批.cs" />
<Compile Include="Plugins\ProInst_100100_商品价格审批.cs" />
<Compile Include="Plugins\HighWayProInst.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HighWay.Running.Business\HighWay.Running.Business.csproj">
<Project>{4733390d-1add-4bb1-9e2a-a36484676326}</Project>
<Name>HighWay.Running.Business</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\HighWay.Running.Model\HighWay.Running.Model.csproj">
<Project>{f401f8d7-b3a5-4d66-9927-dc8ae5d41892}</Project>
<Name>HighWay.Running.Model</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\HighWay.Running.References\HighWay.Running.References.csproj">
<Project>{b1c8117a-21e1-4eba-8a4d-844c80311a88}</Project>
<Name>HighWay.Running.References</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\HighWay.Storage.Business\HighWay.Storage.Business.csproj">
<Project>{9335a166-f9e1-47c7-a3ad-31ee8060cac6}</Project>
<Name>HighWay.Storage.Business</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\HighWay.Storage.Model\HighWay.Storage.Model.csproj">
<Project>{5606d1f0-46d2-44d1-83d0-cc88415fa21a}</Project>
<Name>HighWay.Storage.Model</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\HighWay.Storage.References\HighWay.Storage.References.csproj">
<Project>{64e0f2f3-70a9-4d4d-8588-e9e6d665cdf7}</Project>
<Name>HighWay.Storage.References</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>
-->
</Project>