ex1.csproj

来自「SMC takes a state machine stored in a .s」· CSPROJ 代码 · 共 115 行

CSPROJ
115
字号
<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 = "EX1"                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 + =
减小字号Ctrl + -
显示快捷键?