<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="12.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>{5728476C-79B5-4556-B925-FBC8720266F0}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>LMES</RootNamespace>
|
<AssemblyName>LMES</AssemblyName>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
<TargetFrameworkProfile />
|
<PublishUrl>publish\</PublishUrl>
|
<Install>true</Install>
|
<InstallFrom>Disk</InstallFrom>
|
<UpdateEnabled>false</UpdateEnabled>
|
<UpdateMode>Foreground</UpdateMode>
|
<UpdateInterval>7</UpdateInterval>
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
<UpdatePeriodically>false</UpdatePeriodically>
|
<UpdateRequired>false</UpdateRequired>
|
<MapFileExtensions>true</MapFileExtensions>
|
<ApplicationRevision>0</ApplicationRevision>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<Prefer32Bit>true</Prefer32Bit>
|
</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>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup>
|
<StartupObject>LMES.Program</StartupObject>
|
</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>
|
<PropertyGroup>
|
<ApplicationIcon>Main.ico</ApplicationIcon>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Demo, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\OCX\Demo.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
<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" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="ClsShowMod.cs" />
|
<Compile Include="DingDing_autoGetData.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="DingDing_autoGetData.Designer.cs">
|
<DependentUpon>DingDing_autoGetData.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Form1.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Form1.Designer.cs">
|
<DependentUpon>Form1.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Frm_Show.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Frm_Show.designer.cs">
|
<DependentUpon>Frm_Show.cs</DependentUpon>
|
</Compile>
|
<Compile Include="MDIMain.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="MDIMain.designer.cs">
|
<DependentUpon>MDIMain.cs</DependentUpon>
|
</Compile>
|
<Compile Include="OA_MessageBox.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="OA_MessageBox.designer.cs">
|
<DependentUpon>OA_MessageBox.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Xt_Wait.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Xt_Wait.designer.cs">
|
<DependentUpon>Xt_Wait.cs</DependentUpon>
|
</Compile>
|
<EmbeddedResource Include="DingDing_autoGetData.resx">
|
<DependentUpon>DingDing_autoGetData.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Form1.resx">
|
<DependentUpon>Form1.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Frm_Show.resx">
|
<DependentUpon>Frm_Show.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="MDIMain.resx">
|
<DependentUpon>MDIMain.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="OA_MessageBox.resx">
|
<DependentUpon>OA_MessageBox.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<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>
|
<EmbeddedResource Include="Xt_Wait.resx">
|
<DependentUpon>Xt_Wait.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<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>
|
<Content Include="Main.ico" />
|
<Content Include="财务分析.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\APSM\APSM.csproj">
|
<Project>{59da489d-c83f-4584-8f1e-0be1dc9710d4}</Project>
|
<Name>APSM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\BaseSet\BaseSet.csproj">
|
<Project>{0844cd97-ffab-445f-a473-1380387e9a12}</Project>
|
<Name>BaseSet</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\BLL\BLL.csproj">
|
<Project>{0bf3d95a-4a7b-45fb-92fb-9a5bb374b750}</Project>
|
<Name>BLL</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\DAL\DAL.csproj">
|
<Project>{7c30e3c9-58b7-420a-ab92-0a5117b82dda}</Project>
|
<Name>DAL</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\DBUtility\DBUtility.csproj">
|
<Project>{f2098f1b-4fa1-49bb-91ea-ab3522008f28}</Project>
|
<Name>DBUtility</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\EAM\EAM.csproj">
|
<Project>{952a5cf5-ec40-40f7-8346-eea840dfe2d7}</Project>
|
<Name>EAM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Kanban\Kanban.csproj">
|
<Project>{264a20db-903a-4b9f-84bd-cb34a11d7320}</Project>
|
<Name>Kanban</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Model\Model.csproj">
|
<Project>{5061b703-b7a6-4e82-a9aa-f73fd80520bf}</Project>
|
<Name>Model</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\OAM\OAM.csproj">
|
<Project>{0abfe354-e66c-4643-9d77-3b84b13f0485}</Project>
|
<Name>OAM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\PayM\PayM.csproj">
|
<Project>{36a0cf08-e176-4a58-b406-d187943804ee}</Project>
|
<Name>PayM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\PlanM\PlanM.csproj">
|
<Project>{da885755-32a9-493a-ad54-5b7c1d3b54d8}</Project>
|
<Name>PlanM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\ProM\ProM.csproj">
|
<Project>{96acac1a-9550-4071-b591-eb9330a107ea}</Project>
|
<Name>ProM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Pub_Class\Pub_Class.csproj">
|
<Project>{0de3c6c4-9c87-4b8c-ac86-ac15b7afe731}</Project>
|
<Name>Pub_Class</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Pub_Control\Pub_Control.csproj">
|
<Project>{f7838319-779c-4ad9-a59f-5dcb5757f335}</Project>
|
<Name>Pub_Control</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\SCM\SCM.csproj">
|
<Project>{194a4f82-dcb5-4a28-8cbf-47be90de15a6}</Project>
|
<Name>SCM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\SelM\SelM.csproj">
|
<Project>{f85deb10-d048-4377-92fd-35fc39c37bf8}</Project>
|
<Name>SelM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\SQLHelper\SQLHelper.csproj">
|
<Project>{0a4ef483-d8d3-49a5-8378-974ef7993365}</Project>
|
<Name>SQLHelper</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\WarM\WarM.csproj">
|
<Project>{c518f792-17cd-4894-99e5-c0ea4f59e0f3}</Project>
|
<Name>WarM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\WebAPI\WebAPI.csproj">
|
<Project>{5b60ce0c-963c-4dc2-91b3-0b471aac5438}</Project>
|
<Name>WebAPI</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\WorkM\WorkM.csproj">
|
<Project>{38499782-d273-45ee-a5a4-19ac1fc36444}</Project>
|
<Name>WorkM</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
<Visible>False</Visible>
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
<Install>false</Install>
|
</BootstrapperPackage>
|
</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>
|