<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
|
<PropertyGroup>
|
<ProjectType>Local</ProjectType>
|
<ProductVersion>7.10.3077</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{D4C74E27-C1EE-48D7-984E-1D732D5292D6}</ProjectGuid>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ApplicationIcon />
|
<AssemblyKeyContainerName />
|
<AssemblyName>APPCMPP2</AssemblyName>
|
<AssemblyOriginatorKeyFile />
|
<DefaultClientScript>JScript</DefaultClientScript>
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
<DelaySign>false</DelaySign>
|
<OutputType>WinExe</OutputType>
|
<RootNamespace>APPCMPP2</RootNamespace>
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
<StartupObject />
|
<FileUpgradeFlags>
|
</FileUpgradeFlags>
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
<UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
<OldToolsVersion>0.0</OldToolsVersion>
|
<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' ">
|
<OutputPath>bin\Debug\</OutputPath>
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
<BaseAddress>285212672</BaseAddress>
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
<ConfigurationOverrideFile />
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DocumentationFile />
|
<DebugSymbols>true</DebugSymbols>
|
<FileAlignment>4096</FileAlignment>
|
<NoStdLib>false</NoStdLib>
|
<NoWarn />
|
<Optimize>false</Optimize>
|
<RegisterForComInterop>false</RegisterForComInterop>
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
<WarningLevel>4</WarningLevel>
|
<DebugType>full</DebugType>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<OutputPath>bin\Release\</OutputPath>
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
<BaseAddress>285212672</BaseAddress>
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
<ConfigurationOverrideFile />
|
<DefineConstants>TRACE</DefineConstants>
|
<DocumentationFile />
|
<DebugSymbols>false</DebugSymbols>
|
<FileAlignment>4096</FileAlignment>
|
<NoStdLib>false</NoStdLib>
|
<NoWarn />
|
<Optimize>true</Optimize>
|
<RegisterForComInterop>false</RegisterForComInterop>
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
<WarningLevel>4</WarningLevel>
|
<DebugType>none</DebugType>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Common">
|
<Name>Common</Name>
|
<HintPath>..\lib\Common.DLL</HintPath>
|
</Reference>
|
<Reference Include="Controls">
|
<Name>Controls</Name>
|
<HintPath>..\lib\Controls.DLL</HintPath>
|
</Reference>
|
<Reference Include="Entity">
|
<Name>Entity</Name>
|
<HintPath>..\lib\Entity.dll</HintPath>
|
</Reference>
|
<Reference Include="log4net">
|
<HintPath>..\lib\log4net.dll</HintPath>
|
</Reference>
|
<Reference Include="mscorlib">
|
<Name>mscorlib</Name>
|
<HintPath>mscorlib.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json">
|
<HintPath>..\lib\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System">
|
<Name>System</Name>
|
<HintPath>System.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Drawing">
|
<Name>System.Drawing</Name>
|
<HintPath>System.Drawing.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Web.Extensions" />
|
<Reference Include="System.Windows.Forms">
|
<Name>System.Windows.Forms</Name>
|
<HintPath>System.Windows.Forms.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread.CMPPThread\ConnectThread.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread.CMPPThread\ReceiveThread.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread.CMPPThread\SubmitOKThread.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread.CMPPThread\SubmitRespThread.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread.CMPPThread\SubmitThread.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread.DataThread\DBTestThread.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread.DataThread\GetMTWaitThread.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread.DataThread\MOInfoThread.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread.DataThread\MTWaitResetThread.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread.DataThread\ReportThread.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread\CMPPThreadBase.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread\MsgEventDelegate.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread\ThreadBase.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.MyThread\ThreadStateDelegate.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.Properties\Resources.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2.Properties\Settings.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2\AboutForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2\ISMG.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2\MainForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2\MsgLevel.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2\Program.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2\SetEnv.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2\ShareData.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2\SmsForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2\SysConf.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2\SysForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="AsiaINFO.SMS.APPCMPP2\TempLog.cs" />
|
<Compile Include="AssemblyInfo.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<EmbeddedResource Include="AsiaINFO.SMS.APPCMPP2.AboutForm.resx" />
|
<EmbeddedResource Include="AsiaINFO.SMS.APPCMPP2.Properties.Resources.resx" />
|
<EmbeddedResource Include="AsiaINFO.SMS.APPCMPP2.SmsForm.resx" />
|
<EmbeddedResource Include="AsiaINFO.SMS.APPCMPP2.SysForm.resx" />
|
<EmbeddedResource Include="AsiaINFO.SMS.APPCMPP2\AboutForm.resx">
|
<DependentUpon>AboutForm.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="AsiaINFO.SMS.APPCMPP2\MainForm.resx">
|
<DependentUpon>MainForm.cs</DependentUpon>
|
</EmbeddedResource>
|
</ItemGroup>
|
<ItemGroup>
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
<Visible>False</Visible>
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
<Install>false</Install>
|
</BootstrapperPackage>
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
<Visible>False</Visible>
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
<Install>true</Install>
|
</BootstrapperPackage>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="log4net.config">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<SubType>Designer</SubType>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="BusinessFactory_Source\BusinessFactory.csproj">
|
<Project>{9386714f-d152-46f8-9e66-eb8bbda7886c}</Project>
|
<Name>BusinessFactory</Name>
|
</ProjectReference>
|
<ProjectReference Include="CMPP2_Source\CMPP2.csproj">
|
<Project>{e08790ee-72be-4366-9705-41ce37967dfc}</Project>
|
<Name>CMPP2</Name>
|
</ProjectReference>
|
<ProjectReference Include="DBFactory_Source\DBFactory.csproj">
|
<Project>{f60cb097-5e64-4c10-8ba1-a98489e19c55}</Project>
|
<Name>DBFactory</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<PropertyGroup>
|
<PreBuildEvent />
|
<PostBuildEvent />
|
</PropertyGroup>
|
</Project>
|