UAS_DLLTest.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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>{B37433F6-7066-4D60-8A54-4AAD5D0F3D41}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_DLLTest</RootNamespace>
  11. <AssemblyName>UAS_DLLTest</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. <IsWebBootstrapper>false</IsWebBootstrapper>
  17. <IsWebBootstrapper>true</IsWebBootstrapper>
  18. <PublishUrl>E:\s_user_site\DllTest\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Web</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <InstallUrl>http://172.16.11.99/DllTest/</InstallUrl>
  29. <ProductName>DLLTest</ProductName>
  30. <PublisherName>深圳市优软科技有限公司</PublisherName>
  31. <SuiteName>DLLTest</SuiteName>
  32. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  33. <WebPage>publish.htm</WebPage>
  34. <ApplicationRevision>7</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. <ApplicationIcon>U_Icon.ico</ApplicationIcon>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <ManifestCertificateThumbprint>1716C671643B18397986EA9CEE8F04B940CA987E</ManifestCertificateThumbprint>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <ManifestKeyFile>UAS_DLLTest_TemporaryKey.pfx</ManifestKeyFile>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <GenerateManifests>true</GenerateManifests>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <SignManifests>false</SignManifests>
  74. </PropertyGroup>
  75. <ItemGroup>
  76. <Reference Include="BenQGuru.eMES.DLLService, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>tool\BenQGuru.eMES.DLLService.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System" />
  85. <Reference Include="System.Core" />
  86. <Reference Include="System.Xml.Linq" />
  87. <Reference Include="System.Data.DataSetExtensions" />
  88. <Reference Include="Microsoft.CSharp" />
  89. <Reference Include="System.Data" />
  90. <Reference Include="System.Deployment" />
  91. <Reference Include="System.Drawing" />
  92. <Reference Include="System.Windows.Forms" />
  93. <Reference Include="System.Xml" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="Form1.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="Form1.Designer.cs">
  100. <DependentUpon>Form1.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="GroupBoxwithborder.cs">
  103. <SubType>Component</SubType>
  104. </Compile>
  105. <Compile Include="GroupBoxwithborder.Designer.cs">
  106. <DependentUpon>GroupBoxwithborder.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="ParamControl.cs">
  109. <SubType>UserControl</SubType>
  110. </Compile>
  111. <Compile Include="paramControl.Designer.cs">
  112. <DependentUpon>ParamControl.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="Program.cs" />
  115. <Compile Include="Properties\AssemblyInfo.cs" />
  116. <EmbeddedResource Include="Form1.resx">
  117. <DependentUpon>Form1.cs</DependentUpon>
  118. </EmbeddedResource>
  119. <EmbeddedResource Include="paramControl.resx">
  120. <DependentUpon>ParamControl.cs</DependentUpon>
  121. </EmbeddedResource>
  122. <EmbeddedResource Include="Properties\Resources.resx">
  123. <Generator>ResXFileCodeGenerator</Generator>
  124. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  125. <SubType>Designer</SubType>
  126. </EmbeddedResource>
  127. <Compile Include="Properties\Resources.Designer.cs">
  128. <AutoGen>True</AutoGen>
  129. <DependentUpon>Resources.resx</DependentUpon>
  130. <DesignTime>True</DesignTime>
  131. </Compile>
  132. <None Include="Properties\Settings.settings">
  133. <Generator>SettingsSingleFileGenerator</Generator>
  134. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  135. </None>
  136. <Compile Include="Properties\Settings.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DependentUpon>Settings.settings</DependentUpon>
  139. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  140. </Compile>
  141. <None Include="UAS_DLLTest_TemporaryKey.pfx" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="App.config" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Content Include="U_Icon.ico" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  151. <Visible>False</Visible>
  152. <ProductName>.NET Framework 3.5 SP1</ProductName>
  153. <Install>false</Install>
  154. </BootstrapperPackage>
  155. </ItemGroup>
  156. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  157. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  158. Other similar extension points exist, see Microsoft.Common.targets.
  159. <Target Name="BeforeBuild">
  160. </Target>
  161. <Target Name="AfterBuild">
  162. </Target>
  163. -->
  164. </Project>