Changeset 781 in dev
- Timestamp:
- Jan 27, 2011, 12:39:13 AM (14 years ago)
- Location:
- branches/egtra/ab5.0/abdev
- Files:
-
- 18 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/ab.sln
r777 r781 9 9 EndProject 10 10 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jenga", "..\jenga\projects\jenga\jenga.vcxproj", "{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}" 11 EndProject 12 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ab-test", "ab-test\ab-test.vcxproj", "{B91DE511-E024-4EB9-B5FD-B2043E79AE44}" 13 EndProject 14 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "abdev-impl", "abdev-impl\abdev-impl.vcxproj", "{58FF88A2-86BC-4480-95F4-71AF693FEF28}" 11 15 EndProject 12 16 Global … … 32 36 {DC1B787E-510F-4F7D-8F9A-182600904D83}.Release|Win32.Build.0 = Release|Win32 33 37 {DC1B787E-510F-4F7D-8F9A-182600904D83}.Release|x64.ActiveCfg = Release|x64 34 {DC1B787E-510F-4F7D-8F9A-182600904D83}.Release|x64.Build.0 = Release|x6435 38 {87835C33-64C9-4BA5-9B39-608BA5394387}.Debug|Win32.ActiveCfg = Debug|Win32 36 39 {87835C33-64C9-4BA5-9B39-608BA5394387}.Debug|Win32.Build.0 = Debug|Win32 … … 49 52 {F01805B6-65B4-4708-88F4-A5E07DEA9FBD}.Release|x64.ActiveCfg = Release|x64 50 53 {F01805B6-65B4-4708-88F4-A5E07DEA9FBD}.Release|x64.Build.0 = Release|x64 54 {B91DE511-E024-4EB9-B5FD-B2043E79AE44}.Debug|Win32.ActiveCfg = Debug|Win32 55 {B91DE511-E024-4EB9-B5FD-B2043E79AE44}.Debug|Win32.Build.0 = Debug|Win32 56 {B91DE511-E024-4EB9-B5FD-B2043E79AE44}.Debug|x64.ActiveCfg = Debug|x64 57 {B91DE511-E024-4EB9-B5FD-B2043E79AE44}.Debug|x64.Build.0 = Debug|x64 58 {B91DE511-E024-4EB9-B5FD-B2043E79AE44}.Release|Win32.ActiveCfg = Release|Win32 59 {B91DE511-E024-4EB9-B5FD-B2043E79AE44}.Release|Win32.Build.0 = Release|Win32 60 {B91DE511-E024-4EB9-B5FD-B2043E79AE44}.Release|x64.ActiveCfg = Release|x64 61 {B91DE511-E024-4EB9-B5FD-B2043E79AE44}.Release|x64.Build.0 = Release|x64 62 {58FF88A2-86BC-4480-95F4-71AF693FEF28}.Debug|Win32.ActiveCfg = Debug|Win32 63 {58FF88A2-86BC-4480-95F4-71AF693FEF28}.Debug|Win32.Build.0 = Debug|Win32 64 {58FF88A2-86BC-4480-95F4-71AF693FEF28}.Debug|x64.ActiveCfg = Debug|x64 65 {58FF88A2-86BC-4480-95F4-71AF693FEF28}.Debug|x64.Build.0 = Debug|x64 66 {58FF88A2-86BC-4480-95F4-71AF693FEF28}.Release|Win32.ActiveCfg = Release|Win32 67 {58FF88A2-86BC-4480-95F4-71AF693FEF28}.Release|Win32.Build.0 = Release|Win32 68 {58FF88A2-86BC-4480-95F4-71AF693FEF28}.Release|x64.ActiveCfg = Release|x64 69 {58FF88A2-86BC-4480-95F4-71AF693FEF28}.Release|x64.Build.0 = Release|x64 51 70 EndGlobalSection 52 71 GlobalSection(SolutionProperties) = preSolution -
branches/egtra/ab5.0/abdev/ab_common/ab_common.vcxproj
r778 r781 65 65 <PropertyGroup> 66 66 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$( Configuration)-$(Platform)\</OutDir>67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)-$(Platform)\</OutDir> 68 68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)-$(Platform)\</IntDir> 69 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$( Configuration)-$(Platform)\</OutDir>69 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)-$(Platform)\</OutDir> 70 70 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)-$(Platform)\</IntDir> 71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$( Configuration)-$(Platform)\</OutDir>71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)-$(Platform)\</OutDir> 72 72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)-$(Platform)\</IntDir> 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$( Configuration)-$(Platform)\</OutDir>73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)-$(Platform)\</OutDir> 74 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)-$(Platform)\</IntDir> 75 75 </PropertyGroup> -
branches/egtra/ab5.0/abdev/abdev/abdev.vcxproj
r778 r781 26 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 27 27 <ConfigurationType>Application</ConfigurationType> 28 <UseOfMfc>false</UseOfMfc>29 28 <CharacterSet>MultiByte</CharacterSet> 30 29 <PlatformToolset>Windows7.1SDK</PlatformToolset> 30 <WholeProgramOptimization>true</WholeProgramOptimization> 31 31 </PropertyGroup> 32 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 33 33 <ConfigurationType>Application</ConfigurationType> 34 <UseOfMfc>false</UseOfMfc>35 34 <CharacterSet>MultiByte</CharacterSet> 36 35 <PlatformToolset>Windows7.1SDK</PlatformToolset> … … 38 37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 39 38 <ConfigurationType>Application</ConfigurationType> 40 <UseOfMfc>false</UseOfMfc>41 39 <CharacterSet>MultiByte</CharacterSet> 42 40 <PlatformToolset>Windows7.1SDK</PlatformToolset> 41 <WholeProgramOptimization>true</WholeProgramOptimization> 43 42 </PropertyGroup> 44 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 45 44 <ConfigurationType>Application</ConfigurationType> 46 <UseOfMfc>false</UseOfMfc>47 45 <CharacterSet>MultiByte</CharacterSet> 48 46 <PlatformToolset>Windows7.1SDK</PlatformToolset> … … 55 53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 56 54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> 55 <Import Project="..\ab-common-32.props" /> 57 56 </ImportGroup> 58 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 59 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 60 59 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> 60 <Import Project="..\ab-common-32.props" /> 61 61 </ImportGroup> 62 62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> … … 72 72 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 73 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\build\$(Configuration)\</OutDir> 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$( Configuration)-$(Platform)\</IntDir>74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)$(Configuration)-$(Platform)\</IntDir> 75 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 76 76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)-$(Platform)\</OutDir> 77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$( Configuration)-$(Platform)\</IntDir>77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)$(Configuration)-$(Platform)\</IntDir> 78 78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 79 79 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\build\$(Configuration)\</OutDir> 80 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$( Configuration)-$(Platform)\</IntDir>80 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)$(Configuration)-$(Platform)\</IntDir> 81 81 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 82 82 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)-$(Platform)\</OutDir> 83 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$( Configuration)-$(Platform)\</IntDir>83 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)$(Configuration)-$(Platform)\</IntDir> 84 84 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 85 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">abdev</TargetName>86 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">abdev</TargetName>87 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">abdev</TargetName>88 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">abdev</TargetName>89 85 </PropertyGroup> 90 86 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> … … 262 258 </ItemDefinitionGroup> 263 259 <ItemGroup> 260 <ProjectReference Include="..\abdev-impl\abdev-impl.vcxproj"> 261 <Project>{58ff88a2-86bc-4480-95f4-71af693fef28}</Project> 262 <Private>true</Private> 263 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 264 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 265 <LinkLibraryDependencies>true</LinkLibraryDependencies> 266 <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs> 267 </ProjectReference> 264 268 <ProjectReference Include="..\ab_common\ab_common.vcxproj"> 265 269 <Project>{87835c33-64c9-4ba5-9b39-608ba5394387}</Project> -
branches/egtra/ab5.0/abdev/compiler.vcxproj
r777 r781 202 202 <AdditionalLibraryDirectories>..\jenga\lib\x86;lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 203 203 <GenerateDebugInformation>true</GenerateDebugInformation> 204 <ProgramDatabaseFile>.\Release/BasicCompiler32.pdb</ProgramDatabaseFile>205 204 <GenerateMapFile>true</GenerateMapFile> 206 205 <SubSystem>Console</SubSystem> -
branches/egtra/ab5.0/abdev/res/res.vcxproj
r777 r781 14 14 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 15 15 <ConfigurationType>DynamicLibrary</ConfigurationType> 16 <UseOfMfc>false</UseOfMfc>17 <CharacterSet>MultiByte</CharacterSet>18 16 <PlatformToolset>Windows7.1SDK</PlatformToolset> 19 17 </PropertyGroup> 20 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 21 19 <ImportGroup Label="ExtensionSettings"> 20 <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" /> 22 21 </ImportGroup> 23 22 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> … … 27 26 <PropertyGroup Label="UserMacros" /> 28 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 29 <LinkIncremental>false</LinkIncremental> 30 <OutDir>$(SolutionDir)..\ActiveBasic\SubOperation\</OutDir> 28 <OutDir>$(SolutionDir)..\build\release\system\</OutDir> 31 29 </PropertyGroup> 32 30 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> … … 37 35 <FunctionLevelLinking>true</FunctionLevelLinking> 38 36 <Optimization>MaxSpeed</Optimization> 39 <SuppressStartupBanner>true</SuppressStartupBanner> 40 <WarningLevel>Level3</WarningLevel> 37 <WarningLevel>Level4</WarningLevel> 41 38 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;RES_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 42 <AssemblerListingLocation>.\Release\</AssemblerListingLocation>43 39 <PrecompiledHeaderOutputFile>.\Release\res.pch</PrecompiledHeaderOutputFile> 44 <ObjectFileName>.\Release\</ObjectFileName>45 <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>46 40 </ClCompile> 47 41 <Midl> … … 62 56 <Link> 63 57 <LinkDLL>true</LinkDLL> 64 <ImportLibrary>.\Release\res.lib</ImportLibrary>65 58 <NoEntryPoint>true</NoEntryPoint> 66 59 </Link> … … 122 115 <CustomBuild Include="zoomout.ico" /> 123 116 </ItemGroup> 117 <ItemGroup> 118 <ClInclude Include="resource.h" /> 119 </ItemGroup> 124 120 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 125 121 <ImportGroup Label="ExtensionTargets"> 122 <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" /> 126 123 </ImportGroup> 127 124 </Project> -
branches/egtra/ab5.0/abdev/res/res.vcxproj.filters
r777 r781 175 175 </CustomBuild> 176 176 </ItemGroup> 177 <ItemGroup> 178 <ClInclude Include="resource.h"> 179 <Filter>Header Files</Filter> 180 </ClInclude> 181 </ItemGroup> 177 182 </Project>
Note:
See TracChangeset
for help on using the changeset viewer.