WPFUploadPackage.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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>{B01D2D18-A517-42DB-A454-6F477BC9C592}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WPFTestUpdate</RootNamespace>
  10. <AssemblyName>WPFTestUpdate</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\OutputDll\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>..\OutputDll\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Aliyun.OSS, Version=2.9.0.0, Culture=neutral, PublicKeyToken=0ad4175f0dac0b9b, processorArchitecture=MSIL">
  38. <HintPath>..\packages\Aliyun.OSS.SDK.2.9.0\lib\Aliyun.OSS.dll</HintPath>
  39. </Reference>
  40. <Reference Include="ICSharpCode.SharpZipLib, Version=1.1.0.145, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  41. <HintPath>..\packages\SharpZipLib.1.1.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  42. </Reference>
  43. <Reference Include="INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c, processorArchitecture=MSIL">
  44. <HintPath>..\packages\ini-parser.2.5.2\lib\net20\INIFileParser.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  48. </Reference>
  49. <Reference Include="SAGA.DotNetUtils, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>Dlls\SAGA.DotNetUtils.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Xml" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="System.Net.Http" />
  61. <Reference Include="System.Xaml">
  62. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="WindowsBase" />
  65. <Reference Include="PresentationCore" />
  66. <Reference Include="PresentationFramework" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <ApplicationDefinition Include="App.xaml">
  70. <Generator>MSBuild:Compile</Generator>
  71. <SubType>Designer</SubType>
  72. </ApplicationDefinition>
  73. <Compile Include="Compress\CompressT.cs" />
  74. <Compile Include="Compress\CompressArgs.cs" />
  75. <Compile Include="Const.cs" />
  76. <Compile Include="Untility.cs" />
  77. <Compile Include="Extend.cs" />
  78. <Compile Include="Utils\FileStoreHandler.cs" />
  79. <Page Include="MainWindow.xaml">
  80. <Generator>MSBuild:Compile</Generator>
  81. <SubType>Designer</SubType>
  82. </Page>
  83. <Compile Include="App.xaml.cs">
  84. <DependentUpon>App.xaml</DependentUpon>
  85. <SubType>Code</SubType>
  86. </Compile>
  87. <Compile Include="MainWindow.xaml.cs">
  88. <DependentUpon>MainWindow.xaml</DependentUpon>
  89. <SubType>Code</SubType>
  90. </Compile>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="Properties\AssemblyInfo.cs">
  94. <SubType>Code</SubType>
  95. </Compile>
  96. <Compile Include="Properties\Resources.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DesignTime>True</DesignTime>
  99. <DependentUpon>Resources.resx</DependentUpon>
  100. </Compile>
  101. <Compile Include="Properties\Settings.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DependentUpon>Settings.settings</DependentUpon>
  104. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  105. </Compile>
  106. <EmbeddedResource Include="Properties\Resources.resx">
  107. <Generator>ResXFileCodeGenerator</Generator>
  108. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  109. </EmbeddedResource>
  110. <None Include="packages.config" />
  111. <None Include="Properties\Settings.settings">
  112. <Generator>SettingsSingleFileGenerator</Generator>
  113. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  114. </None>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="App.config" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Resource Include="Readme.txt" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Resource Include="Image\folder.png">
  124. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  125. </Resource>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <ProjectReference Include="..\Update\Update.csproj">
  129. <Project>{62a86c88-5741-4261-94a1-254bc86331d4}</Project>
  130. <Name>Update</Name>
  131. </ProjectReference>
  132. </ItemGroup>
  133. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  134. </Project>