You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.8 KiB
66 lines
2.8 KiB
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<ProjectGuid>{943DBBB3-E84E-4CF4-917C-C05AFA8743C1}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.WpfDesign.Designer.Tests</RootNamespace> |
|
<AssemblyName>ICSharpCode.WpfDesign.Designer.Tests</AssemblyName> |
|
<OutputPath>..\..\..\..\..\..\bin\UnitTests\</OutputPath> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<Optimize>False</Optimize> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
<ItemGroup> |
|
<Reference Include="nunit.framework"> |
|
<HintPath>..\..\..\..\..\Tools\NUnit\nunit.framework.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
</Reference> |
|
<Reference Include="PresentationCore" /> |
|
<Reference Include="PresentationFramework" /> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="WindowsBase" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\..\..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="AssemblyInfo.cs" /> |
|
<Compile Include="ModelTestHelper.cs" /> |
|
<Compile Include="ModelTests.cs" /> |
|
<None Include="app.config" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\WpfDesign\Project\WpfDesign.csproj"> |
|
<Project>{66A378A1-E9F4-4AD5-8946-D0EC06C2902F}</Project> |
|
<Name>WpfDesign</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\Project\WpfDesign.Designer.csproj"> |
|
<Project>{78CC29AC-CC79-4355-B1F2-97936DF198AC}</Project> |
|
<Name>WpfDesign.Designer</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
</Project> |