-
Notifications
You must be signed in to change notification settings - Fork 3
/
WinformsUtils.sln
34 lines (34 loc) · 1.9 KB
/
WinformsUtils.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WinformsUtils", "WinformsUtils\WinformsUtils.vbproj", "{C8D8B605-E111-4694-8357-7DD00D83B94B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSCode", "CSCode\CSCode.csproj", "{B54D712E-8660-45FC-9111-F8401B934619}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ControlLibrary", "WindowsControlLibrary\ControlLibrary.vbproj", "{7C303E71-7F3F-443B-89F8-7A62713180FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8D8B605-E111-4694-8357-7DD00D83B94B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8D8B605-E111-4694-8357-7DD00D83B94B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8D8B605-E111-4694-8357-7DD00D83B94B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8D8B605-E111-4694-8357-7DD00D83B94B}.Release|Any CPU.Build.0 = Release|Any CPU
{B54D712E-8660-45FC-9111-F8401B934619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B54D712E-8660-45FC-9111-F8401B934619}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B54D712E-8660-45FC-9111-F8401B934619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B54D712E-8660-45FC-9111-F8401B934619}.Release|Any CPU.Build.0 = Release|Any CPU
{7C303E71-7F3F-443B-89F8-7A62713180FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C303E71-7F3F-443B-89F8-7A62713180FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C303E71-7F3F-443B-89F8-7A62713180FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C303E71-7F3F-443B-89F8-7A62713180FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal