annotate IBBoard.WarFoundry.Forge.WinForms.sln @ 17:0ea6ce3c6434 default tip

Updated System Form on General Tab Added System Information text box. Currently only a mock up.
author Tsudico
date Thu, 06 Jan 2011 21:44:05 -0600
parents 2f52da2e7605
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
1 
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
2 Microsoft Visual Studio Solution File, Format Version 10.00
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
3 # Visual Studio 2008
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBBoard.WarFoundry.Forge.WinForms", "IBBoard.WarFoundry.Forge.WinForms.csproj", "{6514C63D-501E-47AF-BC64-9828A33852DF}"
3
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
5 ProjectSection(ProjectDependencies) = postProject
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
6 {E3790268-2082-4975-B1A3-C70B37842CE8} = {E3790268-2082-4975-B1A3-C70B37842CE8}
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
7 {951E6C7A-7FBA-4F68-9D9E-F48618BB9626} = {951E6C7A-7FBA-4F68-9D9E-F48618BB9626}
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
8 {5DFD64F6-FC2B-4B4F-B92E-483BAC468105} = {5DFD64F6-FC2B-4B4F-B92E-483BAC468105}
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
9 {0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD} = {0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
10 EndProjectSection
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
11 EndProject
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
12 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "resources", "resources", "{96B85737-644D-48AF-B401-0E2F8EBA5563}"
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
13 ProjectSection(SolutionItems) = preProject
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
14 FrmAbout.resources = FrmAbout.resources
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
15 EndProjectSection
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
16 EndProject
3
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
17 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBBoard", "..\IBBoard\IBBoard.csproj", "{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}"
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
18 EndProject
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
19 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBBoard.WarFoundry.API", "..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj", "{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}"
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
20 EndProject
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
21 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBBoard.Windows.Forms", "..\IBBoard.Windows.Forms\IBBoard.Windows.Forms.csproj", "{E3790268-2082-4975-B1A3-C70B37842CE8}"
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
22 EndProject
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
23 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICSharpCode.SharpZLib", "..\SharpZipLib\ICSharpCode.SharpZLib.csproj", "{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}"
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
24 EndProject
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
25 Global
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
26 GlobalSection(SolutionConfigurationPlatforms) = preSolution
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
27 Debug|Any CPU = Debug|Any CPU
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
28 Release|Any CPU = Release|Any CPU
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
29 EndGlobalSection
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
30 GlobalSection(ProjectConfigurationPlatforms) = postSolution
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
31 {6514C63D-501E-47AF-BC64-9828A33852DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
32 {6514C63D-501E-47AF-BC64-9828A33852DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
33 {6514C63D-501E-47AF-BC64-9828A33852DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
34 {6514C63D-501E-47AF-BC64-9828A33852DF}.Release|Any CPU.Build.0 = Release|Any CPU
3
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
35 {5DFD64F6-FC2B-4B4F-B92E-483BAC468105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
36 {5DFD64F6-FC2B-4B4F-B92E-483BAC468105}.Debug|Any CPU.Build.0 = Debug|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
37 {5DFD64F6-FC2B-4B4F-B92E-483BAC468105}.Release|Any CPU.ActiveCfg = Release|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
38 {5DFD64F6-FC2B-4B4F-B92E-483BAC468105}.Release|Any CPU.Build.0 = Release|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
39 {951E6C7A-7FBA-4F68-9D9E-F48618BB9626}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
40 {951E6C7A-7FBA-4F68-9D9E-F48618BB9626}.Debug|Any CPU.Build.0 = Debug|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
41 {951E6C7A-7FBA-4F68-9D9E-F48618BB9626}.Release|Any CPU.ActiveCfg = Release|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
42 {951E6C7A-7FBA-4F68-9D9E-F48618BB9626}.Release|Any CPU.Build.0 = Release|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
43 {E3790268-2082-4975-B1A3-C70B37842CE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
44 {E3790268-2082-4975-B1A3-C70B37842CE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
45 {E3790268-2082-4975-B1A3-C70B37842CE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
46 {E3790268-2082-4975-B1A3-C70B37842CE8}.Release|Any CPU.Build.0 = Release|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
47 {0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
48 {0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
49 {0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents: 0
diff changeset
50 {0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}.Release|Any CPU.Build.0 = Release|Any CPU
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
51 EndGlobalSection
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
52 GlobalSection(SolutionProperties) = preSolution
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
53 HideSolutionNode = FALSE
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
54 EndGlobalSection
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
55 EndGlobal