mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-10 15:52:48 -08:00
cf29c23439
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2088 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
50 lines
2.1 KiB
XML
50 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\CommonProject.properties" />
|
|
<PropertyGroup>
|
|
<ProjectGuid>{EFD01BC7-15E5-48AD-BE68-D7B62FEEED2D}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>GreenshotTest</RootNamespace>
|
|
<AssemblyName>GreenshotTest</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
|
<NoStdLib>False</NoStdLib>
|
|
<WarningLevel>4</WarningLevel>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
|
<ItemGroup>
|
|
<Reference Include="nunit.framework">
|
|
<HintPath>lib\nunit.framework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Test\Drawing\Filters\BitmapByteBufferTest.cs" />
|
|
<Compile Include="Test\Drawing\Properties\PropertyAggregatorTest.cs" />
|
|
<Compile Include="Test\Helpers\ScaleHelperTest.cs" />
|
|
<Compile Include="Test\SaveImageFileDialogTest.cs" />
|
|
<None Include="lib\nunit.framework.dll" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="lib" />
|
|
<Folder Include="Test" />
|
|
<Folder Include="Test\Drawing" />
|
|
<Folder Include="Test\Drawing\Filters" />
|
|
<Folder Include="Test\Drawing\Properties" />
|
|
<Folder Include="Test\Helpers" />
|
|
<ProjectReference Include="..\GreenshotPlugin\GreenshotPlugin.csproj">
|
|
<Project>{5B924697-4DCD-4F98-85F1-105CB84B7341}</Project>
|
|
<Name>GreenshotPlugin</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Greenshot\Greenshot.csproj">
|
|
<Project>{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}</Project>
|
|
<Name>Greenshot</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</Project> |