mirror of https://github.com/icsharpcode/ILSpy.git
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.
148 lines
6.1 KiB
148 lines
6.1 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
<PropertyGroup> |
|
<ProjectGuid>{1169E6D1-1899-43D4-A500-07CE4235B388}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ILSpy.BamlDecompiler.Tests</RootNamespace> |
|
<AssemblyName>ILSpy.BamlDecompiler.Tests</AssemblyName> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
<TargetFrameworkProfile> |
|
</TargetFrameworkProfile> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
<PlatformTarget>x86</PlatformTarget> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>..\bin\Debug\</OutputPath> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>..\bin\Release\</OutputPath> |
|
<DebugSymbols>false</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="DiffLib"> |
|
<HintPath>..\..\packages\DiffLib.1.0.0.55\lib\net35-Client\DiffLib.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
|
<HintPath>..\..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath> |
|
<Private>True</Private> |
|
</Reference> |
|
<Reference Include="nunit.framework"> |
|
<HintPath>..\..\ICSharpCode.Decompiler\Tests\nunit.framework.dll</HintPath> |
|
</Reference> |
|
<Reference Include="PresentationCore"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="PresentationFramework"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xaml"> |
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Xml.Linq"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="WindowsBase"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Cases\AttachedEvent.xaml.cs"> |
|
<DependentUpon>AttachedEvent.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Cases\CustomControl.cs" /> |
|
<Compile Include="Cases\MyControl.xaml.cs"> |
|
<DependentUpon>MyControl.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Cases\Resources.xaml.cs"> |
|
<DependentUpon>Resources.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Cases\Simple.xaml.cs"> |
|
<DependentUpon>Simple.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Cases\SimpleNames.xaml.cs"> |
|
<DependentUpon>SimpleNames.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Mocks\AvalonDock.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="TestRunner.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\ICSharpCode.Decompiler\Tests\ICSharpCode.Decompiler.Tests.csproj"> |
|
<Project>{fec0da52-c4a6-4710-be36-b484a20c5e22}</Project> |
|
<Name>ICSharpCode.Decompiler.Tests</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\ILSpy\ILSpy.csproj"> |
|
<Project>{1e85eff9-e370-4683-83e4-8a3d063ff791}</Project> |
|
<Name>ILSpy</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\SharpTreeView\ICSharpCode.TreeView.csproj"> |
|
<Project>{dde2a481-8271-4eac-a330-8fa6a38d13d1}</Project> |
|
<Name>ICSharpCode.TreeView</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\ILSpy.BamlDecompiler.csproj"> |
|
<Project>{a6bad2ba-76ba-461c-8b6d-418607591247}</Project> |
|
<Name>ILSpy.BamlDecompiler</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="packages.config" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Page Include="Cases\AttachedEvent.xaml" /> |
|
<Page Include="Cases\AvalonDockBrushes.xaml" /> |
|
<Page Include="Cases\AvalonDockCommon.xaml" /> |
|
<Page Include="Cases\EscapeSequence.xaml"> |
|
<SubType>Designer</SubType> |
|
<Generator>MSBuild:Compile</Generator> |
|
</Page> |
|
<Page Include="Cases\MarkupExtension.xaml" /> |
|
<Page Include="Cases\MyControl.xaml" /> |
|
<Page Include="Cases\NamespacePrefix.xaml" /> |
|
<Page Include="Cases\Resources.xaml" /> |
|
<Page Include="Cases\Simple.xaml"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</Page> |
|
<Page Include="Cases\SimpleDictionary.xaml" /> |
|
<Page Include="Cases\SimpleNames.xaml" /> |
|
<Page Include="Cases\SimplePropertyElement.xaml" /> |
|
<Page Include="Cases\Dictionary1.xaml" /> |
|
<Page Include="Cases\Issue445.xaml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |