This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathToolbar.sln
30 lines (30 loc) · 1.66 KB
/
Toolbar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Toolbar", "Toolbar\Toolbar.csproj", "{E48DD7E6-5016-4ECF-A2C8-73A40BEAC326}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestButtons", "TestButtons\TestButtons.csproj", "{BDDFDD67-E023-41EA-B8F1-559996B9ADAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wrapper", "Wrapper\Wrapper.csproj", "{E258AB2C-E2BB-4ACA-B902-C98582041F69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E48DD7E6-5016-4ECF-A2C8-73A40BEAC326}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E48DD7E6-5016-4ECF-A2C8-73A40BEAC326}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E48DD7E6-5016-4ECF-A2C8-73A40BEAC326}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E48DD7E6-5016-4ECF-A2C8-73A40BEAC326}.Release|Any CPU.Build.0 = Release|Any CPU
{BDDFDD67-E023-41EA-B8F1-559996B9ADAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDDFDD67-E023-41EA-B8F1-559996B9ADAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDDFDD67-E023-41EA-B8F1-559996B9ADAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E258AB2C-E2BB-4ACA-B902-C98582041F69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E258AB2C-E2BB-4ACA-B902-C98582041F69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E258AB2C-E2BB-4ACA-B902-C98582041F69}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal