DarkUI.Net5/DarkUI/DarkUI.csproj

178 lines
6.7 KiB
XML
Raw Normal View History

2015-09-18 11:28:59 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{F19472F5-8C44-4C51-A8A0-B9DE5F555255}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DarkUI</RootNamespace>
<AssemblyName>DarkUI</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
2015-09-18 11:28:59 +03:00
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
2015-09-18 11:28:59 +03:00
</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>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
2015-09-18 11:28:59 +03:00
</ItemGroup>
<ItemGroup>
<Compile Include="Config\Colors.cs" />
<Compile Include="Config\Consts.cs" />
<Compile Include="Config\Enums.cs" />
2015-09-18 14:32:23 +03:00
<Compile Include="Controls\Classes\DarkListItem.cs" />
<Compile Include="Controls\DarkListView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DarkScrollBase.cs">
<SubType>Component</SubType>
</Compile>
2015-09-18 11:28:59 +03:00
<Compile Include="Controls\DarkButton.cs">
<SubType>Component</SubType>
</Compile>
2015-09-18 14:08:22 +03:00
<Compile Include="Controls\DarkContextMenu.cs">
<SubType>Component</SubType>
</Compile>
2015-09-18 12:03:24 +03:00
<Compile Include="Controls\DarkLabel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DarkMenuStrip.cs">
<SubType>Component</SubType>
</Compile>
2015-09-18 12:22:52 +03:00
<Compile Include="Controls\DarkScrollBar.cs">
<SubType>Component</SubType>
</Compile>
2015-09-18 14:32:23 +03:00
<Compile Include="Controls\DarkScrollView.cs">
<SubType>Component</SubType>
</Compile>
2015-09-18 14:08:22 +03:00
<Compile Include="Controls\DarkSectionPanel.cs">
<SubType>Component</SubType>
</Compile>
2015-09-18 12:33:51 +03:00
<Compile Include="Controls\DarkSeparator.cs">
<SubType>Component</SubType>
</Compile>
2015-09-18 12:00:08 +03:00
<Compile Include="Controls\DarkStatusStrip.cs">
<SubType>Component</SubType>
</Compile>
2015-09-18 12:36:50 +03:00
<Compile Include="Controls\DarkTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DarkToolStrip.cs">
<SubType>Component</SubType>
</Compile>
2015-09-18 12:22:52 +03:00
<Compile Include="Controls\EventArgs\ScrollValueEventArgs.cs" />
<Compile Include="Extensions\BitmapExtensions.cs" />
<Compile Include="Forms\DarkDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\DarkDialog.Designer.cs">
<DependentUpon>DarkDialog.cs</DependentUpon>
</Compile>
2015-09-18 11:34:02 +03:00
<Compile Include="Forms\DarkForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\DarkMessageBox.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\DarkMessageBox.Designer.cs">
<DependentUpon>DarkMessageBox.cs</DependentUpon>
</Compile>
<Compile Include="Icons\MenuIcons.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>MenuIcons.resx</DependentUpon>
</Compile>
<Compile Include="Icons\MessageBoxIcons.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>MessageBoxIcons.resx</DependentUpon>
</Compile>
2015-09-18 12:22:52 +03:00
<Compile Include="Icons\ScrollIcons.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ScrollIcons.resx</DependentUpon>
</Compile>
2015-09-18 11:28:59 +03:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Renderers\DarkMenuRenderer.cs" />
<Compile Include="Renderers\DarkToolStripRenderer.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Forms\DarkDialog.resx">
<DependentUpon>DarkDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\DarkMessageBox.resx">
<DependentUpon>DarkMessageBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Icons\MenuIcons.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>MenuIcons.Designer.cs</LastGenOutput>
<CustomToolNamespace>DarkUI</CustomToolNamespace>
</EmbeddedResource>
<EmbeddedResource Include="Icons\MessageBoxIcons.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>MessageBoxIcons.Designer.cs</LastGenOutput>
<CustomToolNamespace>DarkUI</CustomToolNamespace>
</EmbeddedResource>
2015-09-18 12:22:52 +03:00
<EmbeddedResource Include="Icons\ScrollIcons.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>ScrollIcons.Designer.cs</LastGenOutput>
<CustomToolNamespace>DarkUI</CustomToolNamespace>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Resources\grip.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\tick.png" />
2015-09-18 11:28:59 +03:00
</ItemGroup>
2015-09-18 12:22:52 +03:00
<ItemGroup>
<None Include="Resources\scrollbar_arrow.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\scrollbar_arrow_clicked.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\scrollbar_arrow_hot.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\scrollbar_arrow_standard.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\error.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\info.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\warning.png" />
</ItemGroup>
2015-09-18 11:28:59 +03:00
<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>