1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.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 >{98621C03-5917-4FBB-9393-C943C55AFD35}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >CustomSummaries</RootNamespace >
11+ <AssemblyName >CustomSummaries</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.1</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+ <Prefer32Bit >false</Prefer32Bit >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <PlatformTarget >AnyCPU</PlatformTarget >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ <Prefer32Bit >false</Prefer32Bit >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" Syncfusion.Core.WinForms" />
39+ <Reference Include =" Syncfusion.Data.WinForms" />
40+ <Reference Include =" Syncfusion.SfDataGrid.WinForms" />
41+ <Reference Include =" Syncfusion.GridCommon.WinForms" />
42+ <Reference Include =" System" />
43+ <Reference Include =" System.ComponentModel.DataAnnotations" />
44+ <Reference Include =" System.Core" />
45+ <Reference Include =" System.Xml.Linq" />
46+ <Reference Include =" System.Data.DataSetExtensions" />
47+ <Reference Include =" Microsoft.CSharp" />
48+ <Reference Include =" System.Data" />
49+ <Reference Include =" System.Deployment" />
50+ <Reference Include =" System.Drawing" />
51+ <Reference Include =" System.Windows.Forms" />
52+ <Reference Include =" System.Xml" />
53+ </ItemGroup >
54+ <ItemGroup >
55+ <Compile Include =" CustomSummaryHelper.cs" />
56+ <Compile Include =" Form2.cs" >
57+ <SubType >Form</SubType >
58+ </Compile >
59+ <Compile Include =" Form2.Designer.cs" >
60+ <DependentUpon >Form2.cs</DependentUpon >
61+ </Compile >
62+ <Compile Include =" Program.cs" />
63+ <Compile Include =" Properties\AssemblyInfo.cs" />
64+ <Compile Include =" SalesInfo.cs" />
65+ <Compile Include =" SalesInfoCollection.cs" />
66+ <EmbeddedResource Include =" Form2.resx" >
67+ <DependentUpon >Form2.cs</DependentUpon >
68+ </EmbeddedResource >
69+ <EmbeddedResource Include =" Properties\Resources.resx" >
70+ <Generator >ResXFileCodeGenerator</Generator >
71+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
72+ <SubType >Designer</SubType >
73+ </EmbeddedResource >
74+ <Compile Include =" Properties\Resources.Designer.cs" >
75+ <AutoGen >True</AutoGen >
76+ <DependentUpon >Resources.resx</DependentUpon >
77+ </Compile >
78+ <None Include =" Properties\Settings.settings" >
79+ <Generator >SettingsSingleFileGenerator</Generator >
80+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
81+ </None >
82+ <Compile Include =" Properties\Settings.Designer.cs" >
83+ <AutoGen >True</AutoGen >
84+ <DependentUpon >Settings.settings</DependentUpon >
85+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
86+ </Compile >
87+ </ItemGroup >
88+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89+ <ItemGroup >
90+ <Reference Include =" Syncfusion.Licensing" />
91+ </ItemGroup >
92+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
93+ Other similar extension points exist, see Microsoft.Common.targets.
94+ <Target Name="BeforeBuild">
95+ </Target>
96+ <Target Name="AfterBuild">
97+ </Target>
98+ -->
99+ </Project >
0 commit comments