1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{E4262682-A389-4D5B-9A7B-C7DE4C8C553D}</ProjectGuid >
9+ <OutputType >WinExe</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >EditDemo</RootNamespace >
12+ <AssemblyName >EditDemo</AssemblyName >
13+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16+ <WarningLevel >4</WarningLevel >
17+ <TargetFrameworkProfile />
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ <PlatformTarget >x86</PlatformTarget >
28+ <Prefer32Bit >false</Prefer32Bit >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >bin\Release\</OutputPath >
34+ <DefineConstants >TRACE</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ <PlatformTarget >x86</PlatformTarget >
38+ <Prefer32Bit >false</Prefer32Bit >
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <Reference Include =" Syncfusion.Edit.WPF, Version=18.4460.0.33, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
42+ <HintPath >packages\Syncfusion.Edit.WPF.18.4.0.33\lib\net46\Syncfusion.Edit.WPF.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Syncfusion.GridCommon.WPF, Version=18.4460.0.33, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
45+ <HintPath >packages\Syncfusion.GridCommon.Wpf.18.4.0.33\lib\net46\Syncfusion.GridCommon.WPF.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" Syncfusion.Licensing, Version=18.4460.0.33, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL" >
48+ <HintPath >packages\Syncfusion.Licensing.18.4.0.33\lib\net46\Syncfusion.Licensing.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" Syncfusion.SfSkinManager.WPF, Version=18.4460.0.33, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
51+ <HintPath >packages\Syncfusion.SfSkinManager.WPF.18.4.0.33\lib\net46\Syncfusion.SfSkinManager.WPF.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" Syncfusion.Shared.WPF, Version=18.4460.0.33, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
54+ <HintPath >packages\Syncfusion.Shared.WPF.18.4.0.33\lib\net46\Syncfusion.Shared.WPF.dll</HintPath >
55+ </Reference >
56+ <Reference Include =" Syncfusion.Themes.Office2019Colorful.WPF, Version=18.4460.0.33, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
57+ <HintPath >packages\Syncfusion.Themes.Office2019Colorful.WPF.18.4.0.33\lib\net46\Syncfusion.Themes.Office2019Colorful.WPF.dll</HintPath >
58+ </Reference >
59+ <Reference Include =" Syncfusion.Tools.WPF, Version=18.4460.0.33, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
60+ <HintPath >packages\Syncfusion.Tools.WPF.18.4.0.33\lib\net46\Syncfusion.Tools.WPF.dll</HintPath >
61+ </Reference >
62+ <Reference Include =" System" />
63+ <Reference Include =" System.Core" >
64+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
65+ </Reference >
66+ <Reference Include =" System.Xml.Linq" >
67+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
68+ </Reference >
69+ <Reference Include =" System.Data.DataSetExtensions" >
70+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
71+ </Reference >
72+ <Reference Include =" System.Data" />
73+ <Reference Include =" System.Xml" />
74+ <Reference Include =" WindowsBase" />
75+ <Reference Include =" PresentationCore" />
76+ <Reference Include =" PresentationFramework" />
77+ <Reference Include =" System.Xaml" />
78+ </ItemGroup >
79+ <ItemGroup >
80+ <ApplicationDefinition Include =" App.xaml" >
81+ <Generator >MSBuild:Compile</Generator >
82+ <SubType >Designer</SubType >
83+ </ApplicationDefinition >
84+ <Page Include =" Window1.xaml" >
85+ <Generator >MSBuild:Compile</Generator >
86+ <SubType >Designer</SubType >
87+ </Page >
88+ <Compile Include =" App.xaml.cs" >
89+ <DependentUpon >App.xaml</DependentUpon >
90+ <SubType >Code</SubType >
91+ </Compile >
92+ <Compile Include =" Window1.xaml.cs" >
93+ <DependentUpon >Window1.xaml</DependentUpon >
94+ <SubType >Code</SubType >
95+ </Compile >
96+ </ItemGroup >
97+ <ItemGroup >
98+ <Compile Include =" Properties\AssemblyInfo.cs" >
99+ <SubType >Code</SubType >
100+ </Compile >
101+ <Compile Include =" Properties\Resources.Designer.cs" >
102+ <AutoGen >True</AutoGen >
103+ <DesignTime >True</DesignTime >
104+ <DependentUpon >Resources.resx</DependentUpon >
105+ </Compile >
106+ <Compile Include =" Properties\Settings.Designer.cs" >
107+ <AutoGen >True</AutoGen >
108+ <DependentUpon >Settings.settings</DependentUpon >
109+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
110+ </Compile >
111+ <EmbeddedResource Include =" Properties\Resources.resx" >
112+ <Generator >ResXFileCodeGenerator</Generator >
113+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
114+ </EmbeddedResource >
115+ <None Include =" app.config" />
116+ <None Include =" packages.config" />
117+ <None Include =" Properties\Settings.settings" >
118+ <Generator >SettingsSingleFileGenerator</Generator >
119+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
120+ </None >
121+ <AppDesigner Include =" Properties\" />
122+ </ItemGroup >
123+ <ItemGroup >
124+ <Resource Include =" App.ico" />
125+ </ItemGroup >
126+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
127+ <ItemGroup >
128+ <Resource Include =" Content.txt" />
129+ </ItemGroup >
130+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
131+ Other similar extension points exist, see Microsoft.Common.targets.
132+ <Target Name="BeforeBuild">
133+ </Target>
134+ <Target Name="AfterBuild">
135+ </Target>
136+ -->
137+ </Project >
0 commit comments