forked from fluentribbon/Fluent.Ribbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fluent.Ribbon.sln
72 lines (72 loc) · 4.24 KB
/
Fluent.Ribbon.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fluent.Ribbon.Showcase.NET 4.5", "Fluent.Ribbon.Showcase\Fluent.Ribbon.Showcase.NET 4.5.csproj", "{2C2A076B-E626-4A07-9D6E-4AEE3FEC41B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fluent.Ribbon.NET 4.5", "Fluent.Ribbon\Fluent.Ribbon.NET 4.5.csproj", "{4C92FCF4-3561-499F-BC5B-F2F089863047}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fluent.Ribbon.NET 4.0", "Fluent.Ribbon\Fluent.Ribbon.NET 4.0.csproj", "{281095D8-D8B3-4A7F-8896-646483FB685C}"
ProjectSection(ProjectDependencies) = postProject
{4C92FCF4-3561-499F-BC5B-F2F089863047} = {4C92FCF4-3561-499F-BC5B-F2F089863047}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fluent.Ribbon.Showcase.NET 4.0", "Fluent.Ribbon.Showcase\Fluent.Ribbon.Showcase.NET 4.0.csproj", "{2A893D50-BBC4-4482-ADAA-D52B517E8632}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{1318E3D3-5156-45FE-9828-464A2D0235E0}"
ProjectSection(SolutionItems) = preProject
Doc\Fluent Ribbon Control Suite Walkthrough.pdf = Doc\Fluent Ribbon Control Suite Walkthrough.pdf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{CDBFA905-C104-421D-9502-C4DF042EC048}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
Fluent.Ribbon.msbuild = Fluent.Ribbon.msbuild
Fluent.Ribbon.nuspec = Fluent.Ribbon.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C6ADD536-3DB2-4418-AED6-98AB991D1B77}"
ProjectSection(SolutionItems) = preProject
Changelog.md = Changelog.md
Fluent.Ribbon.ruleset = Fluent.Ribbon.ruleset
Shared\GlobalAssemblyInfo.cs = Shared\GlobalAssemblyInfo.cs
License.txt = License.txt
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fluent.Ribbon.Tests", "Fluent.Ribbon.Tests\Fluent.Ribbon.Tests.csproj", "{11E74323-57EB-4F25-AB3B-0759B1F978ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C2A076B-E626-4A07-9D6E-4AEE3FEC41B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C2A076B-E626-4A07-9D6E-4AEE3FEC41B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C2A076B-E626-4A07-9D6E-4AEE3FEC41B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C2A076B-E626-4A07-9D6E-4AEE3FEC41B6}.Release|Any CPU.Build.0 = Release|Any CPU
{4C92FCF4-3561-499F-BC5B-F2F089863047}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C92FCF4-3561-499F-BC5B-F2F089863047}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C92FCF4-3561-499F-BC5B-F2F089863047}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C92FCF4-3561-499F-BC5B-F2F089863047}.Release|Any CPU.Build.0 = Release|Any CPU
{281095D8-D8B3-4A7F-8896-646483FB685C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{281095D8-D8B3-4A7F-8896-646483FB685C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{281095D8-D8B3-4A7F-8896-646483FB685C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{281095D8-D8B3-4A7F-8896-646483FB685C}.Release|Any CPU.Build.0 = Release|Any CPU
{2A893D50-BBC4-4482-ADAA-D52B517E8632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A893D50-BBC4-4482-ADAA-D52B517E8632}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A893D50-BBC4-4482-ADAA-D52B517E8632}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A893D50-BBC4-4482-ADAA-D52B517E8632}.Release|Any CPU.Build.0 = Release|Any CPU
{11E74323-57EB-4F25-AB3B-0759B1F978ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11E74323-57EB-4F25-AB3B-0759B1F978ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11E74323-57EB-4F25-AB3B-0759B1F978ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11E74323-57EB-4F25-AB3B-0759B1F978ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal