1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProjectGuid >{0FDF769B-43F8-4907-98D5-A413BD9DE62D}</ProjectGuid >
7+ <OutputType >Library</OutputType >
8+ <AppDesignerFolder >Properties</AppDesignerFolder >
9+ <RootNamespace >Dropbox.Api.Tests</RootNamespace >
10+ <AssemblyName >Dropbox.Api.Tests</AssemblyName >
11+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
15+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
16+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
17+ <IsCodedUITest >False</IsCodedUITest >
18+ <TestProjectType >UnitTest</TestProjectType >
19+ <TargetFrameworkProfile />
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22+ <DebugSymbols >true</DebugSymbols >
23+ <DebugType >full</DebugType >
24+ <Optimize >false</Optimize >
25+ <OutputPath >bin\Debug\</OutputPath >
26+ <DefineConstants >DEBUG;TRACE</DefineConstants >
27+ <ErrorReport >prompt</ErrorReport >
28+ <WarningLevel >4</WarningLevel >
29+ <Prefer32Bit >false</Prefer32Bit >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32+ <DebugType >pdbonly</DebugType >
33+ <Optimize >true</Optimize >
34+ <OutputPath >bin\Release\</OutputPath >
35+ <DefineConstants >TRACE</DefineConstants >
36+ <ErrorReport >prompt</ErrorReport >
37+ <WarningLevel >4</WarningLevel >
38+ <Prefer32Bit >false</Prefer32Bit >
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <Reference Include =" System" />
42+ <Reference Include =" System.Core" >
43+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
44+ </Reference >
45+ </ItemGroup >
46+ <Choose >
47+ <When Condition =" ('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'" >
48+ <ItemGroup >
49+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
50+ </ItemGroup >
51+ </When >
52+ <Otherwise >
53+ <ItemGroup >
54+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
55+ </ItemGroup >
56+ </Otherwise >
57+ </Choose >
58+ <ItemGroup >
59+ <Compile Include =" DropboxApiTests.cs" />
60+ <Compile Include =" Properties\AssemblyInfo.cs" />
61+ </ItemGroup >
62+ <ItemGroup >
63+ <None Include =" dropbox.runsettings" />
64+ </ItemGroup >
65+ <ItemGroup >
66+ <ProjectReference Include =" ..\Dropbox.Api\Dropbox.Api.csproj" >
67+ <Project >{68180b54-4724-4cd1-baa6-ee7bc309797c}</Project >
68+ <Name >Dropbox.Api</Name >
69+ </ProjectReference >
70+ </ItemGroup >
71+ <Choose >
72+ <When Condition =" '$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
73+ <ItemGroup >
74+ <Reference Include =" Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
75+ <Private >False</Private >
76+ </Reference >
77+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
78+ <Private >False</Private >
79+ </Reference >
80+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
81+ <Private >False</Private >
82+ </Reference >
83+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
84+ <Private >False</Private >
85+ </Reference >
86+ </ItemGroup >
87+ </When >
88+ </Choose >
89+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
90+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
92+ Other similar extension points exist, see Microsoft.Common.targets.
93+ <Target Name="BeforeBuild">
94+ </Target>
95+ <Target Name="AfterBuild">
96+ </Target>
97+ -->
98+ </Project >
0 commit comments