UAS_AutoPass.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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>{00071CA1-0410-4E55-BC92-2FF6B160C3AC}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_AutoPass</RootNamespace>
  11. <AssemblyName>UAS_AutoPass</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <IsWebBootstrapper>true</IsWebBootstrapper>
  16. <TargetFrameworkProfile />
  17. <PublishUrl>E:\s_user_site\AutoPass\</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://172.16.11.99/AutoPass/</InstallUrl>
  28. <ProductName>UAS自动过站解析器</ProductName>
  29. <PublisherName>深圳市优软科技有限公司</PublisherName>
  30. <SuiteName>UAS自动过站解析器</SuiteName>
  31. <MinimumRequiredVersion>1.0.0.20</MinimumRequiredVersion>
  32. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  33. <WebPage>publish.htm</WebPage>
  34. <ApplicationRevision>21</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>259567B7F3EA096551ECA21C8DEA9C2E21C8624B</ManifestCertificateThumbprint>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <ManifestKeyFile>UAS_AutoPass_TemporaryKey.pfx</ManifestKeyFile>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <GenerateManifests>true</GenerateManifests>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <SignManifests>false</SignManifests>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Reference Include="ICSharpCode.SharpZipLib">
  74. <HintPath>..\UAS_AutoUpdate\tool\ICSharpCode.SharpZipLib.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Oracle.ManagedDataAccess">
  77. <HintPath>..\UAS_DLLTest\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.Windows.Forms" />
  88. <Reference Include="System.Xml" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="AutoPassDataCollect.cs">
  92. <SubType>Form</SubType>
  93. </Compile>
  94. <Compile Include="AutoPassDataCollect.Designer.cs">
  95. <DependentUpon>AutoPassDataCollect.cs</DependentUpon>
  96. </Compile>
  97. <Compile Include="AutoAnalysisXml.cs">
  98. <SubType>Form</SubType>
  99. </Compile>
  100. <Compile Include="AutoAnalysisXml.Designer.cs">
  101. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  102. </Compile>
  103. <Compile Include="Form2.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="Form2.Designer.cs">
  107. <DependentUpon>Form2.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="LoadingCircle.cs">
  110. <SubType>Component</SubType>
  111. </Compile>
  112. <Compile Include="LoadingCircle.Designer.cs">
  113. <DependentUpon>LoadingCircle.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="Login.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="Login.Designer.cs">
  119. <DependentUpon>Login.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="Program.cs" />
  122. <Compile Include="Properties\AssemblyInfo.cs" />
  123. <Compile Include="SetLoadingWindow.cs">
  124. <SubType>Form</SubType>
  125. </Compile>
  126. <Compile Include="SetLoadingWindow.Designer.cs">
  127. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  128. </Compile>
  129. <Compile Include="ToolClass\BaseUtil.cs" />
  130. <Compile Include="ToolClass\DataHelper.cs" />
  131. <Compile Include="ToolClass\LogicHandler.cs" />
  132. <EmbeddedResource Include="AutoPassDataCollect.resx">
  133. <DependentUpon>AutoPassDataCollect.cs</DependentUpon>
  134. </EmbeddedResource>
  135. <EmbeddedResource Include="AutoAnalysisXml.resx">
  136. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="Form2.resx">
  139. <DependentUpon>Form2.cs</DependentUpon>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="Login.resx">
  142. <DependentUpon>Login.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="Properties\Resources.resx">
  145. <Generator>ResXFileCodeGenerator</Generator>
  146. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  147. <SubType>Designer</SubType>
  148. </EmbeddedResource>
  149. <Compile Include="Properties\Resources.Designer.cs">
  150. <AutoGen>True</AutoGen>
  151. <DependentUpon>Resources.resx</DependentUpon>
  152. <DesignTime>True</DesignTime>
  153. </Compile>
  154. <EmbeddedResource Include="SetLoadingWindow.resx">
  155. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  156. </EmbeddedResource>
  157. <None Include="Properties\Settings.settings">
  158. <Generator>SettingsSingleFileGenerator</Generator>
  159. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  160. </None>
  161. <Compile Include="Properties\Settings.Designer.cs">
  162. <AutoGen>True</AutoGen>
  163. <DependentUpon>Settings.settings</DependentUpon>
  164. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  165. </Compile>
  166. </ItemGroup>
  167. <ItemGroup>
  168. <None Include="App.config" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  172. <Visible>False</Visible>
  173. <ProductName>.NET Framework 3.5 SP1</ProductName>
  174. <Install>false</Install>
  175. </BootstrapperPackage>
  176. </ItemGroup>
  177. <ItemGroup>
  178. <COMReference Include="SpeechLib">
  179. <Guid>{C866CA3A-32F7-11D2-9602-00C04F8EE628}</Guid>
  180. <VersionMajor>5</VersionMajor>
  181. <VersionMinor>4</VersionMinor>
  182. <Lcid>0</Lcid>
  183. <WrapperTool>tlbimp</WrapperTool>
  184. <Isolated>False</Isolated>
  185. <EmbedInteropTypes>False</EmbedInteropTypes>
  186. </COMReference>
  187. </ItemGroup>
  188. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  189. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  190. Other similar extension points exist, see Microsoft.Common.targets.
  191. <Target Name="BeforeBuild">
  192. </Target>
  193. <Target Name="AfterBuild">
  194. </Target>
  195. -->
  196. </Project>