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

146 lines
6.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>{5B781383-5F0C-4102-8F9A-28EEF5237013}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>XGL.Models</RootNamespace>
<AssemblyName>XGL.Models</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Google.Protobuf, Version=3.5.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Protobuf.3.5.1\lib\net45\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="MySql.Data, Version=6.8.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<HintPath>..\packages\MySql.Data.6.8.8\lib\net40\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Drawing.Design" />
<Reference Include="System.Management" />
<Reference Include="System.Transactions" />
<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="basedata_carrealinfoModel.cs" />
<Compile Include="basedata_dictionaryModel.cs" />
<Compile Include="basedata_linecatchareaModel.cs" />
<Compile Include="basedata_materialbomModel.cs" />
<Compile Include="basedata_materialinfoModel.cs" />
<Compile Include="basedata_nodeprecussModel.cs" />
<Compile Include="basedata_nodesettingModel.cs" />
<Compile Include="basedata_orderplanModel.cs" />
<Compile Include="basedata_plcsettingModel.cs" />
<Compile Include="common_auth_moduleModel.cs" />
<Compile Include="common_auth_modulepermissionModel.cs" />
<Compile Include="common_auth_permissionModel.cs" />
<Compile Include="common_auth_roleModel.cs" />
<Compile Include="common_auth_rolemodulepermissionModel.cs" />
<Compile Include="common_auth_userModel.cs" />
<Compile Include="common_auth_userroleModel.cs" />
<Compile Include="data_carmaterialModel.cs" />
<Compile Include="data_carproductModel.cs" />
<Compile Include="filedatasModel.cs" />
<Compile Include="Model\CarRealInfo.cs" />
<Compile Include="Model\CarMaterial.cs" />
<Compile Include="Model\CarProduct.cs" />
<Compile Include="Model\FoamingMac\FoamingMacModel.cs" />
<Compile Include="Model\LineCatchArea.cs" />
<Compile Include="Model\LinePreInfo.cs" />
<Compile Include="Model\MaterialBom.cs" />
<Compile Include="Model\MaterialInfo.cs" />
<Compile Include="Model\MesViewData.cs" />
<Compile Include="Model\new_materialModel.cs" />
<Compile Include="Model\NodePrecuss.cs" />
<Compile Include="Model\NodeSetting.cs" />
<Compile Include="Model\OffLineMaterialList.cs" />
<Compile Include="Model\OffProductInfo.cs" />
<Compile Include="Model\Orderplan.cs" />
<Compile Include="Model\OrderPrepare\MaterialPlanModel.cs" />
<Compile Include="Model\OrderPrepare\WcsSyncResult.cs" />
<Compile Include="Model\OrderPrepare\WetMaterialModel.cs" />
<Compile Include="Model\PlcSetting.cs" />
<Compile Include="Model\Productinfo.cs" />
<Compile Include="Model\ResultJson.cs" />
<Compile Include="Model\sys_user.cs" />
<Compile Include="Model\UpLineMaterialList.cs" />
<Compile Include="Model\UpLineScanCarList.cs" />
<Compile Include="permission.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="role.cs" />
<Compile Include="rolepermission.cs" />
<Compile Include="sysconfig_operatelogModel.cs" />
<Compile Include="sysnoticesModel.cs" />
<Compile Include="user.cs" />
<Compile Include="userrole.cs" />
<Compile Include="vbasedata_orderplanModel.cs" />
<Compile Include="workdata_suspendinfoModel.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</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>