巨石化纤
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
4.7 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{FD10F3E5-A233-4F52-B4EE-33189D84DBEF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SSWMS.Common</RootNamespace>
<AssemblyName>SSWMS.Common</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="Sid.TaskDialog">
<HintPath>..\Library\Sid.TaskDialog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.IdentityModel" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Data" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="AppSettings.cs" />
<Compile Include="Interface\I_BaseService.cs" />
<Compile Include="Interface\I_CellService.cs" />
<Compile Include="Interface\I_ControlService.cs" />
<Compile Include="Interface\I_ERPService.cs" />
<Compile Include="Interface\I_ManageService.cs" />
<Compile Include="Interface\I_DeviceService.cs" />
<Compile Include="Interface\I_PlanService.cs" />
<Compile Include="Interface\I_StorageService.cs" />
<Compile Include="Interface\I_SystemService.cs" />
<Compile Include="Model\M_House\GOODS_MAIN.cs" />
<Compile Include="Model\M_House\IO_CONTROL.cs" />
<Compile Include="Model\M_House\IO_CONTROL_APPLY.cs" />
<Compile Include="Model\M_House\IO_CONTROL_MODEL.cs" />
<Compile Include="Model\M_House\IO_CONTROL_ROUTE.cs" />
<Compile Include="Model\M_House\MANAGE_LIST.cs" />
<Compile Include="Model\M_House\MANAGE_MAIN.cs" />
<Compile Include="Model\M_House\PLAN_LIST.cs" />
<Compile Include="Model\M_House\PLAN_MAIN.cs" />
<Compile Include="Model\M_House\RECORD_LIST.cs" />
<Compile Include="Model\M_House\RECORD_MAIN.cs" />
<Compile Include="Model\M_House\STORAGE_LIST.cs" />
<Compile Include="Model\M_House\STORAGE_MAIN.cs" />
<Compile Include="Model\M_House\SYS_CONFIG.cs" />
<Compile Include="Model\M_House\SYS_FLOW.cs" />
<Compile Include="Model\M_House\SYS_LOG.cs" />
<Compile Include="Model\M_House\SYS_MENU.cs" />
<Compile Include="Model\M_House\SYS_RELATION.cs" />
<Compile Include="Model\M_House\SYS_ROLE.cs" />
<Compile Include="Model\M_House\SYS_USER.cs" />
<Compile Include="Model\M_House\WH_CELL.cs" />
<Compile Include="StringUtils.cs" />
<Compile Include="MessageDialog.cs" />
<Compile Include="SystemCode.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WCFService.cs" />
<Compile Include="XmlConvert.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Model\M_ERP\" />
</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>