<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net45</TargetFramework> <DefineConstants>$(DefineConstants);DEBUG;TRACE;;BCL;BCL35;AWS_APM_API;LOCAL_FILE</DefineConstants> <DebugType>portable</DebugType> <GenerateDocumentationFile>false</GenerateDocumentationFile> <AssemblyName>AWSSDK.IntegrationTests.ElastiCache.Net35</AssemblyName> <PackageId>AWSSDK.IntegrationTests.ElastiCache.Net35</PackageId> <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> <NoWarn>CS1591</NoWarn> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <OutputPath>bin/$(Configuration)/net35</OutputPath> </PropertyGroup> <ItemGroup> <Compile Remove="**/45/**" /> <None Remove="**/45/**" /> <Compile Remove="**/obj/**" /> <None Remove="**/obj/**" /> </ItemGroup> <ItemGroup> <PackageReference Include="MSTest.TestAdapter" Version="1.1.18" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" /> <PackageReference Include="MSTest.TestFramework" Version="1.1.18" /> <PackageReference Include="System.Data.SQLite" Version="1.0.97" /> <PackageReference Include="System.Data.SQLite.Core" Version="1.0.97" /> <PackageReference Include="System.Data.SQLite.Linq" Version="1.0.97" /> </ItemGroup> <ItemGroup> <ProjectReference Include="../../../IntegrationTests/AWSSDK.IntegrationTestUtilities.Net35.csproj" /> <ProjectReference Include="../../../../src/Core/AWSSDK.Core.Net35.csproj" /> <ProjectReference Include="../../../../src/Services/ElastiCache/AWSSDK.ElastiCache.Net35.csproj" /> </ItemGroup> <ItemGroup> <Reference Include="System.Configuration" /> <Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.IO.Compression" /> <Reference Include="System.Web" /> </ItemGroup> <ItemGroup> <Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> </ItemGroup> </Project>