ZHJA_HJGL/HJGL_ZH/Model/Model.csproj

116 lines
4.9 KiB
XML

<?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>{FD1E1931-1688-4B4A-BCD6-335A81465343}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Model</RootNamespace>
<AssemblyName>Model</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</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="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data.Linq" />
<Reference Include="System.Web.DataVisualization" />
<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="APIItem\BaseProjectItem.cs" />
<Compile Include="APIItem\BaseTeamgroupItem.cs" />
<Compile Include="APIItem\BaseUnitItem.cs" />
<Compile Include="APIItem\BSteelItem.cs" />
<Compile Include="APIItem\IsoInfoItem.cs" />
<Compile Include="APIItem\ParmItem.cs" />
<Compile Include="APIItem\UsepositionItem.cs" />
<Compile Include="APIItem\UserItem.cs" />
<Compile Include="APIItem\UsingPlanItem.cs" />
<Compile Include="APIItem\WelderItem.cs" />
<Compile Include="APIItem\WeldInfoItem.cs" />
<Compile Include="APIItem\WeldingSynItem.cs" />
<Compile Include="APIItem\JointInfoItem.cs" />
<Compile Include="APIItem\ResponeData.cs" />
<Compile Include="APIItem\UnitInfoItem.cs" />
<Compile Include="Chart\DataSourceChart.cs" />
<Compile Include="Chart\DataSourcePoint.cs" />
<Compile Include="Chart\DataSourceTeam.cs" />
<Compile Include="CQMS\CQMS_Incentive_IncentiveNewPerson.cs" />
<Compile Include="CQMS\CQMS_ProjectCheckItem.cs" />
<Compile Include="CQMS_CheckControl.cs" />
<Compile Include="ErrorInfo.cs" />
<Compile Include="GJSX\SpGetInfoCount.cs" />
<Compile Include="HandleStep.cs" />
<Compile Include="HJGL\HJGLPointManageCheckIsOk.cs" />
<Compile Include="HJGL\HJGL_SpRptBawZlfx.cs" />
<Compile Include="HJGL\HJGL_SpRptIsoAnalyze.cs" />
<Compile Include="HJGL\HJGL_SpRptIsoYzazjd.cs" />
<Compile Include="HJGL\HJGL_SpRptndtReport.cs" />
<Compile Include="HJGL\HJGL_SpRptService.cs" />
<Compile Include="HJGL\HJGL_SpRptUnitBawAnalyze.cs" />
<Compile Include="HJGL\HJGL_SpRpWelderPerformance.cs" />
<Compile Include="HJGL\HJGL_SpRpWeldReportExport.cs" />
<Compile Include="HJGL\HJGL_SpRpWeldReportItem.cs" />
<Compile Include="HSSE\HSSE_DayReportDetail.cs" />
<Compile Include="HSSE\HSSE_HazardTemplate.cs" />
<Compile Include="HSSE\HSSE_IncentiveNewPerson.cs" />
<Compile Include="HSSE\HSSE_ProjectCheckItem.cs" />
<Compile Include="Model.cs" />
<Compile Include="ModelProc.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="QualityRatingItem.cs" />
<Compile Include="SpCheckNonFilmingItem.cs" />
<Compile Include="SpSysMenuItem.cs" />
<Compile Include="SpSysUserItem.cs" />
<Compile Include="SpTDesktopItem.cs" />
<Compile Include="WBSDetailItem.cs" />
<Compile Include="WBSSetInitItem.cs" />
<Compile Include="WBSSetItem.cs" />
<Compile Include="Welder.cs" />
<Compile Include="YLRQ\PV_QualityRatingItem.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</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>