⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ex2.csproj

📁 SMC takes a state machine stored in a .sm file and generates a State pattern in twelve programming l
💻 CSPROJ
字号:
<VisualStudioProject>    <CSHARP        ProjectType = "Local"        ProductVersion = "7.0.9466"        SchemaVersion = "1.0"        ProjectGuid = "{1A1DEF75-4500-43DD-8F61-6B708CFE5C4D}"    >        <Build>            <Settings                AssemblyKeyContainerName = ""                AssemblyName = "checkstring"                AssemblyOriginatorKeyFile = ""                DefaultClientScript = "JScript"                DefaultHTMLPageLayout = "Grid"                DefaultTargetSchema = "IE50"                DelaySign = "false"                OutputType = "Exe"                PreBuildEvent = ""                PostBuildEvent = ""                RootNamespace = "EX2"                RunPostBuildEvent = "OnBuildSuccess"                StartupObject = ""            >                <Config                    Name = "Debug"                    AllowUnsafeBlocks = "false"                    BaseAddress = "285212672"                    CheckForOverflowUnderflow = "false"                    ConfigurationOverrideFile = ""                    DefineConstants = "DEBUG;TRACE"                    DocumentationFile = ""                    DebugSymbols = "true"                    FileAlignment = "4096"                    IncrementalBuild = "false"                    NoStdLib = "false"                    NoWarn = ""                    Optimize = "false"                    OutputPath = "bin\Debug\"                    RegisterForComInterop = "false"                    RemoveIntegerChecks = "false"                    TreatWarningsAsErrors = "false"                    WarningLevel = "4"                />                <Config                    Name = "Release"                    AllowUnsafeBlocks = "false"                    BaseAddress = "285212672"                    CheckForOverflowUnderflow = "false"                    ConfigurationOverrideFile = ""                    DefineConstants = "TRACE"                    DocumentationFile = ""                    DebugSymbols = "false"                    FileAlignment = "4096"                    IncrementalBuild = "false"                    NoStdLib = "false"                    NoWarn = ""                    Optimize = "true"                    OutputPath = "bin\Release\"                    RegisterForComInterop = "false"                    RemoveIntegerChecks = "false"                    TreatWarningsAsErrors = "false"                    WarningLevel = "4"                />            </Settings>            <References>                <Reference                    Name = "System"                    AssemblyName = "System"                />                <Reference                    Name = "System.Data"                    AssemblyName = "System.Data"                />                <Reference                    Name = "System.XML"                    AssemblyName = "System.Xml"                />                <Reference                    Name = "statemap"                    AssemblyName = "statemap"                    HintPath = "..\..\..\lib\DotNet\Debug\Trace\statemap.dll"                />            </References>        </Build>        <Files>            <Include>                <File                    RelPath = "AppClass.cs"                    SubType = "Code"                    BuildAction = "Compile"                />                <File                    RelPath = "AppClass.sm"                    BuildAction = "None"                />                <File                    RelPath = "AppClass_sm.cs"                    BuildAction = "Compile"                />                <File                    RelPath = "AssemblyInfo.cs"                    SubType = "Code"                    BuildAction = "Compile"                />                <File                    RelPath = "checkstring.cs"                    SubType = "Code"                    BuildAction = "Compile"                />            </Include>        </Files>    </CSHARP></VisualStudioProject>

⌨️ 快捷键说明

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