Line | |
---|
1 |
|
---|
2 | Microsoft Visual Studio Solution File, Format Version 9.00
|
---|
3 | # Visual C++ Express 2005
|
---|
4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicCompiler32", "BasicCompiler.vcproj", "{11F0E9AB-EAEC-4616-A9DD-838073342CBB}"
|
---|
5 | EndProject
|
---|
6 | Global
|
---|
7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
---|
8 | Debug|Win32 = Debug|Win32
|
---|
9 | English_Rel|Win32 = English_Rel|Win32
|
---|
10 | Release|Win32 = Release|Win32
|
---|
11 | EndGlobalSection
|
---|
12 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
---|
13 | {11F0E9AB-EAEC-4616-A9DD-838073342CBB}.Debug|Win32.ActiveCfg = Debug|Win32
|
---|
14 | {11F0E9AB-EAEC-4616-A9DD-838073342CBB}.Debug|Win32.Build.0 = Debug|Win32
|
---|
15 | {11F0E9AB-EAEC-4616-A9DD-838073342CBB}.English_Rel|Win32.ActiveCfg = English_Rel|Win32
|
---|
16 | {11F0E9AB-EAEC-4616-A9DD-838073342CBB}.English_Rel|Win32.Build.0 = English_Rel|Win32
|
---|
17 | {11F0E9AB-EAEC-4616-A9DD-838073342CBB}.Release|Win32.ActiveCfg = Release|Win32
|
---|
18 | {11F0E9AB-EAEC-4616-A9DD-838073342CBB}.Release|Win32.Build.0 = Release|Win32
|
---|
19 | EndGlobalSection
|
---|
20 | GlobalSection(SolutionProperties) = preSolution
|
---|
21 | HideSolutionNode = FALSE
|
---|
22 | EndGlobalSection
|
---|
23 | EndGlobal
|
---|
Note:
See
TracBrowser
for help on using the repository browser.