/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj

http://github.com/icsharpcode/ILSpy · MSBuild · 133 lines · 119 code · 14 blank · 0 comment · 2 complexity · 906f4348ca2c0e40e6ae9bd653610527 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project>
  3. <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" />
  4. <PropertyGroup>
  5. <TargetFramework>net472</TargetFramework>
  6. <AssemblyName>ILSpy.BamlDecompiler.Plugin</AssemblyName>
  7. <LangVersion>7.2</LangVersion>
  8. <GenerateAssemblyInfo>False</GenerateAssemblyInfo>
  9. <EnableDefaultItems>false</EnableDefaultItems>
  10. <BaseAddress>6488064</BaseAddress>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
  13. <DebugType>full</DebugType>
  14. <DebugSymbols>true</DebugSymbols>
  15. <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="'$(Configuration)' == 'Release'">
  18. <DebugType>pdbonly</DebugType>
  19. <DebugSymbols>true</DebugSymbols>
  20. </PropertyGroup>
  21. <PropertyGroup>
  22. <OutputPath>..\ILSpy\bin\$(Configuration)\</OutputPath>
  23. </PropertyGroup>
  24. <ItemGroup>
  25. <Reference Include="PresentationCore" />
  26. <Reference Include="PresentationFramework" />
  27. <Reference Include="WindowsBase" />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <PackageReference Include="AvalonEdit" Version="6.0.1" />
  31. <PackageReference Include="System.Composition" Version="1.3.0" />
  32. </ItemGroup>
  33. <ItemGroup>
  34. <ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj">
  35. <Private>False</Private>
  36. </ProjectReference>
  37. <ProjectReference Include="..\ILSpy\ILSpy.csproj">
  38. <Private>False</Private>
  39. </ProjectReference>
  40. <ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj">
  41. <Private>False</Private>
  42. </ProjectReference>
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="BamlElement.cs" />
  46. <Compile Include="BamlResourceNodeFactory.cs" />
  47. <Compile Include="BamlResourceEntryNode.cs" />
  48. <Compile Include="Baml\BamlContext.cs" />
  49. <Compile Include="Baml\BamlDocument.cs" />
  50. <Compile Include="Baml\BamlNode.cs" />
  51. <Compile Include="Baml\BamlReader.cs" />
  52. <Compile Include="Baml\BamlRecords.cs" />
  53. <Compile Include="Baml\BamlWriter.cs" />
  54. <Compile Include="Baml\KnownMembers.cs" />
  55. <Compile Include="Baml\KnownThings.cs" />
  56. <Compile Include="Baml\KnownThings.g.cs" />
  57. <Compile Include="Baml\KnownTypes.cs" />
  58. <Compile Include="BamlConnectionId.cs" />
  59. <Compile Include="Handlers\Blocks\ConstructorParametersHandler.cs" />
  60. <Compile Include="Handlers\Blocks\DocumentHandler.cs" />
  61. <Compile Include="Handlers\Blocks\ElementHandler.cs" />
  62. <Compile Include="Handlers\Blocks\KeyElementStartHandler.cs" />
  63. <Compile Include="Handlers\Blocks\PropertyArrayHandler.cs" />
  64. <Compile Include="Handlers\Blocks\PropertyComplexHandler.cs" />
  65. <Compile Include="Handlers\Blocks\PropertyDictionaryHandler.cs" />
  66. <Compile Include="Handlers\Blocks\PropertyListHandler.cs" />
  67. <Compile Include="Handlers\Records\AssemblyInfoHandler.cs" />
  68. <Compile Include="Handlers\Records\AttributeInfoHandler.cs" />
  69. <Compile Include="Handlers\Records\ConnectionIdHandler.cs" />
  70. <Compile Include="Handlers\Records\ConstructorParameterTypeHandler.cs" />
  71. <Compile Include="Handlers\Records\ContentPropertyHandler.cs" />
  72. <Compile Include="Handlers\Records\DefAttributeHandler.cs" />
  73. <Compile Include="Handlers\Records\DefAttributeKeyStringHandler.cs" />
  74. <Compile Include="Handlers\Records\DefAttributeKeyTypeHandler.cs" />
  75. <Compile Include="Handlers\Records\DeferableContentStartHandler.cs" />
  76. <Compile Include="Handlers\Records\LineNumberAndPositionHandler.cs" />
  77. <Compile Include="Handlers\Records\LinePositionHandler.cs" />
  78. <Compile Include="Handlers\Records\LiteralContentHandler.cs" />
  79. <Compile Include="Handlers\Records\OptimizedStaticResourceHandler.cs" />
  80. <Compile Include="Handlers\Records\PIMappingHandler.cs" />
  81. <Compile Include="Handlers\Records\PresentationOptionsAttributeHandler.cs" />
  82. <Compile Include="Handlers\Records\PropertyCustomHandler.cs" />
  83. <Compile Include="Handlers\Records\PropertyHandler.cs" />
  84. <Compile Include="Handlers\Records\PropertyTypeReferenceHandler.cs" />
  85. <Compile Include="Handlers\Records\PropertyWithConverterHandler.cs" />
  86. <Compile Include="Handlers\Records\PropertyWithExtensionHandler.cs" />
  87. <Compile Include="Handlers\Records\PropertyWithStaticResourceIdHandler.cs" />
  88. <Compile Include="Handlers\Records\StaticResourceStartHandler.cs" />
  89. <Compile Include="Handlers\Records\StaticResourceIdHandler.cs" />
  90. <Compile Include="Handlers\Records\TextHandler.cs" />
  91. <Compile Include="Handlers\Records\TextWithConverterHandler.cs" />
  92. <Compile Include="Handlers\Records\TypeInfoHandler.cs" />
  93. <Compile Include="Handlers\Records\XmlnsPropertyHandler.cs" />
  94. <Compile Include="IHandlers.cs" />
  95. <Compile Include="IRewritePass.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. <Compile Include="Rewrite\AttributeRewritePass.cs" />
  98. <Compile Include="Rewrite\ConnectionIdRewritePass.cs" />
  99. <Compile Include="Rewrite\DocumentRewritePass.cs" />
  100. <Compile Include="Rewrite\MarkupExtensionRewritePass.cs" />
  101. <Compile Include="Rewrite\XClassRewritePass.cs" />
  102. <Compile Include="XamlContext.cs" />
  103. <Compile Include="XamlDecompiler.cs" />
  104. <Compile Include="Xaml\NamespaceMap.cs" />
  105. <Compile Include="Xaml\XamlExtension.cs" />
  106. <Compile Include="Xaml\XamlPathDeserializer.cs" />
  107. <Compile Include="Xaml\XamlProperty.cs" />
  108. <Compile Include="Xaml\XamlResourceKey.cs" />
  109. <Compile Include="Xaml\XamlType.cs" />
  110. <Compile Include="Xaml\XamlUtils.cs" />
  111. <Compile Include="XmlnsDictionary.cs" />
  112. </ItemGroup>
  113. <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
  114. <Target Name="RemoveTransitiveProjectReferences" AfterTargets="IncludeTransitiveProjectReferences">
  115. <ItemGroup>
  116. <ProjectReference Remove="@(_TransitiveProjectReferences)" />
  117. </ItemGroup>
  118. </Target>
  119. </Project>