source:
dev/BasicCompiler64/BasicCompiler64.sln@
141
Last change on this file since 141 was 127, checked in by , 18 years ago | |
---|---|
File size: 1.3 KB |
Line | |
---|---|
1 | |
2 | Microsoft Visual Studio Solution File, Format Version 9.00 |
3 | # Visual C++ Express 2005 |
4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicCompiler", "BasicCompiler.vcproj", "{864B921B-423B-4F9E-9E6B-31B15968EDF9}" |
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 | SmallDebug|Win32 = SmallDebug|Win32 |
12 | EndGlobalSection |
13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
14 | {864B921B-423B-4F9E-9E6B-31B15968EDF9}.Debug|Win32.ActiveCfg = Debug|Win32 |
15 | {864B921B-423B-4F9E-9E6B-31B15968EDF9}.Debug|Win32.Build.0 = Debug|Win32 |
16 | {864B921B-423B-4F9E-9E6B-31B15968EDF9}.English_Rel|Win32.ActiveCfg = English_Rel|Win32 |
17 | {864B921B-423B-4F9E-9E6B-31B15968EDF9}.English_Rel|Win32.Build.0 = English_Rel|Win32 |
18 | {864B921B-423B-4F9E-9E6B-31B15968EDF9}.Release|Win32.ActiveCfg = Release|Win32 |
19 | {864B921B-423B-4F9E-9E6B-31B15968EDF9}.Release|Win32.Build.0 = Release|Win32 |
20 | {864B921B-423B-4F9E-9E6B-31B15968EDF9}.SmallDebug|Win32.ActiveCfg = SmallDebug|Win32 |
21 | {864B921B-423B-4F9E-9E6B-31B15968EDF9}.SmallDebug|Win32.Build.0 = SmallDebug|Win32 |
22 | EndGlobalSection |
23 | GlobalSection(SolutionProperties) = preSolution |
24 | HideSolutionNode = FALSE |
25 | EndGlobalSection |
26 | EndGlobal |
Note:
See TracBrowser
for help on using the repository browser.