123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{71D477C5-0CF9-4188-A4C6-645EC08A5D83}</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="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\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\IKNumericUpDown.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\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>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|