/ILSpy.BamlDecompiler/Tests/ILSpy.BamlDecompiler.Tests.csproj
http://github.com/icsharpcode/ILSpy · MSBuild · 146 lines · 146 code · 0 blank · 0 comment · 6 complexity · 751d491fddc94601429b1a4d8473d855 MD5 · raw file
- <?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="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="..\..\cecil\Mono.Cecil.csproj">
- <Project>{d68133bd-1e63-496e-9ede-4fbdbf77b486}</Project>
- <Name>Mono.Cecil</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 />
- <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>