You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
297 lines
12 KiB
297 lines
12 KiB
2 months ago
|
<?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>{BA977F8C-A368-48B9-AD23-965246580D4C}</ProjectGuid>
|
||
|
<OutputType>WinExe</OutputType>
|
||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||
|
<RootNamespace>PaintingPC</RootNamespace>
|
||
|
<AssemblyName>PaintingPC</AssemblyName>
|
||
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||
|
<FileAlignment>512</FileAlignment>
|
||
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||
|
<PublishUrl>C:\Users\phoenix\Desktop\Panting2\</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>1</ApplicationRevision>
|
||
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||
|
<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>
|
||
|
</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>
|
||
|
<ManifestCertificateThumbprint>56520251E8F35E7125409DADAB3867DEDF5D6B75</ManifestCertificateThumbprint>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<ManifestKeyFile>PaintingPC_TemporaryKey.pfx</ManifestKeyFile>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<GenerateManifests>true</GenerateManifests>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<SignManifests>false</SignManifests>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<ApplicationIcon>2.ico</ApplicationIcon>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="SchTaskExtAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||
|
<SpecificVersion>False</SpecificVersion>
|
||
|
<HintPath>DLL\SchTaskExtAPI.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="System.Configuration" />
|
||
|
<Reference Include="System.Core" />
|
||
|
<Reference Include="System.EnterpriseServices" />
|
||
|
<Reference Include="System.Web.Extensions" />
|
||
|
<Reference Include="System.Web.Services" />
|
||
|
<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="Tools, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||
|
<SpecificVersion>False</SpecificVersion>
|
||
|
<HintPath>DLL\Tools.dll</HintPath>
|
||
|
</Reference>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="AutoUpdater.cs" />
|
||
|
<Compile Include="FrmChainDown.cs">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmChainDown.Designer.cs">
|
||
|
<DependentUpon>FrmChainDown.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmChainUp.cs">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmChainUp.Designer.cs">
|
||
|
<DependentUpon>FrmChainUp.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmChainUp1.cs">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmChainUp1.Designer.cs">
|
||
|
<DependentUpon>FrmChainUp1.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmChooseDamnPosition.cs">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmChooseDamnPosition.Designer.cs">
|
||
|
<DependentUpon>FrmChooseDamnPosition.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmDelChaimUp.cs">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmDelChaimUp.Designer.cs">
|
||
|
<DependentUpon>FrmDelChaimUp.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmMessage.cs">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmMessage.Designer.cs">
|
||
|
<DependentUpon>FrmMessage.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmPack.cs">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmPack.Designer.cs">
|
||
|
<DependentUpon>FrmPack.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmRePrint.cs">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmRePrint.Designer.cs">
|
||
|
<DependentUpon>FrmRePrint.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmTemp1.cs">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="FrmTemp1.Designer.cs">
|
||
|
<DependentUpon>FrmTemp1.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="Function.cs" />
|
||
|
<Compile Include="Function1.cs" />
|
||
|
<Compile Include="Interface1.cs" />
|
||
|
<Compile Include="LogHelper.cs" />
|
||
|
<Compile Include="Model\InspectModel.cs" />
|
||
|
<Compile Include="Model\PaintBoxModel.cs" />
|
||
|
<Compile Include="Program.cs" />
|
||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
<Compile Include="ReportHelper.cs" />
|
||
|
<Compile Include="UC.cs">
|
||
|
<SubType>UserControl</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="UC.Designer.cs">
|
||
|
<DependentUpon>UC.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="Upload.cs" />
|
||
|
<Compile Include="Web References\WebReference\Reference.cs">
|
||
|
<AutoGen>True</AutoGen>
|
||
|
<DesignTime>True</DesignTime>
|
||
|
<DependentUpon>Reference.map</DependentUpon>
|
||
|
</Compile>
|
||
|
<EmbeddedResource Include="FrmChainDown.resx">
|
||
|
<DependentUpon>FrmChainDown.cs</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="FrmChainUp.resx">
|
||
|
<DependentUpon>FrmChainUp.cs</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="FrmChainUp1.resx">
|
||
|
<DependentUpon>FrmChainUp1.cs</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="FrmChooseDamnPosition.resx">
|
||
|
<DependentUpon>FrmChooseDamnPosition.cs</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="FrmDelChaimUp.resx">
|
||
|
<DependentUpon>FrmDelChaimUp.cs</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="FrmMessage.resx">
|
||
|
<DependentUpon>FrmMessage.cs</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="FrmPack.resx">
|
||
|
<DependentUpon>FrmPack.cs</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="FrmRePrint.resx">
|
||
|
<DependentUpon>FrmRePrint.cs</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="FrmTemp1.resx">
|
||
|
<DependentUpon>FrmTemp1.cs</DependentUpon>
|
||
|
</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="UC.resx">
|
||
|
<DependentUpon>UC.cs</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
<None Include="PaintingPC_TemporaryKey.pfx" />
|
||
|
<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>
|
||
|
<None Include="Web References\WebReference\Reference.map">
|
||
|
<Generator>MSDiscoCodeGenerator</Generator>
|
||
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
||
|
</None>
|
||
|
<None Include="Web References\WebReference\WMSWebService.wsdl" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="App.config">
|
||
|
<SubType>Designer</SubType>
|
||
|
</None>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Content Include="01.png" />
|
||
|
<Content Include="2.ico" />
|
||
|
<Content Include="banner.jpg" />
|
||
|
<Content Include="DLL\SchTaskExtAPI.dll" />
|
||
|
<Content Include="DLL\Tools.dll" />
|
||
|
<None Include="Web References\WebReference\WMSWebService.disco" />
|
||
|
<None Include="Resources\banner.jpg" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<WebReferences Include="Web References\" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
|
||
|
<Visible>False</Visible>
|
||
|
<ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
|
||
|
<Install>true</Install>
|
||
|
</BootstrapperPackage>
|
||
|
<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>false</Install>
|
||
|
</BootstrapperPackage>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<WebReferenceUrl Include="http://111.160.83.98:8013/WMSWebService.asmx">
|
||
|
<UrlBehavior>Dynamic</UrlBehavior>
|
||
|
<RelPath>Web References\WebReference\</RelPath>
|
||
|
<UpdateFromURL>http://111.160.83.98:8013/WMSWebService.asmx</UpdateFromURL>
|
||
|
<ServiceLocationURL>
|
||
|
</ServiceLocationURL>
|
||
|
<CachedDynamicPropName>
|
||
|
</CachedDynamicPropName>
|
||
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
||
|
<CachedSettingsPropName>PaintingPC_WebReference_WMSWebService</CachedSettingsPropName>
|
||
|
</WebReferenceUrl>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<COMReference Include="grproLib">
|
||
|
<Guid>{715CBE0F-4F50-46EF-B009-CACED3A5C868}</Guid>
|
||
|
<VersionMajor>5</VersionMajor>
|
||
|
<VersionMinor>0</VersionMinor>
|
||
|
<Lcid>0</Lcid>
|
||
|
<WrapperTool>tlbimp</WrapperTool>
|
||
|
<Isolated>False</Isolated>
|
||
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||
|
</COMReference>
|
||
|
<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>
|
||
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||
|
</COMReference>
|
||
|
</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>
|