48 lines
2.0 KiB
XML
48 lines
2.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<Import Project="..\..\packages\NUnit.3.12.0\build\NUnit.props" Condition="Exists('..\..\packages\NUnit.3.12.0\build\NUnit.props')" />
|
||
|
<PropertyGroup>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
<ProjectGuid>{04DA35BB-6473-4D99-8A33-F499D40047E6}</ProjectGuid>
|
||
|
<OutputType>Library</OutputType>
|
||
|
<RootNamespace>Storage.Test</RootNamespace>
|
||
|
<AssemblyName>Storage.Test</AssemblyName>
|
||
|
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
||
|
<ReleaseVersion>0.1.0</ReleaseVersion>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<DebugType>full</DebugType>
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>bin\Debug</OutputPath>
|
||
|
<DefineConstants>DEBUG;</DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
<Optimize>true</Optimize>
|
||
|
<OutputPath>bin\Release</OutputPath>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="nunit.framework">
|
||
|
<HintPath>..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
|
||
|
</Reference>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="Test.cs" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="packages.config" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\Storage.PCL\Storage.PCL.csproj">
|
||
|
<Project>{659D19F0-9A40-42C0-886C-555E64F16848}</Project>
|
||
|
<Name>Storage.PCL</Name>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||
|
</Project>
|