📄 qeb.support.csproj
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4AABC16B-C2DC-4AF7-B9A8-A667BCE144DC}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Qeb.Support</RootNamespace>
<AssemblyName>Qeb.Support</AssemblyName>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\程序集发布\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\程序集发布\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="DataWindow, Version=2.0.4600.0, Culture=neutral, PublicKeyToken=cc0f66dd9541b3da, processorArchitecture=MSIL" />
<Reference Include="Oracle.DataAccess, Version=9.2.0.401, Culture=neutral, PublicKeyToken=89b483f429c47342">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\程序集发布\Oracle.DataAccess.dll</HintPath>
</Reference>
<Reference Include="Qeb.Control, Version=1.0.2735.16729, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Qeb.DbProxy, Version=1.0.2734.24052, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Qeb.Resource, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Management" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Common\DateHelper.cs" />
<Compile Include="Common\EventManager.cs" />
<Compile Include="Common\GyDataObjects.cs" />
<Compile Include="Common\GyDmDefine.cs" />
<Compile Include="Common\NumberHelper.cs" />
<Compile Include="Common\Sequence.cs" />
<Compile Include="Common\Win32Api.cs" />
<Compile Include="Common\PBL.cs" />
<Compile Include="Common\Define.cs" />
<Compile Include="App.cs" />
<Compile Include="AppConfig.cs" />
<Compile Include="Cache\DefaultCacheStrategy.cs" />
<Compile Include="Common\AppErrCode.cs" />
<Compile Include="Cache\AppCache.cs" />
<Compile Include="Common\AppLog.cs" />
<Compile Include="Common\AppError.cs" />
<Compile Include="Common\EntityBase.cs">
</Compile>
<Compile Include="Common\StringHelper.cs" />
<Compile Include="Common\TableHelper.cs" />
<Compile Include="Common\ComputerInfo.cs" />
<Compile Include="Common\YkDataObjects.cs" />
<Compile Include="DataAccess\DBFactory.cs" />
<Compile Include="DataAccess\IDBUtils.cs" />
<Compile Include="DataAccess\OracleDBUtils.cs" />
<Compile Include="Common\ErrorHandler.cs" />
<Compile Include="Common\MSGProcess.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UI\IMainForm.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -