天津投入产出系统后端
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.
 
 
 
 
 
 

115 lines
4.6 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>{A80DFEE4-F3D0-4234-A2CC-E4DCE5000E7E}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>QMAPP.MD.Entity</RootNamespace>
<AssemblyName>QMAPP.MD.Entity</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>Svn</SccProjectName>
<SccLocalPath>Svn</SccLocalPath>
<SccAuxPath>Svn</SccAuxPath>
<SccProvider>SubversionScc</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>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="QMFrameWork.Data.Attributes">
<HintPath>..\..\QMFrameWork\QMFrameWork.Data.Attributes.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<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="AppResource.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>AppResource.resx</DependentUpon>
</Compile>
<Compile Include="DefectDict.cs" />
<Compile Include="OrderIndentity.cs" />
<Compile Include="ParameterConfigEntity.cs" />
<Compile Include="PbomItem.cs" />
<Compile Include="Pbom.cs" />
<Compile Include="Corp.cs" />
<Compile Include="Dai.cs" />
<Compile Include="Equipment.cs" />
<Compile Include="Factory.cs" />
<Compile Include="Material.cs" />
<Compile Include="MaterialRoute.cs" />
<Compile Include="ProcessRoute.cs" />
<Compile Include="ProcessRouteVersion.cs" />
<Compile Include="ProcessRouteWorkCell.cs" />
<Compile Include="ProcessRouteWorkcellSeq.cs" />
<Compile Include="Project.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Shift.cs" />
<Compile Include="Team.cs" />
<Compile Include="TeamMemberEntity.cs" />
<Compile Include="UserWithMachine.cs" />
<Compile Include="View\BomLocation.cs" />
<Compile Include="View\DAIFormView.cs" />
<Compile Include="View\RouteLocation.cs" />
<Compile Include="WorkCell.cs" />
<Compile Include="WorkCenter.cs" />
<Compile Include="WorkLoc.cs" />
<Compile Include="WorkCellEquipment.cs" />
<Compile Include="DaiData.cs" />
<Compile Include="ScheduleEntity.cs" />
<Compile Include="WorkCellState.cs" />
<Compile Include="ConfigDetail.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\APPQ5\QMAPP.FJC.Entity\QMAPP.FJC.Entity.csproj">
<Project>{17123CDD-0BA7-496F-8E4E-FCBABE0463CA}</Project>
<Name>QMAPP.FJC.Entity</Name>
</ProjectReference>
<ProjectReference Include="..\..\APP\QMAPP.Entity\QMAPP.Entity.csproj">
<Project>{604FB24F-7706-497C-BEC7-27D7B6B5A82C}</Project>
<Name>QMAPP.Entity</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="AppResource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>AppResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Compile Include="MaterialClass.cs" />
</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>