-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathowexec.sln
30 lines (30 loc) · 1.47 KB
/
owexec.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 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "owexec", "owexec\owexec.vbproj", "{3C4838CB-EBE6-40BD-BCE0-7506A20E466C}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "owpayload", "owpayload\owpayload.vbproj", "{BC6B3982-4195-4299-B192-E5C09A6E8F49}"
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C4838CB-EBE6-40BD-BCE0-7506A20E466C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C4838CB-EBE6-40BD-BCE0-7506A20E466C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C4838CB-EBE6-40BD-BCE0-7506A20E466C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C4838CB-EBE6-40BD-BCE0-7506A20E466C}.Release|Any CPU.Build.0 = Release|Any CPU
{BC6B3982-4195-4299-B192-E5C09A6E8F49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC6B3982-4195-4299-B192-E5C09A6E8F49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC6B3982-4195-4299-B192-E5C09A6E8F49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC6B3982-4195-4299-B192-E5C09A6E8F49}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal