1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" 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 >{B294434E-F6E8-4DDC-911C-8175CEF9D483}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >CellMerge</RootNamespace >
11+ <AssemblyName >CellMerge</AssemblyName >
12+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15+ <WarningLevel >4</WarningLevel >
16+ <TargetFrameworkProfile />
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <PlatformTarget >AnyCPU</PlatformTarget >
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+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <PlatformTarget >AnyCPU</PlatformTarget >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >bin\Release\</OutputPath >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" Syncfusion.Data.WPF" >
39+ <SpecificVersion >False</SpecificVersion >
40+ </Reference >
41+ <Reference Include =" Syncfusion.SampleLayout" >
42+ <SpecificVersion >False</SpecificVersion >
43+ </Reference >
44+ <Reference Include =" Syncfusion.SfGrid.WPF" >
45+ <SpecificVersion >False</SpecificVersion >
46+ </Reference >
47+ <Reference Include =" Syncfusion.Shared.Wpf" >
48+ <SpecificVersion >False</SpecificVersion >
49+ </Reference >
50+ <Reference Include =" Syncfusion.Linq.Base" >
51+ <SpecificVersion >False</SpecificVersion >
52+ </Reference >
53+ <Reference Include =" Syncfusion.Tools.WPF" >
54+ <SpecificVersion >False</SpecificVersion >
55+ </Reference >
56+ <Reference Include =" Syncfusion.Grid.Wpf" >
57+ <SpecificVersion >False</SpecificVersion >
58+ </Reference >
59+ <Reference Include =" Syncfusion.GridCommon.Wpf" >
60+ <SpecificVersion >False</SpecificVersion >
61+ </Reference >
62+ <Reference Include =" System" />
63+ <Reference Include =" System.Data" />
64+ <Reference Include =" System.Windows.Interactivity" >
65+ <HintPath >..\..\..\..\..\Common\Data\Interactivity_Binaries\WPF\4.0\System.Windows.Interactivity.dll</HintPath >
66+ </Reference >
67+ <Reference Include =" System.Xml" />
68+ <Reference Include =" Microsoft.CSharp" />
69+ <Reference Include =" System.Core" />
70+ <Reference Include =" System.Xml.Linq" />
71+ <Reference Include =" System.Data.DataSetExtensions" />
72+ <Reference Include =" System.Xaml" >
73+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
74+ </Reference >
75+ <Reference Include =" WindowsBase" />
76+ <Reference Include =" PresentationCore" />
77+ <Reference Include =" PresentationFramework" />
78+ </ItemGroup >
79+ <ItemGroup >
80+ <ApplicationDefinition Include =" App.xaml" >
81+ <Generator >MSBuild:Compile</Generator >
82+ <SubType >Designer</SubType >
83+ </ApplicationDefinition >
84+ <Compile Include =" Behaviors\QueryCoveredRangeBehavior.cs" />
85+ <Compile Include =" Behaviors\RequestTreeItemsBehavior.cs" />
86+ <Compile Include =" Helper\Converters.cs" />
87+ <Compile Include =" Helper\SfTreeGridBehavior.cs" />
88+ <Compile Include =" Model\EmployeeInfo.cs" />
89+ <Compile Include =" ViewModel\ViewModel.cs" />
90+ <Page Include =" MainWindow.xaml" >
91+ <Generator >MSBuild:Compile</Generator >
92+ <SubType >Designer</SubType >
93+ </Page >
94+ <Compile Include =" App.xaml.cs" >
95+ <DependentUpon >App.xaml</DependentUpon >
96+ <SubType >Code</SubType >
97+ </Compile >
98+ <Compile Include =" MainWindow.xaml.cs" >
99+ <DependentUpon >MainWindow.xaml</DependentUpon >
100+ <SubType >Code</SubType >
101+ </Compile >
102+ </ItemGroup >
103+ <ItemGroup >
104+ <Compile Include =" Properties\AssemblyInfo.cs" >
105+ <SubType >Code</SubType >
106+ </Compile >
107+ <Compile Include =" Properties\Resources.Designer.cs" >
108+ <AutoGen >True</AutoGen >
109+ <DesignTime >True</DesignTime >
110+ <DependentUpon >Resources.resx</DependentUpon >
111+ </Compile >
112+ <Compile Include =" Properties\Settings.Designer.cs" >
113+ <AutoGen >True</AutoGen >
114+ <DependentUpon >Settings.settings</DependentUpon >
115+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
116+ </Compile >
117+ <EmbeddedResource Include =" Properties\Resources.resx" >
118+ <Generator >ResXFileCodeGenerator</Generator >
119+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
120+ </EmbeddedResource >
121+ <None Include =" Properties\Settings.settings" >
122+ <Generator >SettingsSingleFileGenerator</Generator >
123+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
124+ </None >
125+ <AppDesigner Include =" Properties\" />
126+ </ItemGroup >
127+ <ItemGroup >
128+ <Resource Include =" App.ico" />
129+ </ItemGroup >
130+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131+ <ItemGroup >
132+ <Reference Include =" Syncfusion.Licensing" />
133+ </ItemGroup >
134+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135+ Other similar extension points exist, see Microsoft.Common.targets.
136+ <Target Name="BeforeBuild">
137+ </Target>
138+ <Target Name="AfterBuild">
139+ </Target>
140+ -->
141+ </Project >
0 commit comments