代码拉取完成,页面将自动刷新
<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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。