CodeWalker/CodeWalker.WinForms/CodeWalker.WinForms.csproj

123 lines
5.1 KiB
XML

<?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>{9702C58D-F52F-45CF-9456-9CE5AF40F5C3}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CodeWalker.WinForms</RootNamespace>
<AssemblyName>CodeWalker.WinForms</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=3.0.6.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.3.0.6\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2015, Version=3.0.6.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.ThemeVS2015.3.0.6\lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MenuStripFix.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="MenuStripFix.Designer.cs">
<DependentUpon>MenuStripFix.cs</DependentUpon>
</Compile>
<Compile Include="ProjectPanel.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PropertyGridFix.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PropertyGridFix.Designer.cs">
<DependentUpon>PropertyGridFix.cs</DependentUpon>
</Compile>
<Compile Include="ReadOnlyPropertyGrid.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ReadOnlyPropertyGrid.Designer.cs">
<DependentUpon>ReadOnlyPropertyGrid.cs</DependentUpon>
</Compile>
<Compile Include="TextBoxFix.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="TextBoxFix.Designer.cs">
<DependentUpon>TextBoxFix.cs</DependentUpon>
</Compile>
<Compile Include="TextBoxScrollSyncFix.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="TextBoxScrollSyncFix.Designer.cs">
<DependentUpon>TextBoxScrollSyncFix.cs</DependentUpon>
</Compile>
<Compile Include="ToolStripFix.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ToolStripFix.Designer.cs">
<DependentUpon>ToolStripFix.cs</DependentUpon>
</Compile>
<Compile Include="ToolStripSplitButtonFix.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ToolStripSplitButtonFix.Designer.cs">
<DependentUpon>ToolStripSplitButtonFix.cs</DependentUpon>
</Compile>
<Compile Include="ToolStripSpringTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ToolStripSpringTextBox.Designer.cs">
<DependentUpon>ToolStripSpringTextBox.cs</DependentUpon>
</Compile>
<Compile Include="TreeViewFix.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="TreeViewFix.Designer.cs">
<DependentUpon>TreeViewFix.cs</DependentUpon>
</Compile>
<Compile Include="FormUtils.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</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>