forked from fluentribbon/Fluent.Ribbon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Fluent.Ribbon.sln
65 lines (65 loc) · 3.6 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentTest dotNET 4.5", "FluentTest\FluentTest dotNET 4.5.csproj", "{2C2A076B-E626-4A07-9D6E-4AEE3FEC41B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fluent dotNET 4.5", "Fluent\Fluent dotNET 4.5.csproj", "{4C92FCF4-3561-499F-BC5B-F2F089863047}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{B3EE3E07-9FD5-4282-9743-AC457EB45BBA}"
ProjectSection(SolutionItems) = preProject
Changelog.md = Changelog.md
Shared\GlobalAssemblyInfo.cs = Shared\GlobalAssemblyInfo.cs
License.txt = License.txt
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fluent dotNET 4.0", "Fluent\Fluent dotNET 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}") = "FluentTest dotNET 4.0", "FluentTest\FluentTest dotNET 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.cmd = Build.cmd
BuildForSample.cmd = BuildForSample.cmd
Fluent.Ribbon.msbuild = Fluent.Ribbon.msbuild
Fluent.Ribbon.nuspec = Fluent.Ribbon.nuspec
EndProjectSection
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal