<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>9.0.30729</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{B853473A-577E-4158-90DF-CE763D3D8D76}</ProjectGuid> <OutputType>Exe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>AWSSDKDocSamples</RootNamespace> <AssemblyName>AWSSDKDocSamples</AssemblyName> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <FileUpgradeFlags> </FileUpgradeFlags> <OldToolsVersion>3.5</OldToolsVersion> <UpgradeBackupLocation /> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> <Reference Include="AWSSDK"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Include\sdk\dotnet35\AWSSDK.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Configuration" /> <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Xml.Linq"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Data.DataSetExtensions"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="CloudWatch\CloudWatchSamples.cs" /> <Compile Include="DynamoDBv2\LowLevelSamples.cs" /> <Compile Include="DynamoDBv2\TableUtils.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="S3\BaseS3Samples.cs" /> <Compile Include="SecurityToken\BasicSamples.cs" /> <Compile Include="SES\SESSamples.cs" /> <Compile Include="SNS\SNSSamples.cs" /> <Compile Include="SQS\SQSSamples.cs" /> <Compile Include="Util\Common.cs" /> </ItemGroup> <ItemGroup> <None Include="app.config"> <SubType>Designer</SubType> </None> <None Include="AWSSDK.extra.xml"> <SubType>Designer</SubType> </None> </ItemGroup> <ItemGroup> <Content Include="CloudWatch.extra.xml" /> <Content Include="DynamoDBv2.extra.xml"> <SubType>Designer</SubType> </Content> <Content Include="S3.extra.xml"> <SubType>Designer</SubType> </Content> <Content Include="SES.extra.xml"> <SubType>Designer</SubType> </Content> <Content Include="SNS.extra.xml"> <SubType>Designer</SubType> </Content> <Content Include="SQS.extra.xml" /> </ItemGroup> <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>