|
|
|
@ -1,98 +1,177 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<PropertyGroup> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
<ProjectGuid>{633B1C4C-4823-47BE-9A01-A665F3118C8C}</ProjectGuid> |
|
|
|
<ProjectGuid>{03CA9055-F997-428C-BF28-F50F991777C6}</ProjectGuid> |
|
|
|
<OutputType>Library</OutputType> |
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
<RootNamespace>ImageProcessor.UnitTests</RootNamespace> |
|
|
|
<AssemblyName>ImageProcessor.UnitTests</AssemblyName> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
|
|
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath> |
|
|
|
<IsCodedUITest>False</IsCodedUITest> |
|
|
|
<TestProjectType>UnitTest</TestProjectType> |
|
|
|
<TargetFrameworkProfile> |
|
|
|
</TargetFrameworkProfile> |
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
|
|
|
<RestorePackages>true</RestorePackages> |
|
|
|
<TargetFrameworkProfile /> |
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<OutputPath>bin\Debug</OutputPath> |
|
|
|
<DefineConstants>DEBUG;</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<ConsolePause>false</ConsolePause> |
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<OutputPath>bin\Release</OutputPath> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<ConsolePause>false</ConsolePause> |
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
<Reference Include="System.Core" /> |
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
</ItemGroup> |
|
|
|
<Choose> |
|
|
|
<When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<Otherwise /> |
|
|
|
</Choose> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="ImageFactoryUnitTests.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="packages.config" /> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\ImageProcessor.Web\NET45\ImageProcessor.Web_NET45.csproj"> |
|
|
|
<Project>{D011A778-59C8-4BFA-A770-C350216BF161}</Project> |
|
|
|
<Name>ImageProcessor.Web_NET45</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\ImageProcessor\ImageProcessor.csproj"> |
|
|
|
<Project>{3b5dd734-fb7a-487d-8ce6-55e7af9aea7e}</Project> |
|
|
|
<Project>{3B5DD734-FB7A-487D-8CE6-55E7AF9AEA7E}</Project> |
|
|
|
<Name>ImageProcessor</Name> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup /> |
|
|
|
<ItemGroup> |
|
|
|
<Content Include="Images\Chrysanthemum.jpg" /> |
|
|
|
<Content Include="Images\cmyk.png" /> |
|
|
|
<Content Include="Images\Desert.jpg" /> |
|
|
|
<Content Include="Images\Penguins.bmp" /> |
|
|
|
<Content Include="Images\Penguins.gif" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
<None Include="..\Images\Chrysanthemum.jpg"> |
|
|
|
<Link>Images\Chrysanthemum.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Desert.jpg"> |
|
|
|
<Link>Images\Desert.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Hydrangeas.jpg"> |
|
|
|
<Link>Images\Hydrangeas.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Jellyfish.jpg"> |
|
|
|
<Link>Images\Jellyfish.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Koala.jpg"> |
|
|
|
<Link>Images\Koala.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Lighthouse.jpg"> |
|
|
|
<Link>Images\Lighthouse.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Penguins-200.jpg"> |
|
|
|
<Link>Images\Penguins-200.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Penguins-8.png"> |
|
|
|
<Link>Images\Penguins-8.png</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Penguins.bmp"> |
|
|
|
<Link>Images\Penguins.bmp</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Penguins.gif"> |
|
|
|
<Link>Images\Penguins.gif</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Penguins.jpg"> |
|
|
|
<Link>Images\Penguins.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Penguins.png"> |
|
|
|
<Link>Images\Penguins.png</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Penguins.tif"> |
|
|
|
<Link>Images\Penguins.tif</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\Tulips.jpg"> |
|
|
|
<Link>Images\Tulips.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\bus.jpg"> |
|
|
|
<Link>Images\bus.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\cmyk.jpg"> |
|
|
|
<Link>Images\cmyk.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\cmyk.png"> |
|
|
|
<Link>Images\cmyk.png</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\jrt.jpg"> |
|
|
|
<Link>Images\jrt.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\meter.gif"> |
|
|
|
<Link>Images\meter.gif</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\rocks.jpg"> |
|
|
|
<Link>Images\rocks.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\rotate.jpg"> |
|
|
|
<Link>Images\rotate.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\sample1.jpg"> |
|
|
|
<Link>Images\sample1.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\srgb.jpg"> |
|
|
|
<Link>Images\srgb.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\srgb.png"> |
|
|
|
<Link>Images\srgb.png</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\text.png"> |
|
|
|
<Link>Images\text.png</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\thor.jpg"> |
|
|
|
<Link>Images\thor.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\udendørs-374.jpg"> |
|
|
|
<Link>Images\udendørs-374.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\Images\udendørs.jpg"> |
|
|
|
<Link>Images\udendørs.jpg</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
</ItemGroup> |
|
|
|
<Choose> |
|
|
|
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
<Private>False</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
<Private>False</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
<Private>False</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
<Private>False</Private> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
</Choose> |
|
|
|
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
<ItemGroup /> |
|
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
|
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
|
|
<PropertyGroup> |
|
|
|
@ -100,11 +179,4 @@ |
|
|
|
</PropertyGroup> |
|
|
|
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
|
|
|
</Target> |
|
|
|
<!-- 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> |