forked from embedk/pirate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pirate.sln
32 lines (32 loc) · 1.82 KB
/
Pirate.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pirate", "Pirate\Pirate.vbproj", "{A6D14D36-01ED-4163-9626-A97BA3CD564F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XPTable", "XPTable\XPTable.csproj", "{1ADD2ECB-2B24-4162-8965-3EFAA9BB041E}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AutoUpdate", "AutoUpdate\AutoUpdate.vbproj", "{F95D4DAC-6A7D-458C-B156-E4F610B430F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6D14D36-01ED-4163-9626-A97BA3CD564F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6D14D36-01ED-4163-9626-A97BA3CD564F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6D14D36-01ED-4163-9626-A97BA3CD564F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6D14D36-01ED-4163-9626-A97BA3CD564F}.Release|Any CPU.Build.0 = Release|Any CPU
{1ADD2ECB-2B24-4162-8965-3EFAA9BB041E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1ADD2ECB-2B24-4162-8965-3EFAA9BB041E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1ADD2ECB-2B24-4162-8965-3EFAA9BB041E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1ADD2ECB-2B24-4162-8965-3EFAA9BB041E}.Release|Any CPU.Build.0 = Release|Any CPU
{F95D4DAC-6A7D-458C-B156-E4F610B430F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F95D4DAC-6A7D-458C-B156-E4F610B430F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F95D4DAC-6A7D-458C-B156-E4F610B430F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F95D4DAC-6A7D-458C-B156-E4F610B430F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal