-
Notifications
You must be signed in to change notification settings - Fork 13
/
Cyotek.Windows.Forms.TabList.sln
37 lines (37 loc) · 2.18 KB
/
Cyotek.Windows.Forms.TabList.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cyotek.Windows.Forms.TabList", "Cyotek.Windows.Forms.TabList\Cyotek.Windows.Forms.TabList.csproj", "{D7519C01-B68B-4D40-AB96-409D6BC7372B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cyotek.Windows.Forms.TabList.Demo", "Cyotek.Windows.Forms.TabList.Demo\Cyotek.Windows.Forms.TabList.Demo.csproj", "{9D3CA517-EC64-441D-A0EF-8418C317E2ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cyotek.Windows.Forms.TabList.Tests", "tests\Cyotek.Windows.Forms.TabList.Tests.csproj", "{569F536D-458A-4DA0-B7A0-D5A2396B69FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7519C01-B68B-4D40-AB96-409D6BC7372B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7519C01-B68B-4D40-AB96-409D6BC7372B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7519C01-B68B-4D40-AB96-409D6BC7372B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7519C01-B68B-4D40-AB96-409D6BC7372B}.Release|Any CPU.Build.0 = Release|Any CPU
{9D3CA517-EC64-441D-A0EF-8418C317E2ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D3CA517-EC64-441D-A0EF-8418C317E2ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D3CA517-EC64-441D-A0EF-8418C317E2ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D3CA517-EC64-441D-A0EF-8418C317E2ED}.Release|Any CPU.Build.0 = Release|Any CPU
{569F536D-458A-4DA0-B7A0-D5A2396B69FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{569F536D-458A-4DA0-B7A0-D5A2396B69FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{569F536D-458A-4DA0-B7A0-D5A2396B69FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{569F536D-458A-4DA0-B7A0-D5A2396B69FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2B277AF-86B5-4D83-9BC2-336ED8106129}
EndGlobalSection
EndGlobal