123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{F69105B7-6FF6-4DF8-AEC8-2D4C4518CB16}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <OutputType>Library</OutputType>
- <LangVersion>8.0</LangVersion>
- <AssemblyName>Infoking.BizPeri.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.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.Design">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="System">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll</HintPath>
- </Reference>
- <Reference Include="System.Data">
- <HintPath>C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll</HintPath>
- </Reference>
- <ProjectReference Include="..\Infoking.Common.Windows.Control\Infoking.Common.Windows.Control.csproj">
- <Project>{1D3CABEA-FC6B-43D6-8C31-FC1B73752685}</Project>
- <Name>Infoking.Common.Windows.Control</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Infoking.BizPeri.Windows.Control\CountryCodeList.cs" />
- <Compile Include="Infoking.BizPeri.Windows.Control\CustomComboBoxStyle.cs" />
- <Compile Include="Infoking.BizPeri.Windows.Control\DataGridVx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKCheckedListBoxEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKClientBar.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKMetroComboBoxEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKComboBoxEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKMetroComboBoxExText.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKComboBoxExText.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKCountryCombo.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKCustomerDataGridUI.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridBoolColumn.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridColumnStylesCollectionEditor.cs" />
- <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridComboBoxColumn.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridDateTimePickerColumn.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridTableStyle.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridTableStylesCollectionEditor.cs" />
- <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridTextBoxColumn.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKDataGridTextButtonColumn.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKDateTimePause.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKDateTimeText.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKExtendGrid.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKFormToolBar.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKGradualLabel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKGradualTab.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKHiberaTree.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKNumericTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKNumericTextBoxController.cs" />
- <Compile Include="Infoking.BizPeri.Windows.Control\IKPhoneControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKRadioList.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKRightCombo.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKTextButton.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\IKVirtualDataGrid.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\NumericalMode.cs" />
- <Compile Include="Infoking.BizPeri.Windows.Control\UserInfoList.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Infoking.BizPeri.Windows.Control\WinMsg.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKClientBar.resx" />
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKComboBoxExText.resx" />
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKCountryCombo.resx" />
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKCustomerDataGridUI.resx" />
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKDateTimePause.resx" />
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKExtendGrid.resx" />
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKFormToolBar.resx" />
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKHiberaTree.resx" />
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKMetroComboBoxEx.resx">
- <DependentUpon>IKMetroComboBoxEx.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKMetroComboBoxExText.resx">
- <DependentUpon>IKMetroComboBoxExText.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKPhoneControl.resx" />
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKTextButton.resx" />
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\IKVirtualDataGrid.resx" />
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\treeImage.resx" />
- <EmbeddedResource Include="Infoking.BizPeri.Windows.Control\UserInfoList.resx" />
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|