wadoClient.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{A7E44930-7D00-4274-AC62-38100074B716}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>wadoClient</RootNamespace>
  10. <AssemblyName>wadoClient</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <PublishUrl>D:\tianxia\pacsview3D\publish\</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>1</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. </PropertyGroup>
  51. <PropertyGroup>
  52. <ManifestCertificateThumbprint>AA4312F9BFFCE4BE5E32449BCC477DEA20508504</ManifestCertificateThumbprint>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ManifestKeyFile>wadoClient_TemporaryKey.pfx</ManifestKeyFile>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <GenerateManifests>true</GenerateManifests>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <SignManifests>true</SignManifests>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="System" />
  65. <Reference Include="System.Configuration" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Deployment" />
  72. <Reference Include="System.Drawing" />
  73. <Reference Include="System.Net.Http" />
  74. <Reference Include="System.Windows.Forms" />
  75. <Reference Include="System.Xml" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="Form1.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="Form1.Designer.cs">
  82. <DependentUpon>Form1.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="HttpDldFile.cs" />
  85. <Compile Include="HttpRequestHelper.cs" />
  86. <Compile Include="Program.cs" />
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. <EmbeddedResource Include="Form1.resx">
  89. <DependentUpon>Form1.cs</DependentUpon>
  90. </EmbeddedResource>
  91. <EmbeddedResource Include="Properties\Resources.resx">
  92. <Generator>ResXFileCodeGenerator</Generator>
  93. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  94. <SubType>Designer</SubType>
  95. </EmbeddedResource>
  96. <Compile Include="Properties\Resources.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DependentUpon>Resources.resx</DependentUpon>
  99. </Compile>
  100. <None Include="Properties\Settings.settings">
  101. <Generator>SettingsSingleFileGenerator</Generator>
  102. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  103. </None>
  104. <Compile Include="Properties\Settings.Designer.cs">
  105. <AutoGen>True</AutoGen>
  106. <DependentUpon>Settings.settings</DependentUpon>
  107. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  108. </Compile>
  109. <None Include="wadoClient_TemporaryKey.pfx" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <None Include="App.config" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  116. <Visible>False</Visible>
  117. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  118. <Install>true</Install>
  119. </BootstrapperPackage>
  120. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  121. <Visible>False</Visible>
  122. <ProductName>.NET Framework 3.5 SP1</ProductName>
  123. <Install>false</Install>
  124. </BootstrapperPackage>
  125. </ItemGroup>
  126. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  127. </Project>