123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{1D3CABEA-FC6B-43D6-8C31-FC1B73752685}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <OutputType>Library</OutputType>
- <LangVersion>8.0</LangVersion>
- <AssemblyName>Infoking.Common.Windows.Control</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <OutputPath>bin\Debug\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <OutputPath>bin\Release\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="MetroFramework, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
- <HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.dll</HintPath>
- </Reference>
- <Reference Include="MetroFramework.Design, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
- <HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Design.dll</HintPath>
- </Reference>
- <Reference Include="MetroFramework.Fonts, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
- <HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Fonts.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll</HintPath>
- </Reference>
- <Reference Include="System">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Infoking.Common.Windows.Control\IKButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKCheckBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKCheckedListBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKMetroComboBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKComboBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKDataGrid.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKDateTimePicker.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKGroupBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKHScrollBar.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKIntegralUpDown.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKLabel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKLinkLabel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKListBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKListView.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKMetroButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKMetroButton.Designer.cs">
- <DependentUpon>IKMetroButton.cs</DependentUpon>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKNumericUpDown.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKMetroPanel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKPanel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKPictureBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKRadioButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKRichTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKSplitter.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKStatusBar.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKTabControl.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKMetroTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKToolBar.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKTreeView.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.Common.Windows.Control\IKVScrollBar.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Infoking.Common.Windows.Control\IKTabControl.resx">
- <DependentUpon>IKTabControl.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|