Init
This commit is contained in:
@@ -0,0 +1,124 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{89286EB4-B4A1-418C-839A-067B00F442D8}</ProjectGuid>
|
||||
<OutputType>library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Xceed.Wpf.AvalonDock.Themes.Metro</RootNamespace>
|
||||
<AssemblyName>Xceed.Wpf.AvalonDock.Themes.Metro</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Xaml">
|
||||
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="WindowsBase" />
|
||||
<Reference Include="PresentationCore" />
|
||||
<Reference Include="PresentationFramework" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AssemblyVersionInfo.cs" />
|
||||
<Compile Include="AssemblyVersionInfoCommon.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="MetroTheme.cs" />
|
||||
<AppDesigner Include="Properties\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Page Include="Brushes.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Theme.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Images\DockAnchorableBottom.png" />
|
||||
<Resource Include="Images\DockAnchorableLeft.png" />
|
||||
<Resource Include="Images\DockAnchorableRight.png" />
|
||||
<Resource Include="Images\DockAnchorableTop.png" />
|
||||
<Resource Include="Images\DockDocumentAsAnchorableBottom.png" />
|
||||
<Resource Include="Images\DockDocumentAsAnchorableLeft.png" />
|
||||
<Resource Include="Images\DockDocumentAsAnchorableRight.png" />
|
||||
<Resource Include="Images\DockDocumentAsAnchorableTop.png" />
|
||||
<Resource Include="Images\DockDocumentBottom.png" />
|
||||
<Resource Include="Images\DockDocumentInside.png" />
|
||||
<Resource Include="Images\DockDocumentLeft.png" />
|
||||
<Resource Include="Images\DockDocumentRight.png" />
|
||||
<Resource Include="Images\DockDocumentTop.png" />
|
||||
<Resource Include="Images\DockPaneEmpty.png" />
|
||||
<Resource Include="Images\DockPaneLargeEmpty.png" />
|
||||
<Resource Include="Images\HTabGroup.png" />
|
||||
<Resource Include="Images\Locked.png" />
|
||||
<Resource Include="Images\PinAutoHide.png" />
|
||||
<Resource Include="Images\PinAutoHide_Black.png" />
|
||||
<Resource Include="Images\PinAutoHide_Dark.png" />
|
||||
<Resource Include="Images\PinClose.png" />
|
||||
<Resource Include="Images\PinClose_Black.png" />
|
||||
<Resource Include="Images\PinClose_Dark.png" />
|
||||
<Resource Include="Images\PinDocMenu.png" />
|
||||
<Resource Include="Images\PinDocMenu_Black.png" />
|
||||
<Resource Include="Images\PinMaximize.png" />
|
||||
<Resource Include="Images\PinMaximize_Black.png" />
|
||||
<Resource Include="Images\PinMaximize_Dark.png" />
|
||||
<Resource Include="Images\PinMenu.png" />
|
||||
<Resource Include="Images\PinMenu_Black.png" />
|
||||
<Resource Include="Images\PinMenu_Dark.png" />
|
||||
<Resource Include="Images\PinRestore.png" />
|
||||
<Resource Include="Images\PinRestore_Black.png" />
|
||||
<Resource Include="Images\PinRestore_Dark.png" />
|
||||
<Resource Include="Images\VTabGroup.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Xceed.Wpf.AvalonDock\Xceed.Wpf.AvalonDock.csproj">
|
||||
<Project>{DB81988F-E0F2-45A0-A1FD-8C37F3D35244}</Project>
|
||||
<Name>Xceed.Wpf.AvalonDock</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
Reference in New Issue
Block a user