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 >{CC01EE4E-ABA4-4CED-978A-51C7F2376D4B}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >GettingStarted</RootNamespace >
11+ <AssemblyName >GettingStarted</AssemblyName >
12+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <TargetFrameworkProfile />
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" />
37+ <Reference Include =" Syncfusion.Data.WinForms" >
38+ </Reference >
39+ <Reference Include =" Syncfusion.GridCommon.WinForms" />
40+ <Reference Include =" Syncfusion.SfDataGrid.WinForms" >
41+ </Reference >
42+ <Reference Include =" Syncfusion.SfInput.WinForms" />
43+ <Reference Include =" Syncfusion.SfListView.WinForms" >
44+ </Reference >
45+ <Reference Include =" Syncfusion.Shared.Base" />
46+ <Reference Include =" System" />
47+ <Reference Include =" System.ComponentModel.DataAnnotations" />
48+ <Reference Include =" System.Core" />
49+ <Reference Include =" System.Data.Linq" />
50+ <Reference Include =" System.Xml.Linq" />
51+ <Reference Include =" System.Data.DataSetExtensions" />
52+ <Reference Include =" Microsoft.CSharp" />
53+ <Reference Include =" System.Data" />
54+ <Reference Include =" System.Deployment" />
55+ <Reference Include =" System.Drawing" />
56+ <Reference Include =" System.Windows.Forms" />
57+ <Reference Include =" System.Xml" />
58+ </ItemGroup >
59+ <ItemGroup >
60+ <Compile Include =" Form1.cs" >
61+ <SubType >Form</SubType >
62+ </Compile >
63+ <Compile Include =" Form1.Designer.cs" >
64+ <DependentUpon >Form1.cs</DependentUpon >
65+ </Compile >
66+ <Compile Include =" Program.cs" />
67+ <Compile Include =" Properties\AssemblyInfo.cs" />
68+ <EmbeddedResource Include =" Form1.resx" >
69+ <DependentUpon >Form1.cs</DependentUpon >
70+ </EmbeddedResource >
71+ <EmbeddedResource Include =" Properties\Resources.resx" >
72+ <Generator >ResXFileCodeGenerator</Generator >
73+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
74+ <SubType >Designer</SubType >
75+ </EmbeddedResource >
76+ <Compile Include =" Properties\Resources.Designer.cs" >
77+ <AutoGen >True</AutoGen >
78+ <DependentUpon >Resources.resx</DependentUpon >
79+ <DesignTime >True</DesignTime >
80+ </Compile >
81+ <None Include =" app.config" />
82+ <None Include =" Properties\Settings.settings" >
83+ <Generator >SettingsSingleFileGenerator</Generator >
84+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
85+ </None >
86+ <Compile Include =" Properties\Settings.Designer.cs" >
87+ <AutoGen >True</AutoGen >
88+ <DependentUpon >Settings.settings</DependentUpon >
89+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
90+ </Compile >
91+ </ItemGroup >
92+ <ItemGroup >
93+ <Service Include =" {3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
94+ </ItemGroup >
95+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96+ <ItemGroup >
97+ <Reference Include =" Syncfusion.Licensing" />
98+ </ItemGroup >
99+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100+ Other similar extension points exist, see Microsoft.Common.targets.
101+ <Target Name="BeforeBuild">
102+ </Target>
103+ <Target Name="AfterBuild">
104+ </Target>
105+ -->
106+ </Project >
0 commit comments