You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

221 lines
9.2 KiB

2 years ago
  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>{861F9EC4-46B8-491F-BCEC-509717A3C30F}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Euro.Transfer</RootNamespace>
  11. <AssemblyName>Euro.Transfer</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <TargetFrameworkProfile />
  16. <PublishUrl>D:\Sites\Winform_Tools\Eurotran\Transfer\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>3</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <PublishWizardCompleted>true</PublishWizardCompleted>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <Prefer32Bit>true</Prefer32Bit>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <ManifestCertificateThumbprint>EB6C6F8AC1D5A96BCA89BE85FE0CB8097A6F567B</ManifestCertificateThumbprint>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <ManifestKeyFile>Euro.Transfer_TemporaryKey.pfx</ManifestKeyFile>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <GenerateManifests>true</GenerateManifests>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <SignManifests>false</SignManifests>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <SignAssembly>false</SignAssembly>
  66. </PropertyGroup>
  67. <PropertyGroup>
  68. <AssemblyOriginatorKeyFile>
  69. </AssemblyOriginatorKeyFile>
  70. </PropertyGroup>
  71. <PropertyGroup>
  72. <StartupObject>Euro.Transfer.Program</StartupObject>
  73. </PropertyGroup>
  74. <ItemGroup>
  75. <Reference Include="Microsoft.AspNet.SignalR.Client, Version=2.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.2.3\lib\net45\Microsoft.AspNet.SignalR.Client.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  82. </Reference>
  83. <Reference Include="ScrollingTextControl, Version=1.0.6459.29391, Culture=neutral, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>..\DLL\ScrollingTextControl.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System" />
  88. <Reference Include="System.Configuration" />
  89. <Reference Include="System.Core" />
  90. <Reference Include="System.ServiceProcess" />
  91. <Reference Include="System.Xml.Linq" />
  92. <Reference Include="System.Data.DataSetExtensions" />
  93. <Reference Include="Microsoft.CSharp" />
  94. <Reference Include="System.Data" />
  95. <Reference Include="System.Deployment" />
  96. <Reference Include="System.Drawing" />
  97. <Reference Include="System.Net.Http" />
  98. <Reference Include="System.Windows.Forms" />
  99. <Reference Include="System.Xml" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="Base\ServiceBase.cs" />
  103. <Compile Include="Base\ServiceConfig.cs" />
  104. <Compile Include="Base\ServiceTask.cs" />
  105. <Compile Include="Base\ServiceTools.cs" />
  106. <Compile Include="Common.cs" />
  107. <Compile Include="FormTransfer.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="FormTransfer.Designer.cs">
  111. <DependentUpon>FormTransfer.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="GetOrig.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="GetOrig.Designer.cs">
  117. <DependentUpon>GetOrig.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="GlobalConstWord.cs" />
  120. <Compile Include="HubTransfer.cs" />
  121. <Compile Include="Jobs\BackRuns\Config.cs" />
  122. <Compile Include="Jobs\BackRuns\BackRuns.cs" />
  123. <Compile Include="Jobs\TaskTips\Config.cs" />
  124. <Compile Include="Jobs\TaskTips\TaskTips.cs" />
  125. <Compile Include="Jobs\Transfer\Config.cs" />
  126. <Compile Include="Jobs\Transfer\Transfer.cs" />
  127. <Compile Include="MessageType.cs" />
  128. <Compile Include="Model\ClockTipsInfo.cs" />
  129. <Compile Include="Model\Message.cs" />
  130. <Compile Include="Model\TaskInfo.cs" />
  131. <Compile Include="Model\UserInfo.cs" />
  132. <Compile Include="Program.cs" />
  133. <Compile Include="Properties\AssemblyInfo.cs" />
  134. <Compile Include="TransferService.cs" />
  135. <Compile Include="WordTransfer.cs">
  136. <SubType>Form</SubType>
  137. </Compile>
  138. <Compile Include="WordTransfer.Designer.cs">
  139. <DependentUpon>WordTransfer.cs</DependentUpon>
  140. </Compile>
  141. <EmbeddedResource Include="FormTransfer.resx">
  142. <DependentUpon>FormTransfer.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="FormTransfer.zh-TW.resx">
  145. <DependentUpon>FormTransfer.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="GetOrig.resx">
  148. <DependentUpon>GetOrig.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="Properties\Resources.resx">
  151. <Generator>ResXFileCodeGenerator</Generator>
  152. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  153. <SubType>Designer</SubType>
  154. </EmbeddedResource>
  155. <Compile Include="Properties\Resources.Designer.cs">
  156. <AutoGen>True</AutoGen>
  157. <DependentUpon>Resources.resx</DependentUpon>
  158. <DesignTime>True</DesignTime>
  159. </Compile>
  160. <EmbeddedResource Include="WordTransfer.resx">
  161. <DependentUpon>WordTransfer.cs</DependentUpon>
  162. </EmbeddedResource>
  163. <None Include="packages.config" />
  164. <None Include="Properties\Settings.settings">
  165. <Generator>SettingsSingleFileGenerator</Generator>
  166. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  167. </None>
  168. <Compile Include="Properties\Settings.Designer.cs">
  169. <AutoGen>True</AutoGen>
  170. <DependentUpon>Settings.settings</DependentUpon>
  171. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  172. </Compile>
  173. </ItemGroup>
  174. <ItemGroup>
  175. <None Include="App.config">
  176. <SubType>Designer</SubType>
  177. </None>
  178. </ItemGroup>
  179. <ItemGroup>
  180. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  181. <Visible>False</Visible>
  182. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  183. <Install>true</Install>
  184. </BootstrapperPackage>
  185. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  186. <Visible>False</Visible>
  187. <ProductName>.NET Framework 3.5 SP1</ProductName>
  188. <Install>false</Install>
  189. </BootstrapperPackage>
  190. </ItemGroup>
  191. <ItemGroup>
  192. <ProjectReference Include="..\EasyBL\EasyBL.csproj">
  193. <Project>{8a113df6-022e-4cf5-8aa2-111294283376}</Project>
  194. <Name>EasyBL</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="..\EasyNet\EasyNet.csproj">
  197. <Project>{d584b1f5-8607-4ffd-ba98-33d0ce115611}</Project>
  198. <Name>EasyNet</Name>
  199. </ProjectReference>
  200. <ProjectReference Include="..\Entity\Entity.csproj">
  201. <Project>{FD4879C2-FB2B-4B97-81FB-4EC7FB58A943}</Project>
  202. <Name>Entity</Name>
  203. </ProjectReference>
  204. <ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
  205. <Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
  206. <Name>SqlSugar</Name>
  207. </ProjectReference>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <Content Include="eurtoran_ico.ico">
  211. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  212. </Content>
  213. </ItemGroup>
  214. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  215. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  216. Other similar extension points exist, see Microsoft.Common.targets.
  217. <Target Name="BeforeBuild">
  218. </Target>
  219. <Target Name="AfterBuild">
  220. </Target>
  221. -->
  222. </Project>