UAS_XmlAnalysor.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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>false</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. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  32. <WebPage>publish.htm</WebPage>
  33. <ApplicationRevision>3</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  35. <UseApplicationTrust>false</UseApplicationTrust>
  36. <CreateDesktopShortcut>true</CreateDesktopShortcut>
  37. <PublishWizardCompleted>true</PublishWizardCompleted>
  38. <BootstrapperEnabled>true</BootstrapperEnabled>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41. <PlatformTarget>AnyCPU</PlatformTarget>
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ManifestCertificateThumbprint>8DBDB0F3546886069CF4A1A6A9E86032DE41A024</ManifestCertificateThumbprint>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <ManifestKeyFile>UAS_XmlAnalysor_TemporaryKey.pfx</ManifestKeyFile>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <GenerateManifests>true</GenerateManifests>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <SignManifests>true</SignManifests>
  70. </PropertyGroup>
  71. <PropertyGroup>
  72. <ApplicationIcon>Resources\xml_48px_1124003_easyicon.net.ico</ApplicationIcon>
  73. </PropertyGroup>
  74. <ItemGroup>
  75. <Reference Include="Oracle.ManagedDataAccess">
  76. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Deployment" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Windows.Forms" />
  88. <Reference Include="System.Xml" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="DataHelper.cs" />
  92. <Compile Include="Form1.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="Form1.Designer.cs">
  96. <DependentUpon>Form1.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="LogicHandler.cs" />
  99. <Compile Include="Login.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="Login.Designer.cs">
  103. <DependentUpon>Login.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="Program.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <EmbeddedResource Include="Form1.resx">
  108. <DependentUpon>Form1.cs</DependentUpon>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="Login.resx">
  111. <DependentUpon>Login.cs</DependentUpon>
  112. </EmbeddedResource>
  113. <EmbeddedResource Include="Properties\Resources.resx">
  114. <Generator>ResXFileCodeGenerator</Generator>
  115. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  116. <SubType>Designer</SubType>
  117. </EmbeddedResource>
  118. <Compile Include="Properties\Resources.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DependentUpon>Resources.resx</DependentUpon>
  121. <DesignTime>True</DesignTime>
  122. </Compile>
  123. <None Include="Properties\Settings.settings">
  124. <Generator>SettingsSingleFileGenerator</Generator>
  125. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  126. </None>
  127. <Compile Include="Properties\Settings.Designer.cs">
  128. <AutoGen>True</AutoGen>
  129. <DependentUpon>Settings.settings</DependentUpon>
  130. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  131. </Compile>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <None Include="App.config" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  138. <Visible>False</Visible>
  139. <ProductName>.NET Framework 3.5 SP1</ProductName>
  140. <Install>false</Install>
  141. </BootstrapperPackage>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="Resources\xml_48px_1124003_easyicon.net.ico" />
  145. </ItemGroup>
  146. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  147. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  148. Other similar extension points exist, see Microsoft.Common.targets.
  149. <Target Name="BeforeBuild">
  150. </Target>
  151. <Target Name="AfterBuild">
  152. </Target>
  153. -->
  154. </Project>