2014-07-20 21:42:46 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="12.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>
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<ProjectGuid>{A06CE1BA-B2C4-4C3C-9E79-D2E8D36DDF0B}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
2014-07-20 21:42:46 +01:00
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<RootNamespace>SpotifyAPI.Tests</RootNamespace>
|
|
|
|
|
<AssemblyName>SpotifyAPI.Tests</AssemblyName>
|
2014-07-20 21:42:46 +01:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2015-07-07 17:34:59 +01:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2014-07-20 21:42:46 +01:00
|
|
|
|
</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>
|
|
|
|
|
</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>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2017-11-09 14:36:53 +00:00
|
|
|
|
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath>
|
2015-07-07 17:11:11 +01:00
|
|
|
|
</Reference>
|
2017-11-09 14:36:53 +00:00
|
|
|
|
<Reference Include="Moq, Version=4.7.145.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Moq.4.7.145\lib\net45\Moq.dll</HintPath>
|
2015-07-07 17:11:11 +01:00
|
|
|
|
</Reference>
|
2017-11-09 14:36:53 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
|
2015-07-07 17:11:11 +01:00
|
|
|
|
</Reference>
|
2014-07-20 21:42:46 +01:00
|
|
|
|
<Reference Include="System" />
|
2017-11-09 14:36:53 +00:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2014-07-20 21:42:46 +01:00
|
|
|
|
<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.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-03-25 18:39:19 +01:00
|
|
|
|
<Compile Include="ProxyConfigTest.cs" />
|
2017-11-09 14:36:53 +00:00
|
|
|
|
<Compile Include="SpotifyUriTest.cs" />
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<Compile Include="TestClass.cs" />
|
2014-07-20 21:42:46 +01:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\SpotifyAPI\SpotifyAPI.csproj">
|
|
|
|
|
<Project>{ebbe35e2-7b91-4d7d-b8fc-3a0472f5119d}</Project>
|
|
|
|
|
<Name>SpotifyAPI</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="fixtures\private-user.json" />
|
|
|
|
|
<None Include="fixtures\public-user.json" />
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2017-11-09 14:36:53 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
|
|
|
</ItemGroup>
|
2014-07-20 21:42:46 +01:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2015-07-07 17:34:59 +01:00
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
2016-03-05 15:24:54 +00:00
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
2014-07-20 21:42:46 +01:00
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
2017-11-09 14:36:53 +00:00
|
|
|
|
</Project>
|