<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>8.0.50727</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{414AB82B-092C-4D4A-808C-220607E65E7D}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>NETERP</RootNamespace>
|
<AssemblyName>NETERP</AssemblyName>
|
<ApplicationIcon>Main.ico</ApplicationIcon>
|
<FileUpgradeFlags>
|
</FileUpgradeFlags>
|
<UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
<OldToolsVersion>2.0</OldToolsVersion>
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
<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>
|
</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>
|
<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>
|
</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>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="AxInterop.grdes6Lib">
|
<HintPath>..\DLL\AxInterop.grdes6Lib.dll</HintPath>
|
</Reference>
|
<Reference Include="AxInterop.gregn6Lib">
|
<HintPath>..\DLL\AxInterop.gregn6Lib.dll</HintPath>
|
</Reference>
|
<Reference Include="DBUtility, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\DBUtility.dll</HintPath>
|
</Reference>
|
<Reference Include="Interop.Excel">
|
<HintPath>..\DLL\Interop.Excel.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="Interop.grdes6Lib">
|
<HintPath>..\DLL\Interop.grdes6Lib.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="Interop.gregn6Lib">
|
<HintPath>..\DLL\Interop.gregn6Lib.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="OAM">
|
<HintPath>..\DLL\OAM.dll</HintPath>
|
</Reference>
|
<Reference Include="PlanM">
|
<HintPath>..\DLL\PlanM.dll</HintPath>
|
</Reference>
|
<Reference Include="Pub_Class, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\Pub_Class.dll</HintPath>
|
</Reference>
|
<Reference Include="Pub_Control, Version=1.0.6009.25886, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\Pub_Control.dll</HintPath>
|
</Reference>
|
<Reference Include="SQLHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\SQLHelper.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Deployment" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
<Reference Include="TeeChart">
|
<HintPath>..\DLL\TeeChart.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="公用\OA_MessageBox.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="公用\OA_MessageBox.designer.cs">
|
<DependentUpon>OA_MessageBox.cs</DependentUpon>
|
</Compile>
|
<Compile Include="公用\ClsShowMod.cs" />
|
<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="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<EmbeddedResource Include="Form1.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Form1.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="公用\OA_MessageBox.resx">
|
<DependentUpon>OA_MessageBox.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</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="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="公用\Xt_Wait.resx">
|
<DependentUpon>Xt_Wait.cs</DependentUpon>
|
<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>
|
<Compile Include="公用\Xt_Wait.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="公用\Xt_Wait.designer.cs">
|
<DependentUpon>Xt_Wait.cs</DependentUpon>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\AccPayM\AccPayM.csproj">
|
<Project>{01CC53FF-CA8F-4A01-AB93-77F4C8A78902}</Project>
|
<Name>AccPayM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\AccRecM\AccRecM.csproj">
|
<Project>{E4E6C11E-7772-43A2-8107-25309DD5F315}</Project>
|
<Name>AccRecM</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="..\Model\Model.csproj">
|
<Project>{5061B703-B7A6-4E82-A9AA-F73FD80520BF}</Project>
|
<Name>Model</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\ProM\ProM.csproj">
|
<Project>{96ACAC1A-9550-4071-B591-EB9330A107EA}</Project>
|
<Name>ProM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\SelM\SelM.csproj">
|
<Project>{F85DEB10-D048-4377-92FD-35FC39C37BF8}</Project>
|
<Name>SelM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\WarM\WarM.csproj">
|
<Project>{C518F792-17CD-4894-99E5-C0EA4F59E0F3}</Project>
|
<Name>WarM</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="Main.ico" />
|
<Content Include="总控台.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<COMReference Include="stdole">
|
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
|
<VersionMajor>2</VersionMajor>
|
<VersionMinor>0</VersionMinor>
|
<Lcid>0</Lcid>
|
<WrapperTool>primary</WrapperTool>
|
<Isolated>False</Isolated>
|
</COMReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildBinPath)\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>
|