1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" 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 >{65951979-993C-4938-B105-DAB750F99FFC}</ProjectGuid >
8
+ <OutputType >WinExe</OutputType >
9
+ <RootNamespace >CreateRibbonSample</RootNamespace >
10
+ <AssemblyName >CreateRibbonSample</AssemblyName >
11
+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
+ <WarningLevel >4</WarningLevel >
15
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16
+ <Deterministic >true</Deterministic >
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.Licensing, Version=17.3460.0.14, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL" >
39
+ <HintPath >..\packages\Syncfusion.Licensing.17.3.0.14\lib\net46\Syncfusion.Licensing.dll</HintPath >
40
+ </Reference >
41
+ <Reference Include =" Syncfusion.SfSkinManager.WPF, Version=17.3460.0.14, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
42
+ <HintPath >..\packages\Syncfusion.SfSkinManager.WPF.17.3.0.14\lib\net46\Syncfusion.SfSkinManager.WPF.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" Syncfusion.Shared.WPF, Version=17.3460.0.14, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
45
+ <HintPath >..\packages\Syncfusion.Shared.WPF.17.3.0.14\lib\net46\Syncfusion.Shared.WPF.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" Syncfusion.Themes.Office2016Colorful.WPF, Version=17.3460.0.14, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
48
+ <HintPath >..\packages\Syncfusion.Themes.Office2016Colorful.WPF.17.3.0.14\lib\net46\Syncfusion.Themes.Office2016Colorful.WPF.dll</HintPath >
49
+ </Reference >
50
+ <Reference Include =" Syncfusion.Tools.WPF, Version=17.3460.0.14, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
51
+ <HintPath >..\packages\Syncfusion.Tools.WPF.17.3.0.14\lib\net46\Syncfusion.Tools.WPF.dll</HintPath >
52
+ </Reference >
53
+ <Reference Include =" System" />
54
+ <Reference Include =" System.Data" />
55
+ <Reference Include =" System.Xml" />
56
+ <Reference Include =" Microsoft.CSharp" />
57
+ <Reference Include =" System.Core" />
58
+ <Reference Include =" System.Xml.Linq" />
59
+ <Reference Include =" System.Data.DataSetExtensions" />
60
+ <Reference Include =" System.Net.Http" />
61
+ <Reference Include =" System.Xaml" >
62
+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
63
+ </Reference >
64
+ <Reference Include =" WindowsBase" />
65
+ <Reference Include =" PresentationCore" />
66
+ <Reference Include =" PresentationFramework" />
67
+ </ItemGroup >
68
+ <ItemGroup >
69
+ <ApplicationDefinition Include =" App.xaml" >
70
+ <Generator >MSBuild:Compile</Generator >
71
+ <SubType >Designer</SubType >
72
+ </ApplicationDefinition >
73
+ <Page Include =" MainWindow.xaml" >
74
+ <Generator >MSBuild:Compile</Generator >
75
+ <SubType >Designer</SubType >
76
+ </Page >
77
+ <Compile Include =" App.xaml.cs" >
78
+ <DependentUpon >App.xaml</DependentUpon >
79
+ <SubType >Code</SubType >
80
+ </Compile >
81
+ <Compile Include =" MainWindow.xaml.cs" >
82
+ <DependentUpon >MainWindow.xaml</DependentUpon >
83
+ <SubType >Code</SubType >
84
+ </Compile >
85
+ </ItemGroup >
86
+ <ItemGroup >
87
+ <Compile Include =" Properties\AssemblyInfo.cs" >
88
+ <SubType >Code</SubType >
89
+ </Compile >
90
+ <Compile Include =" Properties\Resources.Designer.cs" >
91
+ <AutoGen >True</AutoGen >
92
+ <DesignTime >True</DesignTime >
93
+ <DependentUpon >Resources.resx</DependentUpon >
94
+ </Compile >
95
+ <Compile Include =" Properties\Settings.Designer.cs" >
96
+ <AutoGen >True</AutoGen >
97
+ <DependentUpon >Settings.settings</DependentUpon >
98
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
99
+ </Compile >
100
+ <EmbeddedResource Include =" Properties\Resources.resx" >
101
+ <Generator >ResXFileCodeGenerator</Generator >
102
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
103
+ </EmbeddedResource >
104
+ <None Include =" packages.config" />
105
+ <None Include =" Properties\Settings.settings" >
106
+ <Generator >SettingsSingleFileGenerator</Generator >
107
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
108
+ </None >
109
+ </ItemGroup >
110
+ <ItemGroup >
111
+ <None Include =" App.config" />
112
+ </ItemGroup >
113
+ <ItemGroup >
114
+ <Resource Include =" Resources\AlignCenter-WF.png" />
115
+ <Resource Include =" Resources\AlignJustify-WF.png" />
116
+ <Resource Include =" Resources\AlignLeft-WF.png" />
117
+ <Resource Include =" Resources\AlignRight-WF.png" />
118
+ <Resource Include =" Resources\Archive02-WF.png" />
119
+ <Resource Include =" Resources\Bold.png" />
120
+ <Resource Include =" Resources\Bullets-01-WF.png" />
121
+ <Resource Include =" Resources\Bullets-02-WF.png" />
122
+ <Resource Include =" Resources\Form delete-01-WF.png" />
123
+ <Resource Include =" Resources\Garbage-WF.png" />
124
+ <Resource Include =" Resources\Mail Add-WF.png" />
125
+ <Resource Include =" Resources\Mail Delete-WF.png" />
126
+ <Resource Include =" Resources\Mail Remove-WF.png" />
127
+ <Resource Include =" Resources\Mail-16.png" />
128
+ <Resource Include =" Resources\Mail-WF.png" />
129
+ <Resource Include =" Resources\Text Decoration-05.png" />
130
+ <Resource Include =" Resources\Text-Italic.png" />
131
+ </ItemGroup >
132
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
133
+ </Project >
0 commit comments