Files
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

314 lines
14 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)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{895413A4-7BC0-4081-A322-0B2F64D6D43F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Lskj.PubMrpAnalyze</RootNamespace>
<AssemblyName>Lskj.PubMrpAnalyze</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Debug\Lib\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.BonusSkins.v15.2" />
<Reference Include="DevExpress.Data.v15.2" />
<Reference Include="DevExpress.Utils.v15.2" />
<Reference Include="DevExpress.Sparkline.v15.2.Core" />
<Reference Include="DevExpress.XtraEditors.v15.2" />
<Reference Include="DevExpress.XtraGrid.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="Lskj.AutoUpdate, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Debug\Lskj.AutoUpdate.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Xilium.CefGlue, Version=87.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\引用DLL\Xilium.CefGlue.dll</HintPath>
</Reference>
<Reference Include="Xilium.CefGlue.WindowsForms">
<HintPath>..\..\引用DLL\Xilium.CefGlue.WindowsForms.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Control\FrmConfig.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Control\FrmConfig.Designer.cs">
<DependentUpon>FrmConfig.cs</DependentUpon>
</Compile>
<Compile Include="Control\FrmConfigLocal.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Control\FrmConfigLocal.Designer.cs">
<DependentUpon>FrmConfigLocal.cs</DependentUpon>
</Compile>
<Compile Include="Control\FrmConfigSet.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Control\FrmConfigSet.Designer.cs">
<DependentUpon>FrmConfigSet.cs</DependentUpon>
</Compile>
<Compile Include="Control\FrmLogin.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Control\FrmLogin.Designer.cs">
<DependentUpon>FrmLogin.cs</DependentUpon>
</Compile>
<Compile Include="Control\FrmPassword.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Control\FrmPassword.Designer.cs">
<DependentUpon>FrmPassword.cs</DependentUpon>
</Compile>
<Compile Include="DllBaseClass.cs" />
<Compile Include="FrmMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmMain.Designer.cs">
<DependentUpon>FrmMain.cs</DependentUpon>
</Compile>
<Compile Include="Model\BitMapHelper.cs" />
<Compile Include="Model\Manager.cs" />
<Compile Include="Model\winApi.cs" />
<Compile Include="MrpAnalyzeMain.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="MrpAnalyzeMain.Designer.cs">
<DependentUpon>MrpAnalyzeMain.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Control\FrmConfig.resx">
<DependentUpon>FrmConfig.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Control\FrmConfigLocal.resx">
<DependentUpon>FrmConfigLocal.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Control\FrmConfigSet.resx">
<DependentUpon>FrmConfigSet.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Control\FrmLogin.resx">
<DependentUpon>FrmLogin.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Control\FrmPassword.resx">
<DependentUpon>FrmPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmMain.resx">
<DependentUpon>FrmMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MrpAnalyzeMain.resx">
<DependentUpon>MrpAnalyzeMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\licenses.licx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lskj.Business\Lskj.Business.csproj">
<Project>{7eafccc2-a18f-49e9-85c6-a984966cfd01}</Project>
<Name>Lskj.Business</Name>
</ProjectReference>
<ProjectReference Include="..\Lskj.Control\Lskj.Control.csproj">
<Project>{447cdc40-659f-4cca-9ed6-8e818b4cf8bf}</Project>
<Name>Lskj.Control</Name>
</ProjectReference>
<ProjectReference Include="..\Lskj.Core\Lskj.Core.csproj">
<Project>{2a1be6ac-1077-491b-a754-c5822fe8121e}</Project>
<Name>Lskj.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Lskj.Data\Lskj.Data.csproj">
<Project>{308b9b18-9be2-495c-9c64-eed81d567813}</Project>
<Name>Lskj.Data</Name>
</ProjectReference>
<ProjectReference Include="..\Lskj.Model\Lskj.Model.csproj">
<Project>{52bc40e0-c0c6-4f78-996b-cae028d209ca}</Project>
<Name>Lskj.Model</Name>
</ProjectReference>
<ProjectReference Include="..\Lskj.Util\Lskj.Util.csproj">
<Project>{a51bf642-6543-4de3-8948-83f558b72bd4}</Project>
<Name>Lskj.Util</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Resources\arrows.png" />
<Content Include="Resources\backup.png" />
<Content Include="Resources\black.png" />
<Content Include="Resources\blue.png" />
<Content Include="Resources\blueprint.png" />
<Content Include="Resources\caffee.png" />
<Content Include="Resources\Cancel_16x16.png" />
<Content Include="Resources\Cancel_32x32.png" />
<Content Include="Resources\caramel.png" />
<Content Include="Resources\circle.png" />
<Content Include="Resources\close_default.png" />
<Content Include="Resources\close_select.png" />
<Content Include="Resources\darkroom.png" />
<Content Include="Resources\darkside.png" />
<Content Include="Resources\default_icon.png" />
<Content Include="Resources\Devexpress 2013 Gray.png" />
<Content Include="Resources\devexpress_2013_gray.png" />
<Content Include="Resources\devexpress_2013_light_gray.png" />
<Content Include="Resources\foggy.png" />
<Content Include="Resources\glassoceans.png" />
<Content Include="Resources\highcontrast.png" />
<Content Include="Resources\imaginary.png" />
<Content Include="Resources\left_default.png" />
<Content Include="Resources\left_select.png" />
<Content Include="Resources\lilian.png" />
<Content Include="Resources\liquid_sky.png" />
<Content Include="Resources\login.png" />
<Content Include="Resources\login_btn.png" />
<Content Include="Resources\login_btn_select.png" />
<Content Include="Resources\login_close_default.png" />
<Content Include="Resources\login_close_select.png" />
<Content Include="Resources\logo.png" />
<Content Include="Resources\logo_sm.png" />
<Content Include="Resources\london_liquid_sky.png" />
<Content Include="Resources\max_default.png" />
<Content Include="Resources\max_select.png" />
<Content Include="Resources\mcskin.png" />
<Content Include="Resources\menu_default_1.png" />
<Content Include="Resources\menu_default_2.png" />
<Content Include="Resources\menu_default_3.png" />
<Content Include="Resources\menu_default_4.png" />
<Content Include="Resources\metropolis.png" />
<Content Include="Resources\metropolis_dark.png" />
<Content Include="Resources\money_twins.png" />
<Content Include="Resources\newlogin.png" />
<Content Include="Resources\node2_chaild_select.png" />
<Content Include="Resources\node2_child_move.png" />
<Content Include="Resources\node2_default_move.png" />
<Content Include="Resources\node3_default.png" />
<Content Include="Resources\node3_move.png" />
<Content Include="Resources\node3_select.png" />
<Content Include="Resources\node_default.png" />
<Content Include="Resources\node_move.png" />
<Content Include="Resources\node_select.png" />
<Content Include="Resources\Office2013_48x48.png" />
<Content Include="Resources\office_2007_black.png" />
<Content Include="Resources\office_2007_blue.png" />
<Content Include="Resources\office_2007_green.png" />
<Content Include="Resources\office_2007_pink.png" />
<Content Include="Resources\office_2007_silver.png" />
<Content Include="Resources\office_2010_black.png" />
<Content Include="Resources\office_2010_bule.png" />
<Content Include="Resources\office_2010_silver.png" />
<Content Include="Resources\office_2013.png" />
<Content Include="Resources\pumpkin.png" />
<Content Include="Resources\right.png" />
<Content Include="Resources\right2.png" />
<Content Include="Resources\search_default.png" />
<Content Include="Resources\search_select.png" />
<Content Include="Resources\setting.png" />
<Content Include="Resources\seven.png" />
<Content Include="Resources\seven_classic.png" />
<Content Include="Resources\sharp.png" />
<Content Include="Resources\sharp_plus.png" />
<Content Include="Resources\smail_default.png" />
<Content Include="Resources\smail_select.png" />
<Content Include="Resources\split.png" />
<Content Include="Resources\springtime.png" />
<Content Include="Resources\stardust.png" />
<Content Include="Resources\sub_add.png" />
<Content Include="Resources\sub_backgroud.png" />
<Content Include="Resources\sub_btn_default.png" />
<Content Include="Resources\sub_btn_min.png" />
<Content Include="Resources\sub_btn_min_select.png" />
<Content Include="Resources\sub_btn_select.png" />
<Content Include="Resources\sub_cggl.png" />
<Content Include="Resources\sub_gdzc.png" />
<Content Include="Resources\sub_khgl.png" />
<Content Include="Resources\sub_khgx.png" />
<Content Include="Resources\sub_page_default.png" />
<Content Include="Resources\sub_page_hover.png" />
<Content Include="Resources\sub_page_select.png" />
<Content Include="Resources\sub_pzjk.png" />
<Content Include="Resources\sub_scgx.png" />
<Content Include="Resources\sub_scl.png" />
<Content Include="Resources\sub_sczw.png" />
<Content Include="Resources\sub_tip_backgound.png" />
<Content Include="Resources\summer.png" />
<Content Include="Resources\swapuser.png" />
<Content Include="Resources\tab_bg.png" />
<Content Include="Resources\tab_default.png" />
<Content Include="Resources\tab_select.png" />
<Content Include="Resources\the_asphalt_world.png" />
<Content Include="Resources\user.png" />
<Content Include="Resources\valentine.png" />
<Content Include="Resources\version.png" />
<Content Include="Resources\vs_2010.png" />
<Content Include="Resources\whiteprint.png" />
<Content Include="Resources\window_default.png" />
<Content Include="Resources\window_select.png" />
<Content Include="Resources\xmas_blue.png" />
<Content Include="Resources\登录.png" />
<Content Include="Resources\设置.png" />
<Content Include="Resources\默认图标.png" />
</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>