UAS_XmlAnalysor.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{7767BBB5-6E7E-4687-A9D6-6C6E9B6F4EA3}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_XmlAnalysor</RootNamespace>
  11. <AssemblyName>UAS_XML解析器</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. <IsWebBootstrapper>true</IsWebBootstrapper>
  17. <PublishUrl>ftp://192.168.253.9/MESSetting/Xml/</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Web</InstallFrom>
  20. <UpdateEnabled>true</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>true</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <InstallUrl>http://218.17.158.219:8888/Xml/</InstallUrl>
  28. <ProductName>UAS_XML解析器</ProductName>
  29. <PublisherName>深圳市优软科技有限公司</PublisherName>
  30. <SuiteName>UAS_XML解析器</SuiteName>
  31. <MinimumRequiredVersion>1.0.0.5</MinimumRequiredVersion>
  32. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  33. <WebPage>publish.htm</WebPage>
  34. <ApplicationRevision>8</ApplicationRevision>
  35. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <CreateDesktopShortcut>true</CreateDesktopShortcut>
  38. <PublishWizardCompleted>true</PublishWizardCompleted>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>full</DebugType>
  45. <Optimize>false</Optimize>
  46. <OutputPath>bin\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  52. <PlatformTarget>AnyCPU</PlatformTarget>
  53. <DebugType>pdbonly</DebugType>
  54. <Optimize>true</Optimize>
  55. <OutputPath>bin\Release\</OutputPath>
  56. <DefineConstants>TRACE</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <ManifestCertificateThumbprint>8DBDB0F3546886069CF4A1A6A9E86032DE41A024</ManifestCertificateThumbprint>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <ManifestKeyFile>UAS_XmlAnalysor_TemporaryKey.pfx</ManifestKeyFile>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <GenerateManifests>true</GenerateManifests>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <SignManifests>true</SignManifests>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <ApplicationIcon>Resources\xml_48px_1124003_easyicon.net.ico</ApplicationIcon>
  74. </PropertyGroup>
  75. <ItemGroup>
  76. <Reference Include="Oracle.ManagedDataAccess">
  77. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Core" />
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="System.Data.DataSetExtensions" />
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Deployment" />
  86. <Reference Include="System.Drawing" />
  87. <Reference Include="System.Net.Http" />
  88. <Reference Include="System.Windows.Forms" />
  89. <Reference Include="System.Xml" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="DataHelper.cs" />
  93. <Compile Include="Form1.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="Form1.Designer.cs">
  97. <DependentUpon>Form1.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="LogicHandler.cs" />
  100. <Compile Include="Program.cs" />
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. <EmbeddedResource Include="Form1.resx">
  103. <DependentUpon>Form1.cs</DependentUpon>
  104. </EmbeddedResource>
  105. <EmbeddedResource Include="Properties\Resources.resx">
  106. <Generator>ResXFileCodeGenerator</Generator>
  107. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  108. <SubType>Designer</SubType>
  109. </EmbeddedResource>
  110. <Compile Include="Properties\Resources.Designer.cs">
  111. <AutoGen>True</AutoGen>
  112. <DependentUpon>Resources.resx</DependentUpon>
  113. <DesignTime>True</DesignTime>
  114. </Compile>
  115. <None Include="Properties\Settings.settings">
  116. <Generator>SettingsSingleFileGenerator</Generator>
  117. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  118. </None>
  119. <Compile Include="Properties\Settings.Designer.cs">
  120. <AutoGen>True</AutoGen>
  121. <DependentUpon>Settings.settings</DependentUpon>
  122. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  123. </Compile>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <None Include="App.config" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  130. <Visible>False</Visible>
  131. <ProductName>.NET Framework 3.5 SP1</ProductName>
  132. <Install>false</Install>
  133. </BootstrapperPackage>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <None Include="Resources\xml_48px_1124003_easyicon.net.ico" />
  137. </ItemGroup>
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  140. Other similar extension points exist, see Microsoft.Common.targets.
  141. <Target Name="BeforeBuild">
  142. </Target>
  143. <Target Name="AfterBuild">
  144. </Target>
  145. -->
  146. </Project>