1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{278A7C6F-EB74-462E-A8D4-2A09EEECD99B}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >DataGrid_WF</RootNamespace >
10+ <AssemblyName >DataGrid_WF</AssemblyName >
11+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <PlatformTarget >AnyCPU</PlatformTarget >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <PlatformTarget >AnyCPU</PlatformTarget >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <ItemGroup >
36+ <Reference Include =" Syncfusion.Core.WinForms, Version=17.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
37+ <SpecificVersion >False</SpecificVersion >
38+ <HintPath >..\..\..\..\..\Assemblies\Assemblies\17.2.0.46\4.6\Syncfusion.Core.WinForms.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" Syncfusion.Data.WinForms, Version=17.4460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
41+ <SpecificVersion >False</SpecificVersion >
42+ <HintPath >..\..\..\..\..\..\Assemblies\17.4.0.46\4.6\Syncfusion.Data.WinForms.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Syncfusion.DataSource.WinForms, Version=17.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
45+ <SpecificVersion >False</SpecificVersion >
46+ <HintPath >..\..\..\..\..\Assemblies\Assemblies\17.2.0.46\4.6\Syncfusion.DataSource.WinForms.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" Syncfusion.GridCommon.WinForms, Version=17.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
49+ <SpecificVersion >False</SpecificVersion >
50+ <HintPath >..\..\..\..\..\Assemblies\Assemblies\17.2.0.46\4.6\Syncfusion.GridCommon.WinForms.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" Syncfusion.SfDataGrid.WinForms, Version=17.4460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
53+ <SpecificVersion >False</SpecificVersion >
54+ <HintPath >..\..\..\..\..\..\Assemblies\17.4.0.46\4.6\Syncfusion.SfDataGrid.WinForms.dll</HintPath >
55+ </Reference >
56+ <Reference Include =" Syncfusion.SfInput.WinForms, Version=17.4460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
57+ <SpecificVersion >False</SpecificVersion >
58+ <HintPath >..\..\..\..\..\..\Assemblies\17.4.0.46\4.6\Syncfusion.SfInput.WinForms.dll</HintPath >
59+ </Reference >
60+ <Reference Include =" Syncfusion.SfListView.WinForms, Version=16.3460.0.21, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
61+ <SpecificVersion >False</SpecificVersion >
62+ <HintPath >..\..\..\..\..\Assemblies\Assemblies\16.3.0.21\4.6\Syncfusion.SfListView.WinForms.dll</HintPath >
63+ </Reference >
64+ <Reference Include =" Syncfusion.Shared.Base, Version=17.2460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
65+ <SpecificVersion >False</SpecificVersion >
66+ <HintPath >..\..\..\..\..\Assemblies\Assemblies\17.2.0.46\4.6\Syncfusion.Shared.Base.dll</HintPath >
67+ </Reference >
68+ <Reference Include =" Syncfusion.Tools.Windows, Version=17.4460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
69+ <SpecificVersion >False</SpecificVersion >
70+ <HintPath >..\..\..\..\..\..\..\..\Assemblies\WPF\17.1.0.47\4.6\Syncfusion.Tools.Windows.dll</HintPath >
71+ </Reference >
72+ <Reference Include =" System" />
73+ <Reference Include =" System.ComponentModel.DataAnnotations" />
74+ <Reference Include =" System.Core" />
75+ <Reference Include =" System.Design" />
76+ <Reference Include =" System.Runtime.Serialization" />
77+ <Reference Include =" System.Xml.Linq" />
78+ <Reference Include =" System.Data.DataSetExtensions" />
79+ <Reference Include =" Microsoft.CSharp" />
80+ <Reference Include =" System.Data" />
81+ <Reference Include =" System.Deployment" />
82+ <Reference Include =" System.Drawing" />
83+ <Reference Include =" System.Net.Http" />
84+ <Reference Include =" System.Windows.Forms" />
85+ <Reference Include =" System.Xml" />
86+ </ItemGroup >
87+ <ItemGroup >
88+ <Compile Include =" Form1.cs" >
89+ <SubType >Form</SubType >
90+ </Compile >
91+ <Compile Include =" Form1.Designer.cs" >
92+ <DependentUpon >Form1.cs</DependentUpon >
93+ </Compile >
94+ <Compile Include =" GridCellRadioButton.cs" >
95+ <SubType >Component</SubType >
96+ </Compile >
97+ <Compile Include =" GridCellRadioButton.Designer.cs" >
98+ <DependentUpon >GridCellRadioButton.cs</DependentUpon >
99+ </Compile >
100+ <Compile Include =" GridCellRadioButtonRenderer.cs" />
101+ <Compile Include =" GridRadioButtonColumn.cs" />
102+ <Compile Include =" OrderInfoCollection.cs" />
103+ <Compile Include =" Program.cs" />
104+ <Compile Include =" Properties\AssemblyInfo.cs" />
105+ <EmbeddedResource Include =" Form1.resx" >
106+ <DependentUpon >Form1.cs</DependentUpon >
107+ </EmbeddedResource >
108+ <EmbeddedResource Include =" Properties\Resources.resx" >
109+ <Generator >ResXFileCodeGenerator</Generator >
110+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
111+ <SubType >Designer</SubType >
112+ </EmbeddedResource >
113+ <Compile Include =" Properties\Resources.Designer.cs" >
114+ <AutoGen >True</AutoGen >
115+ <DependentUpon >Resources.resx</DependentUpon >
116+ </Compile >
117+ <None Include =" Properties\Settings.settings" >
118+ <Generator >SettingsSingleFileGenerator</Generator >
119+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
120+ </None >
121+ <Compile Include =" Properties\Settings.Designer.cs" >
122+ <AutoGen >True</AutoGen >
123+ <DependentUpon >Settings.settings</DependentUpon >
124+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
125+ </Compile >
126+ </ItemGroup >
127+ <ItemGroup >
128+ <None Include =" App.config" />
129+ </ItemGroup >
130+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131+ </Project >
0 commit comments