UAS_XmlAnalysor.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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. </TargetFrameworkProfile>
  17. <IsWebBootstrapper>true</IsWebBootstrapper>
  18. <PublishUrl>ftp://192.168.253.9/MESSetting/Xml/</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Web</InstallFrom>
  21. <UpdateEnabled>true</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>true</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <InstallUrl>http://218.17.158.219:8888/Xml/</InstallUrl>
  29. <ProductName>UAS_XML解析器</ProductName>
  30. <PublisherName>深圳市优软科技有限公司</PublisherName>
  31. <SuiteName>UAS_XML解析器</SuiteName>
  32. <MinimumRequiredVersion>1.0.0.5</MinimumRequiredVersion>
  33. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  34. <WebPage>publish.htm</WebPage>
  35. <ApplicationRevision>22</ApplicationRevision>
  36. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  37. <UseApplicationTrust>false</UseApplicationTrust>
  38. <CreateDesktopShortcut>true</CreateDesktopShortcut>
  39. <PublishWizardCompleted>true</PublishWizardCompleted>
  40. <BootstrapperEnabled>true</BootstrapperEnabled>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugSymbols>true</DebugSymbols>
  45. <DebugType>full</DebugType>
  46. <Optimize>false</Optimize>
  47. <OutputPath>bin\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  53. <PlatformTarget>AnyCPU</PlatformTarget>
  54. <DebugType>pdbonly</DebugType>
  55. <Optimize>true</Optimize>
  56. <OutputPath>bin\Release\</OutputPath>
  57. <DefineConstants>TRACE</DefineConstants>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <ManifestCertificateThumbprint>8DBDB0F3546886069CF4A1A6A9E86032DE41A024</ManifestCertificateThumbprint>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <ManifestKeyFile>UAS_XmlAnalysor_TemporaryKey.pfx</ManifestKeyFile>
  66. </PropertyGroup>
  67. <PropertyGroup>
  68. <GenerateManifests>true</GenerateManifests>
  69. </PropertyGroup>
  70. <PropertyGroup>
  71. <SignManifests>false</SignManifests>
  72. </PropertyGroup>
  73. <PropertyGroup>
  74. <ApplicationIcon>Resources\xml_48px_1124003_easyicon.net.ico</ApplicationIcon>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Reference Include="Oracle.ManagedDataAccess">
  78. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System" />
  81. <Reference Include="System.Core" />
  82. <Reference Include="System.Xml.Linq" />
  83. <Reference Include="System.Data.DataSetExtensions" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Deployment" />
  87. <Reference Include="System.Drawing" />
  88. <Reference Include="System.Windows.Forms" />
  89. <Reference Include="System.Xml" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="BaseUtil.cs" />
  93. <Compile Include="DataHelper.cs" />
  94. <Compile Include="Form1.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="Form1.Designer.cs">
  98. <DependentUpon>Form1.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="Form2.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="Form2.Designer.cs">
  104. <DependentUpon>Form2.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="LoadingCircle.cs">
  107. <SubType>Component</SubType>
  108. </Compile>
  109. <Compile Include="LoadingCircle.Designer.cs">
  110. <DependentUpon>LoadingCircle.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="LogicHandler.cs" />
  113. <Compile Include="Login.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="Login.Designer.cs">
  117. <DependentUpon>Login.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="Program.cs" />
  120. <Compile Include="Properties\AssemblyInfo.cs" />
  121. <Compile Include="SetLoadingWindow.cs">
  122. <SubType>Form</SubType>
  123. </Compile>
  124. <Compile Include="SetLoadingWindow.Designer.cs">
  125. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  126. </Compile>
  127. <EmbeddedResource Include="Form1.resx">
  128. <DependentUpon>Form1.cs</DependentUpon>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="Form2.resx">
  131. <DependentUpon>Form2.cs</DependentUpon>
  132. </EmbeddedResource>
  133. <EmbeddedResource Include="Login.resx">
  134. <DependentUpon>Login.cs</DependentUpon>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="Properties\Resources.resx">
  137. <Generator>ResXFileCodeGenerator</Generator>
  138. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  139. <SubType>Designer</SubType>
  140. </EmbeddedResource>
  141. <Compile Include="Properties\Resources.Designer.cs">
  142. <AutoGen>True</AutoGen>
  143. <DependentUpon>Resources.resx</DependentUpon>
  144. <DesignTime>True</DesignTime>
  145. </Compile>
  146. <EmbeddedResource Include="SetLoadingWindow.resx">
  147. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  148. </EmbeddedResource>
  149. <None Include="Properties\Settings.settings">
  150. <Generator>SettingsSingleFileGenerator</Generator>
  151. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  152. </None>
  153. <Compile Include="Properties\Settings.Designer.cs">
  154. <AutoGen>True</AutoGen>
  155. <DependentUpon>Settings.settings</DependentUpon>
  156. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  157. </Compile>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <None Include="App.config" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  164. <Visible>False</Visible>
  165. <ProductName>.NET Framework 3.5 SP1</ProductName>
  166. <Install>false</Install>
  167. </BootstrapperPackage>
  168. </ItemGroup>
  169. <ItemGroup>
  170. <None Include="Resources\xml_48px_1124003_easyicon.net.ico" />
  171. </ItemGroup>
  172. <ItemGroup>
  173. <ProjectReference Include="..\UAS_AutoPass\UAS_AutoPass.csproj">
  174. <Project>{00071CA1-0410-4E55-BC92-2FF6B160C3AC}</Project>
  175. <Name>UAS_AutoPass</Name>
  176. </ProjectReference>
  177. </ItemGroup>
  178. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  179. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  180. Other similar extension points exist, see Microsoft.Common.targets.
  181. <Target Name="BeforeBuild">
  182. </Target>
  183. <Target Name="AfterBuild">
  184. </Target>
  185. -->
  186. </Project>