/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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  3. <PropertyGroup>
  4. <ProjectGuid>{1169E6D1-1899-43D4-A500-07CE4235B388}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <OutputType>Library</OutputType>
  8. <RootNamespace>ILSpy.BamlDecompiler.Tests</RootNamespace>
  9. <AssemblyName>ILSpy.BamlDecompiler.Tests</AssemblyName>
  10. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  11. <TargetFrameworkProfile>
  12. </TargetFrameworkProfile>
  13. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  14. <NoStdLib>False</NoStdLib>
  15. <WarningLevel>4</WarningLevel>
  16. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Platform)' == 'x86' ">
  19. <PlatformTarget>x86</PlatformTarget>
  20. <RegisterForComInterop>False</RegisterForComInterop>
  21. <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
  22. <BaseAddress>4194304</BaseAddress>
  23. <FileAlignment>4096</FileAlignment>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  29. <OutputPath>..\bin\Debug\</OutputPath>
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>Full</DebugType>
  32. <Optimize>False</Optimize>
  33. <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  37. <OutputPath>..\bin\Release\</OutputPath>
  38. <DebugSymbols>false</DebugSymbols>
  39. <DebugType>None</DebugType>
  40. <Optimize>True</Optimize>
  41. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  42. <DefineConstants>TRACE</DefineConstants>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="DiffLib">
  46. <HintPath>..\..\packages\DiffLib.1.0.0.55\lib\net35-Client\DiffLib.dll</HintPath>
  47. </Reference>
  48. <Reference Include="nunit.framework">
  49. <HintPath>..\..\ICSharpCode.Decompiler\Tests\nunit.framework.dll</HintPath>
  50. </Reference>
  51. <Reference Include="PresentationCore">
  52. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  53. </Reference>
  54. <Reference Include="PresentationFramework">
  55. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Core">
  59. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  60. </Reference>
  61. <Reference Include="System.Xaml">
  62. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="System.Xml" />
  65. <Reference Include="System.Xml.Linq">
  66. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  67. </Reference>
  68. <Reference Include="WindowsBase">
  69. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  70. </Reference>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Cases\AttachedEvent.xaml.cs">
  74. <DependentUpon>AttachedEvent.xaml</DependentUpon>
  75. <SubType>Code</SubType>
  76. </Compile>
  77. <Compile Include="Cases\CustomControl.cs" />
  78. <Compile Include="Cases\MyControl.xaml.cs">
  79. <DependentUpon>MyControl.xaml</DependentUpon>
  80. <SubType>Code</SubType>
  81. </Compile>
  82. <Compile Include="Cases\Resources.xaml.cs">
  83. <DependentUpon>Resources.xaml</DependentUpon>
  84. <SubType>Code</SubType>
  85. </Compile>
  86. <Compile Include="Cases\Simple.xaml.cs">
  87. <DependentUpon>Simple.xaml</DependentUpon>
  88. <SubType>Code</SubType>
  89. </Compile>
  90. <Compile Include="Cases\SimpleNames.xaml.cs">
  91. <DependentUpon>SimpleNames.xaml</DependentUpon>
  92. <SubType>Code</SubType>
  93. </Compile>
  94. <Compile Include="Mocks\AvalonDock.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="TestRunner.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ProjectReference Include="..\..\ICSharpCode.Decompiler\Tests\ICSharpCode.Decompiler.Tests.csproj">
  100. <Project>{fec0da52-c4a6-4710-be36-b484a20c5e22}</Project>
  101. <Name>ICSharpCode.Decompiler.Tests</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\..\ILSpy\ILSpy.csproj">
  104. <Project>{1e85eff9-e370-4683-83e4-8a3d063ff791}</Project>
  105. <Name>ILSpy</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\..\cecil\Mono.Cecil.csproj">
  108. <Project>{d68133bd-1e63-496e-9ede-4fbdbf77b486}</Project>
  109. <Name>Mono.Cecil</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\..\SharpTreeView\ICSharpCode.TreeView.csproj">
  112. <Project>{dde2a481-8271-4eac-a330-8fa6a38d13d1}</Project>
  113. <Name>ICSharpCode.TreeView</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\ILSpy.BamlDecompiler.csproj">
  116. <Project>{a6bad2ba-76ba-461c-8b6d-418607591247}</Project>
  117. <Name>ILSpy.BamlDecompiler</Name>
  118. </ProjectReference>
  119. </ItemGroup>
  120. <ItemGroup />
  121. <ItemGroup>
  122. <Page Include="Cases\AttachedEvent.xaml" />
  123. <Page Include="Cases\AvalonDockBrushes.xaml" />
  124. <Page Include="Cases\AvalonDockCommon.xaml" />
  125. <Page Include="Cases\EscapeSequence.xaml">
  126. <SubType>Designer</SubType>
  127. <Generator>MSBuild:Compile</Generator>
  128. </Page>
  129. <Page Include="Cases\MarkupExtension.xaml" />
  130. <Page Include="Cases\MyControl.xaml" />
  131. <Page Include="Cases\NamespacePrefix.xaml" />
  132. <Page Include="Cases\Resources.xaml" />
  133. <Page Include="Cases\Simple.xaml">
  134. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  135. </Page>
  136. <Page Include="Cases\SimpleDictionary.xaml" />
  137. <Page Include="Cases\SimpleNames.xaml" />
  138. <Page Include="Cases\SimplePropertyElement.xaml" />
  139. <Page Include="Cases\Dictionary1.xaml" />
  140. <Page Include="Cases\Issue445.xaml" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  144. </ItemGroup>
  145. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
  146. </Project>