Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/ApplicationLogs/ApplicationLogs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
<RootNamespace>Neo.Plugins</RootNamespace>
</PropertyGroup>

<ItemGroup>
<None Update="ApplicationLogs\config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\LevelDBStore\LevelDBStore.csproj" />
<ProjectReference Include="..\RpcServer\RpcServer.csproj" />
Expand Down
7 changes: 0 additions & 7 deletions src/DBFTPlugin/DBFTPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,4 @@
<PackageReference Include="Neo.ConsoleService" Version="1.2.0" />
</ItemGroup>

<ItemGroup>
<None Update="DBFTPlugin\config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
</ItemGroup>

</Project>
7 changes: 7 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
<RepositoryUrl>https://github.com/neo-project/neo-modules.git</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<None Include="config.json" Condition="Exists('config.json')">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Neo" Version="3.2.1" />
</ItemGroup>
Expand Down
7 changes: 0 additions & 7 deletions src/OracleService/OracleService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,4 @@
<ProjectReference Include="..\RpcServer\RpcServer.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="OracleService\config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
</ItemGroup>

</Project>
7 changes: 0 additions & 7 deletions src/RpcServer/RpcServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,5 @@
<PackageId>Neo.Plugins.RpcServer</PackageId>
<RootNamespace>Neo.Plugins</RootNamespace>
</PropertyGroup>

<ItemGroup>
<None Update="RpcServer\config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
</ItemGroup>

</Project>
7 changes: 0 additions & 7 deletions src/StateService/StateService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<None Update="StateService\config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Neo.ConsoleService" Version="1.2.0" />
</ItemGroup>
Expand Down
7 changes: 0 additions & 7 deletions src/StatesDumper/StatesDumper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
<PackageId>Neo.Plugins.StatesDumper</PackageId>
</PropertyGroup>

<ItemGroup>
<None Update="StatesDumper\config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Neo.ConsoleService" Version="1.2.0" />
</ItemGroup>
Expand Down
7 changes: 0 additions & 7 deletions src/TokensTracker/TokensTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,4 @@
<ProjectReference Include="..\RpcServer\RpcServer.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="TokensTracker\config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
</ItemGroup>

</Project>