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.
94 lines
4.5 KiB
94 lines
4.5 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>Debugger.Tests</RootNamespace> |
|
<AssemblyName>Debugger.Tests</AssemblyName> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProjectGuid>{A4C858C8-51B6-4265-A695-A20FCEBA1D19}</ProjectGuid> |
|
<OutputPath>..\..\..\..\bin\UnitTests\</OutputPath> |
|
<Optimize>False</Optimize> |
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<NoStdLib>False</NoStdLib> |
|
<PlatformTarget>x86</PlatformTarget> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<DebugType>Full</DebugType> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<FileAlignment>4096</FileAlignment> |
|
<DebugSymbols>true</DebugSymbols> |
|
<NoWarn>219,414</NoWarn> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
<TargetFrameworkProfile /> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
<DefineConstants>DEBUG;TRACE;TEST_CODE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<DefineConstants>TRACE;TEST_CODE</DefineConstants> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="nunit.framework"> |
|
<HintPath>..\..\..\Tools\NUnit\nunit.framework.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="DebuggerTests.cs" /> |
|
<Compile Include="DebuggerTestsBase.cs" /> |
|
<Compile Include="Tests\AppDomain_Tests.cs" /> |
|
<Compile Include="Tests\ControlFlow_NoBreak.cs" /> |
|
<Compile Include="Tests\DynamicCode.cs" /> |
|
<Compile Include="Tests\ExpressionEvaluatorVisitor_Tests.cs" /> |
|
<Compile Include="Tests\Breakpoint_Tests.cs" /> |
|
<Compile Include="Tests\StackFrame_Callstack.cs" /> |
|
<Compile Include="Tests\DebugType_CompilerGeneratedClasses.cs" /> |
|
<Compile Include="Tests\ControlFlow_DebuggeeKilled.cs" /> |
|
<Compile Include="Tests\Exception_Custom.cs" /> |
|
<Compile Include="Tests\StackFrame_Lifetime.cs" /> |
|
<Compile Include="Tests\StackFrame_Tests.cs" /> |
|
<Compile Include="Tests\StackFrame_VariablesLifetime.cs" /> |
|
<Compile Include="Tests\_HelloWorldTest.cs" /> |
|
<Compile Include="Tests\ControlFlow_MainThreadExit.cs" /> |
|
<Compile Include="Tests\Process_MemoryReadWrite.cs" /> |
|
<Compile Include="Tests\Value_Tests.cs" /> |
|
<Compile Include="Tests\StackFrame_SetIP.cs" /> |
|
<Compile Include="Tests\Exception_StackOverflow.cs" /> |
|
<Compile Include="Tests\ControlFlow_Stepping.cs" /> |
|
<Compile Include="Tests\ControlFlow_TerminatePausedProcess.cs" /> |
|
<Compile Include="Tests\ControlFlow_TerminateRunningProcess.cs" /> |
|
<Compile Include="Tests\Thread_Tests.cs" /> |
|
<EmbeddedResource Include="Tests\*.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Tests" /> |
|
<ProjectReference Include="..\..\..\Libraries\NRefactory\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj"> |
|
<Project>{53DCA265-3C3C-42F9-B647-F72BA678122B}</Project> |
|
<Name>ICSharpCode.NRefactory.CSharp</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Libraries\NRefactory\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj"> |
|
<Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project> |
|
<Name>ICSharpCode.NRefactory</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\Debugger.AddIn\Debugger.AddIn.csproj"> |
|
<Project>{EC06F96A-AEEC-49D6-B03D-AB87C6EB674C}</Project> |
|
<Name>Debugger.AddIn</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\Debugger.Core\Debugger.Core.csproj"> |
|
<Project>{1D18D788-F7EE-4585-A23B-34DC8EC63CB8}</Project> |
|
<Name>Debugger.Core</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |