ltp.buildermodel.csproj

来自「通过数据库结构自动 生成三层结构代码,相当不错的一款软件」· CSPROJ 代码 · 共 23 行

CSPROJ
23
字号
<VisualStudioProject>
  <CSHARP ProjectType="Local" ProductVersion="7.10.3077" SchemaVersion="2.0" ProjectGuid="697FE6F1-A6D3-4441-826E-0082E16F9527">
    <Build>
      <Settings ApplicationIcon="" AssemblyKeyContainerName="" AssemblyName="LTP.BuilderModel" AssemblyOriginatorKeyFile="" DefaultClientScript="JScript" DefaultHTMLPageLayout="Grid" DefaultTargetSchema="IE50" DelaySign="false" OutputType="Library" PreBuildEvent="" PostBuildEvent="" RootNamespace="LTP.BuilderModel" 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="mscorlib" AssemblyName="mscorlib" HintPath="mscorlib.dll" />
        <Reference Name="LTP.IBuilder" AssemblyName="LTP.IBuilder" />
        <Reference Name="LTP.CodeHelper" AssemblyName="LTP.CodeHelper" HintPath="LTP.CodeHelper.dll" />
        <Reference Name="LTP.Utility" AssemblyName="LTP.Utility" HintPath="LTP.Utility.dll" />
      </References>
    </Build>
    <Files>
      <Include>
        <File RelPath="AssemblyInfo.cs" SubType="Code" BuildAction="Compile" />
        <File RelPath="LTP.BuilderModel\BuilderModel.cs" SubType="Code" BuildAction="Compile" />
        <File RelPath="LTP.BuilderModel\BuilderModelT.cs" SubType="Code" BuildAction="Compile" />
      </Include>
    </Files>
  </CSHARP>
</VisualStudioProject>

⌨️ 快捷键说明

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