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.
75 lines
3.3 KiB
75 lines
3.3 KiB
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<ProjectGuid>{88DA149F-21B2-48AB-82C4-28FB6BDFD783}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.WpfDesign.XamlDom</RootNamespace> |
|
<AssemblyName>ICSharpCode.WpfDesign.XamlDom</AssemblyName> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<SignAssembly>True</SignAssembly> |
|
<AssemblyOriginatorKeyFile>..\..\..\..\..\Main\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile> |
|
<DelaySign>False</DelaySign> |
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
<RunCodeAnalysis>False</RunCodeAnalysis> |
|
<CodeAnalysisRules>-Microsoft.Globalization#CA1303</CodeAnalysisRules> |
|
<OutputPath>..\..\..\..\..\..\AddIns\AddIns\DisplayBindings\WpfDesign\</OutputPath> |
|
<DocumentationFile>..\..\..\..\..\..\AddIns\AddIns\DisplayBindings\WpfDesign\ICSharpCode.WpfDesign.XamlDom.xml</DocumentationFile> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<Optimize>False</Optimize> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
<ItemGroup> |
|
<Reference Include="PresentationCore"> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="PresentationFramework"> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="WindowsBase"> |
|
<Private>False</Private> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\..\..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="AssemblyInfo.cs" /> |
|
<Compile Include="CollectionElementsCollection.cs" /> |
|
<Compile Include="XamlConstants.cs" /> |
|
<Compile Include="XamlDocument.cs" /> |
|
<Compile Include="XamlLoadException.cs" /> |
|
<Compile Include="XamlMarkupValue.cs" /> |
|
<Compile Include="XamlObject.cs" /> |
|
<Compile Include="XamlParser.cs" /> |
|
<Compile Include="XamlParserSettings.cs" /> |
|
<Compile Include="XamlProperty.cs" /> |
|
<Compile Include="XamlPropertyInfo.cs" /> |
|
<Compile Include="XamlPropertyValue.cs" /> |
|
<Compile Include="XamlTextValue.cs" /> |
|
<Compile Include="XamlTypeFinder.cs" /> |
|
</ItemGroup> |
|
</Project> |