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.

166 lines
7.2 KiB

  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>{BEB7AAD6-D26D-4DB2-91C6-916D2EF0C13B}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>Minio.Examples</RootNamespace>
  10. <AssemblyName>Minio.Client.Examples.Net452</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG;NET452</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net4.5.2|AnyCPU'">
  35. <OutputPath>bin\net4.5.2\</OutputPath>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == '.netcore|AnyCPU'">
  38. <OutputPath>bin\.netcore\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <Optimize>true</Optimize>
  41. <DebugType>pdbonly</DebugType>
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  45. <Prefer32Bit>true</Prefer32Bit>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == '.net4.5.2|AnyCPU'">
  48. <OutputPath>bin\.net4.5.2\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <Optimize>true</Optimize>
  51. <DebugType>pdbonly</DebugType>
  52. <PlatformTarget>AnyCPU</PlatformTarget>
  53. <ErrorReport>prompt</ErrorReport>
  54. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  55. <Prefer32Bit>true</Prefer32Bit>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="System" />
  59. <Reference Include="System.ComponentModel.Composition" />
  60. <Reference Include="System.Configuration" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Reactive.Core, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  63. <HintPath>..\..\packages\System.Reactive.Core.3.1.1\lib\net45\System.Reactive.Core.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Reactive.Interfaces, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  66. <HintPath>..\..\packages\System.Reactive.Interfaces.3.1.1\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Reactive.Linq, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  69. <HintPath>..\..\packages\System.Reactive.Linq.3.1.1\lib\net45\System.Reactive.Linq.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Data.DataSetExtensions" />
  72. <Reference Include="Microsoft.CSharp" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Net.Http" />
  75. <Reference Include="System.Xml" />
  76. <Reference Include="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  77. <HintPath>..\..\packages\System.Xml.Linq.3.5.21022.801\lib\net20\System.Xml.Linq.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Xml.Serialization" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="..\Cases\BucketExists.cs">
  83. <Link>Cases\BucketExists.cs</Link>
  84. </Compile>
  85. <Compile Include="..\Cases\CopyObject.cs">
  86. <Link>Cases\CopyObject.cs</Link>
  87. </Compile>
  88. <Compile Include="..\Cases\FGetObject.cs">
  89. <Link>Cases\FGetObject.cs</Link>
  90. </Compile>
  91. <Compile Include="..\Cases\FPutObject.cs">
  92. <Link>Cases\FPutObject.cs</Link>
  93. </Compile>
  94. <Compile Include="..\Cases\GetBucketNotification.cs">
  95. <Link>Cases\GetBucketNotification.cs</Link>
  96. </Compile>
  97. <Compile Include="..\Cases\GetBucketPolicy.cs">
  98. <Link>Cases\GetBucketPolicy.cs</Link>
  99. </Compile>
  100. <Compile Include="..\Cases\GetObject.cs">
  101. <Link>Cases\GetObject.cs</Link>
  102. </Compile>
  103. <Compile Include="..\Cases\GetPartialObject.cs">
  104. <Link>Cases\GetPartialObject.cs</Link>
  105. </Compile>
  106. <Compile Include="..\Cases\ListBuckets.cs">
  107. <Link>Cases\ListBuckets.cs</Link>
  108. </Compile>
  109. <Compile Include="..\Cases\ListIncompleteUploads.cs">
  110. <Link>Cases\ListIncompleteUploads.cs</Link>
  111. </Compile>
  112. <Compile Include="..\Cases\ListObjects.cs">
  113. <Link>Cases\ListObjects.cs</Link>
  114. </Compile>
  115. <Compile Include="..\Cases\MakeBucket.cs">
  116. <Link>Cases\MakeBucket.cs</Link>
  117. </Compile>
  118. <Compile Include="..\Cases\PresignedGetObject.cs">
  119. <Link>Cases\PresignedGetObject.cs</Link>
  120. </Compile>
  121. <Compile Include="..\Cases\PresignedPostPolicy.cs">
  122. <Link>Cases\PresignedPostPolicy.cs</Link>
  123. </Compile>
  124. <Compile Include="..\Cases\PresignedPutObject.cs">
  125. <Link>Cases\PresignedPutObject.cs</Link>
  126. </Compile>
  127. <Compile Include="..\Cases\PutObject.cs">
  128. <Link>Cases\PutObject.cs</Link>
  129. </Compile>
  130. <Compile Include="..\Cases\RemoveAllBucketNotifications.cs">
  131. <Link>Cases\RemoveAllBucketNotifications.cs</Link>
  132. </Compile>
  133. <Compile Include="..\Cases\RemoveBucket.cs">
  134. <Link>Cases\RemoveBucket.cs</Link>
  135. </Compile>
  136. <Compile Include="..\Cases\RemoveIncompleteUpload.cs">
  137. <Link>Cases\RemoveIncompleteUpload.cs</Link>
  138. </Compile>
  139. <Compile Include="..\Cases\RemoveObject.cs">
  140. <Link>Cases\RemoveObject.cs</Link>
  141. </Compile>
  142. <Compile Include="..\Cases\SetBucketNotification.cs">
  143. <Link>Cases\SetBucketNotification.cs</Link>
  144. </Compile>
  145. <Compile Include="..\Cases\SetBucketPolicy.cs">
  146. <Link>Cases\SetBucketPolicy.cs</Link>
  147. </Compile>
  148. <Compile Include="..\Cases\StatObject.cs">
  149. <Link>Cases\StatObject.cs</Link>
  150. </Compile>
  151. <Compile Include="..\Program.cs">
  152. <Link>Program.cs</Link>
  153. </Compile>
  154. <Compile Include="Properties\AssemblyInfo.cs" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <None Include="App.config" />
  158. <None Include="packages.config" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <ProjectReference Include="..\..\Minio.Net452\Minio.Net452.csproj">
  162. <Project>{eb17557b-4797-4883-83ff-c9e11581e3f3}</Project>
  163. <Name>Minio.Net452</Name>
  164. </ProjectReference>
  165. </ItemGroup>
  166. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  167. </Project>