注塑喷涂
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.
 
 
 
 
 

256 lines
10 KiB

<?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>
<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="FrmAddProCol.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmAddProCol.Designer.cs">
<DependentUpon>FrmAddProCol.cs</DependentUpon>
</Compile>
<Compile Include="FrmChangeColorResize.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmChangeColorResize.Designer.cs">
<DependentUpon>FrmChangeColorResize.cs</DependentUpon>
</Compile>
<Compile Include="FrmChangeColor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmChangeColor.Designer.cs">
<DependentUpon>FrmChangeColor.cs</DependentUpon>
</Compile>
<Compile Include="FrmChooseDamnPosition.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmChooseDamnPosition.Designer.cs">
<DependentUpon>FrmChooseDamnPosition.cs</DependentUpon>
</Compile>
<Compile Include="FrmFirstCheck.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmFirstCheck.Designer.cs">
<DependentUpon>FrmFirstCheck.cs</DependentUpon>
</Compile>
<Compile Include="FrmPassWord.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmPassWord.Designer.cs">
<DependentUpon>FrmPassWord.cs</DependentUpon>
</Compile>
<Compile Include="FrmSecondCheckResize.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmSecondCheckResize.Designer.cs">
<DependentUpon>FrmSecondCheckResize.cs</DependentUpon>
</Compile>
<Compile Include="FrmSecondCheckSpec.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmSecondCheckSpec.Designer.cs">
<DependentUpon>FrmSecondCheckSpec.cs</DependentUpon>
</Compile>
<Compile Include="FrmSecondCheck.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmSecondCheck.Designer.cs">
<DependentUpon>FrmSecondCheck.cs</DependentUpon>
</Compile>
<Compile Include="Function.cs" />
<Compile Include="LogHelper.cs" />
<Compile Include="Model\InspectModel.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Upload.cs" />
<Compile Include="Web References\WebReference\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.map</DependentUpon>
</Compile>
<EmbeddedResource Include="FrmAddProCol.resx">
<DependentUpon>FrmAddProCol.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmChangeColorResize.resx">
<DependentUpon>FrmChangeColorResize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmChangeColor.resx">
<DependentUpon>FrmChangeColor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmChooseDamnPosition.resx">
<DependentUpon>FrmChooseDamnPosition.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmFirstCheck.resx">
<DependentUpon>FrmFirstCheck.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmPassWord.resx">
<DependentUpon>FrmPassWord.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmSecondCheckResize.resx">
<DependentUpon>FrmSecondCheckResize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmSecondCheckSpec.resx">
<DependentUpon>FrmSecondCheckSpec.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmSecondCheck.resx">
<DependentUpon>FrmSecondCheck.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>
</Compile>
<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="DLL\SchTaskExtAPI.dll" />
<Content Include="DLL\Tools.dll" />
<None Include="Web References\WebReference\WMSWebService.disco" />
</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://10.60.101.10:8013/WMSWebService.asmx">
<UrlBehavior>Dynamic</UrlBehavior>
<RelPath>Web References\WebReference\</RelPath>
<UpdateFromURL>http://10.60.101.10:8013/WMSWebService.asmx</UpdateFromURL>
<ServiceLocationURL>
</ServiceLocationURL>
<CachedDynamicPropName>
</CachedDynamicPropName>
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
<CachedSettingsPropName>PaintingPC_WebReference_WMSWebService</CachedSettingsPropName>
</WebReferenceUrl>
</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>