Skip to content

Commit

Permalink
Prepare for GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
mikasoukhov committed Apr 5, 2024
1 parent 47da451 commit f1a0c67
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions Lzma/Lzma.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\common.props" />
<PropertyGroup>
<IsSourcesAllow>false</IsSourcesAllow>
</PropertyGroup>
</Project>
3 changes: 0 additions & 3 deletions StringSearch/StringSearch.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\common.props" />
<PropertyGroup>
<IsSourcesAllow>false</IsSourcesAllow>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Collections\Collections.csproj" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions common.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<Company>StockSharp LP</Company>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<IsSourcesAllow>false</IsSourcesAllow>
</PropertyGroup>

<PropertyGroup Condition="
Expand Down

0 comments on commit f1a0c67

Please sign in to comment.