-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathVAExtensions.sln
26 lines (26 loc) · 1.37 KB
/
VAExtensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VAExtensions", "VAExtensions\VAExtensions.vbproj", "{C3C3EA36-5109-4F44-BFC4-58AC7A557E86}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TestApp", "TestApp\TestApp.vbproj", "{6A1AB22C-9F57-430A-8A4A-A59B4E55F08C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3C3EA36-5109-4F44-BFC4-58AC7A557E86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3C3EA36-5109-4F44-BFC4-58AC7A557E86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3C3EA36-5109-4F44-BFC4-58AC7A557E86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3C3EA36-5109-4F44-BFC4-58AC7A557E86}.Release|Any CPU.Build.0 = Release|Any CPU
{6A1AB22C-9F57-430A-8A4A-A59B4E55F08C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A1AB22C-9F57-430A-8A4A-A59B4E55F08C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A1AB22C-9F57-430A-8A4A-A59B4E55F08C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A1AB22C-9F57-430A-8A4A-A59B4E55F08C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal