Path: blob/master/code_examples/dotnet_examples/S3Examples/S3Examples.csproj
4084 views
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{6272109B-98DC-4FC0-B821-BADB3B51496B}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Amazon.DocSamples.S3</RootNamespace>
<AssemblyName>Amazon.DocSamples.S3</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject>Amazon.DocSamples.S3.EnableNotificationsTest</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.Core.3.3.21.17\lib\net45\AWSSDK.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="AWSSDK.S3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.S3.3.3.17.2\lib\net45\AWSSDK.S3.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="AWSSDK.SecurityToken, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.SecurityToken.3.3.4\lib\net45\AWSSDK.SecurityToken.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AbortMPUUsingHighLevelAPITest.cs" />
<Compile Include="CopyObjectTest.cs" />
<Compile Include="CopyObjectUsingMPUapiTest.cs" />
<Compile Include="CORSTest.cs" />
<Compile Include="CreateBucketTest.cs" />
<Compile Include="CrossRegionReplicationTest.cs" />
<Compile Include="DeleteMultipleObjectsNonVersionedBucketTest.cs" />
<Compile Include="DeleteMultipleObjVersionedBucketTest.cs" />
<Compile Include="DeleteObjectNonVersionedBucketTest1.cs" />
<Compile Include="DeleteObjectVersion.cs" />
<Compile Include="DualStackEndpointTest.cs" />
<Compile Include="EnableNotificationsTest.cs" />
<Compile Include="GenPresignedURLTest.cs" />
<Compile Include="GetObjectTest.cs" />
<Compile Include="LifecycleTest.cs" />
<Compile Include="ListObjectsTest.cs" />
<Compile Include="MakeS3RequestTest.cs" />
<Compile Include="ManageingBucketACLTest.cs" />
<Compile Include="ManagingACLsTest.cs" />
<Compile Include="ManagingObjectACLTest.cs" />
<Compile Include="ObjectTagTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RestoreArchivedObjectTest.cs" />
<Compile Include="ServerAccesLoggingTest.cs" />
<Compile Include="SpecifyServerSideEncryptionTest.cs" />
<Compile Include="SSEClientEncryptionKeyObjectOperationsTest.cs" />
<Compile Include="SSECLowLevelMPUcopyObjectTest.cs" />
<Compile Include="TempCredExplicitSessionStartTest.cs" />
<Compile Include="TempFederatedCredentialsTest.cs" />
<Compile Include="TrackMPUUsingHighLevelAPITest.cs" />
<Compile Include="TransferAccelerationTest.cs" />
<Compile Include="UploadDirMPUHighLevelAPITest.cs" />
<Compile Include="UploadFileMPUHighLevelAPITest.cs" />
<Compile Include="UploadFileMPULowLevelAPITest.cs" />
<Compile Include="UploadObjectTest.cs" />
<Compile Include="UploadObjectUsingPresignedURLTest.cs" />
<Compile Include="WebsiteConfigTest.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\AWSSDK.S3.3.3.17.2\analyzers\dotnet\cs\AWSSDK.S3.CodeAnalysis.dll" />
<Analyzer Include="..\packages\AWSSDK.SecurityToken.3.3.4\analyzers\dotnet\cs\AWSSDK.SecurityToken.CodeAnalysis.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>