file_reverse_vc8.sln

来自「ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过」· SLN 代码 · 共 34 行

SLN
34
字号

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
# $Id: VC8WorkspaceCreator.pm,v 1.4 2005/10/13 21:26:00 shuston Exp $
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# bin/mwc.pl -type vc8 -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-5862/ACE_wrappers -exclude TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc -name_modifier *_vc8
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mem_Map_File_Reverse", "Mem_Map_File_Reverse_vc8.vcproj", "{5093CDBD-FECA-1BAD-997C-981C799B79C8}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Debug|x64 = Debug|x64
		Release|Win32 = Release|Win32
		Release|x64 = Release|x64
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{5093CDBD-FECA-1BAD-997C-981C799B79C8}.Debug|Win32.ActiveCfg = Debug|Win32
		{5093CDBD-FECA-1BAD-997C-981C799B79C8}.Debug|Win32.Build.0 = Debug|Win32
		{5093CDBD-FECA-1BAD-997C-981C799B79C8}.Debug|x64.ActiveCfg = Debug|x64
		{5093CDBD-FECA-1BAD-997C-981C799B79C8}.Debug|x64.Build.0 = Debug|x64
		{5093CDBD-FECA-1BAD-997C-981C799B79C8}.Release|Win32.ActiveCfg = Release|Win32
		{5093CDBD-FECA-1BAD-997C-981C799B79C8}.Release|Win32.Build.0 = Release|Win32
		{5093CDBD-FECA-1BAD-997C-981C799B79C8}.Release|x64.ActiveCfg = Release|x64
		{5093CDBD-FECA-1BAD-997C-981C799B79C8}.Release|x64.Build.0 = Release|x64
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?