1 Star 0 Fork 0

墨轩/StockSharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
common_target_common.props 2.72 KB
一键复制 编辑 原始数据 按行查看 历史
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="common_versions.props" />
<PropertyGroup>
<SSProjectName>StockSharp.$(MSBuildProjectName)</SSProjectName>
<RootNamespace>$(SSProjectName)</RootNamespace>
<AssemblyName>$(SSProjectName)</AssemblyName>
<!--<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>-->
<RepoGitHubPath>$(MSBuildThisFileDirectory)</RepoGitHubPath>
<RepoAppsPath>$(RepoGitHubPath)..\StockSharpApps\</RepoAppsPath>
<RepoWebPath>$(RepoGitHubPath)..\Web\</RepoWebPath>
<ConnectorsGitHubPath>$(RepoGitHubPath)Samples\Connectors\</ConnectorsGitHubPath>
<ConnectorsAppsPath>$(RepoAppsPath)Connectors\</ConnectorsAppsPath>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Product>StockSharp</Product>
<Company>StockSharp Platform LLC</Company>
<Version>5.0.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Copyright>Copyright @ $(Company) 2010 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
</PropertyGroup>
<!-- workaround for https://github.com/dotnet/wpf/issues/5711 -->
<PropertyGroup Condition="$(_TargetAssemblyProjectName) != ''">
<SSProjectName>StockSharp.$(_TargetAssemblyProjectName)</SSProjectName>
<AssemblyName>$(SSProjectName)</AssemblyName>
</PropertyGroup>
<PropertyGroup>
<!-- reverse defaults from "C:\Program Files\dotnet\sdk\5.0.102\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.GenerateAssemblyInfo.targets" -->
<GenerateAssemblyTitleAttribute Condition="'$(GenerateAssemblyTitleAttribute)' == ''">false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute Condition="'$(GenerateAssemblyDescriptionAttribute)' == ''">false</GenerateAssemblyDescriptionAttribute>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>portable</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Reflection.AssemblyTrademarkAttribute">
<_Parameter1>StockSharp</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Condition=" !$(DefineConstants.Contains('CLS_DISABLE')) " Include="System.CLSCompliantAttribute">
<_Parameter1>true</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Resources.NeutralResourcesLanguageAttribute">
<_Parameter1>en-US</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.InteropServices.ComVisibleAttribute">
<_Parameter1>false</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/qingmoxuan/StockSharp.git
git@gitee.com:qingmoxuan/StockSharp.git
qingmoxuan
StockSharp
StockSharp
master

搜索帮助