1+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProjectGuid >{DCAA044A-8F3A-44CE-A541-3B2E8EF826FE}</ProjectGuid >
7+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >GridControlDemo</RootNamespace >
10+ <AssemblyName >GridControlDemo</AssemblyName >
11+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
12+ <MyType >Custom</MyType >
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+ <DefineDebug >true</DefineDebug >
21+ <DefineTrace >true</DefineTrace >
22+ <IncrementalBuild >true</IncrementalBuild >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DocumentationFile >GridControlDemo.xml</DocumentationFile >
25+ <NoWarn >41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <PlatformTarget >AnyCPU</PlatformTarget >
29+ <DebugType >pdbonly</DebugType >
30+ <DebugSymbols >false</DebugSymbols >
31+ <DefineDebug >false</DefineDebug >
32+ <DefineTrace >true</DefineTrace >
33+ <IncrementalBuild >false</IncrementalBuild >
34+ <Optimize >true</Optimize >
35+ <OutputPath >bin\Release\</OutputPath >
36+ <DocumentationFile >GridControlDemo.xml</DocumentationFile >
37+ <NoWarn >41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn >
38+ </PropertyGroup >
39+ <PropertyGroup >
40+ <OptionExplicit >On</OptionExplicit >
41+ </PropertyGroup >
42+ <PropertyGroup >
43+ <OptionCompare >Binary</OptionCompare >
44+ </PropertyGroup >
45+ <PropertyGroup >
46+ <OptionStrict >Off</OptionStrict >
47+ </PropertyGroup >
48+ <PropertyGroup >
49+ <OptionInfer >On</OptionInfer >
50+ </PropertyGroup >
51+ <ItemGroup >
52+ <Reference Include =" Syncfusion.Grid.WPF, Version=17.3460.0.17, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
53+ <HintPath >packages\Syncfusion.Grid.WPF.17.3.0.17\lib\net46\Syncfusion.Grid.WPF.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" Syncfusion.GridCommon.WPF, Version=17.3460.0.17, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
56+ <HintPath >packages\Syncfusion.GridCommon.Wpf.17.3.0.17\lib\net46\Syncfusion.GridCommon.WPF.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" Syncfusion.Licensing, Version=17.3460.0.17, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL" >
59+ <HintPath >packages\Syncfusion.Licensing.17.3.0.17\lib\net46\Syncfusion.Licensing.dll</HintPath >
60+ </Reference >
61+ <Reference Include =" Syncfusion.Linq.Base, Version=17.3460.0.17, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
62+ <HintPath >packages\Syncfusion.Linq.Base.17.3.0.17\lib\net46\Syncfusion.Linq.Base.dll</HintPath >
63+ </Reference >
64+ <Reference Include =" Syncfusion.Shared.WPF, Version=17.3460.0.17, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
65+ <HintPath >packages\Syncfusion.Shared.WPF.17.3.0.17\lib\net46\Syncfusion.Shared.WPF.dll</HintPath >
66+ </Reference >
67+ <Reference Include =" System.Core" />
68+ <Reference Include =" System.Xml.Linq" />
69+ <Reference Include =" System.Data.DataSetExtensions" />
70+ <Reference Include =" System" />
71+ <Reference Include =" System.Data" />
72+ <Reference Include =" System.Xml" />
73+ <Reference Include =" System.Xaml" >
74+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
75+ </Reference >
76+ <Reference Include =" WindowsBase" />
77+ <Reference Include =" PresentationCore" />
78+ <Reference Include =" PresentationFramework" />
79+ <Reference Include =" System.Net.Http" />
80+ </ItemGroup >
81+ <ItemGroup >
82+ <ApplicationDefinition Include =" Application.xaml" >
83+ <Generator >MSBuild:Compile</Generator >
84+ <SubType >Designer</SubType >
85+ </ApplicationDefinition >
86+ <Page Include =" MainWindow.xaml" >
87+ <Generator >MSBuild:Compile</Generator >
88+ <SubType >Designer</SubType >
89+ </Page >
90+ <Compile Include =" Application.xaml.vb" >
91+ <DependentUpon >Application.xaml</DependentUpon >
92+ <SubType >Code</SubType >
93+ </Compile >
94+ <Compile Include =" MainWindow.xaml.vb" >
95+ <DependentUpon >MainWindow.xaml</DependentUpon >
96+ <SubType >Code</SubType >
97+ </Compile >
98+ </ItemGroup >
99+ <ItemGroup >
100+ <Import Include =" System.Threading.Tasks" />
101+ <Import Include =" System.Linq" />
102+ <Import Include =" System.Xml.Linq" />
103+ <Import Include =" Microsoft.VisualBasic" />
104+ <Import Include =" System" />
105+ <Import Include =" System.Collections" />
106+ <Import Include =" System.Collections.Generic" />
107+ <Import Include =" System.Diagnostics" />
108+ <Import Include =" System.Windows" />
109+ <Import Include =" System.Windows.Controls" />
110+ <Import Include =" System.Windows.Data" />
111+ <Import Include =" System.Windows.Documents" />
112+ <Import Include =" System.Windows.Input" />
113+ <Import Include =" System.Windows.Shapes" />
114+ <Import Include =" System.Windows.Media" />
115+ <Import Include =" System.Windows.Media.Imaging" />
116+ <Import Include =" System.Windows.Navigation" />
117+ </ItemGroup >
118+ <ItemGroup >
119+ <Compile Include =" My Project\AssemblyInfo.vb" >
120+ <SubType >Code</SubType >
121+ </Compile >
122+ <Compile Include =" My Project\MyExtensions\MyWpfExtension.vb" >
123+ <VBMyExtensionTemplateID >Microsoft.VisualBasic.WPF.MyExtension</VBMyExtensionTemplateID >
124+ <VBMyExtensionTemplateVersion >1.0.0.0</VBMyExtensionTemplateVersion >
125+ </Compile >
126+ <Compile Include =" My Project\Resources.Designer.vb" >
127+ <AutoGen >True</AutoGen >
128+ <DesignTime >True</DesignTime >
129+ <DependentUpon >Resources.resx</DependentUpon >
130+ </Compile >
131+ <Compile Include =" My Project\Settings.Designer.vb" >
132+ <AutoGen >True</AutoGen >
133+ <DependentUpon >Settings.settings</DependentUpon >
134+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
135+ </Compile >
136+ <EmbeddedResource Include =" My Project\Resources.resx" >
137+ <Generator >VbMyResourcesResXFileCodeGenerator</Generator >
138+ <LastGenOutput >Resources.Designer.vb</LastGenOutput >
139+ <CustomToolNamespace >My.Resources</CustomToolNamespace >
140+ </EmbeddedResource >
141+ <None Include =" My Project\Settings.settings" >
142+ <Generator >SettingsSingleFileGenerator</Generator >
143+ <LastGenOutput >Settings.Designer.vb</LastGenOutput >
144+ </None >
145+ <None Include =" packages.config" />
146+ </ItemGroup >
147+ <ItemGroup >
148+ <None Include =" App.config" />
149+ </ItemGroup >
150+ <Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
151+ </Project >
0 commit comments