1 Star 0 Fork 0

知书僮/StockSharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Logging.csproj 5.04 KB
一键复制 编辑 原始数据 按行查看 历史
StockSharp Dev1 提交于 8年前 . Loc fixes.
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{C4476ADD-A3D5-41BB-9D43-55D865863B78}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>StockSharp.Logging</RootNamespace>
<AssemblyName>StockSharp.Logging</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\StockSharp.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\StockSharp.Logging.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\StockSharp.Logging.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Ecng.Collections">
<HintPath>..\References\Ecng.Collections.dll</HintPath>
</Reference>
<Reference Include="Ecng.Common">
<HintPath>..\References\Ecng.Common.dll</HintPath>
</Reference>
<Reference Include="Ecng.ComponentModel">
<HintPath>..\References\Ecng.ComponentModel.dll</HintPath>
</Reference>
<Reference Include="Ecng.Configuration">
<HintPath>..\References\Ecng.Configuration.dll</HintPath>
</Reference>
<Reference Include="Ecng.Interop">
<HintPath>..\References\Ecng.Interop.dll</HintPath>
</Reference>
<Reference Include="Ecng.Net">
<HintPath>..\References\Ecng.Net.dll</HintPath>
</Reference>
<Reference Include="Ecng.Serialization">
<HintPath>..\References\Ecng.Serialization.dll</HintPath>
</Reference>
<Reference Include="Ecng.Localization">
<HintPath>..\References\Ecng.Localization.dll</HintPath>
</Reference>
<Reference Include="log4net">
<HintPath>..\References\log4net.dll</HintPath>
</Reference>
<Reference Include="MoreLinq">
<HintPath>..\References\MoreLinq.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Speech" />
<Reference Include="System.XML" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\StockSharpAssemblyInfo.cs">
<Link>Properties\StockSharpAssemblyInfo.cs</Link>
</Compile>
<Compile Include="ConsoleLogListener.cs" />
<Compile Include="DebugLogListener.cs" />
<Compile Include="EmailLogListener.cs" />
<Compile Include="ErrorLoggingAttribute.cs" />
<Compile Include="ExternalLogListener.cs" />
<Compile Include="FileLogListener.cs" />
<Compile Include="ILogListener.cs" />
<Compile Include="ILogReceiver.cs" />
<Compile Include="ILogSource.cs" />
<Compile Include="Log4NetLogListener.cs" />
<Compile Include="LoggingHelper.cs" />
<Compile Include="LogLevels.cs" />
<Compile Include="LogListener.cs" />
<Compile Include="LogManager.cs" />
<Compile Include="LogMessage.cs" />
<Compile Include="MemoryStatistics.cs" />
<Compile Include="MemoryStatisticsValue.cs" />
<Compile Include="SoundLogListener.cs" />
<Compile Include="SpeechLogListener.cs" />
<Compile Include="TraceSource.cs" />
<Compile Include="UnhandledExceptionSource.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Localization\Localization.csproj">
<Project>{a98a81ce-75a1-4fab-9c02-e6eef4b51f4f}</Project>
<Name>Localization</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhishutong_admin/StockSharp.git
git@gitee.com:zhishutong_admin/StockSharp.git
zhishutong_admin
StockSharp
StockSharp
master

搜索帮助