Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit d111ba2

Browse files
authored
Move config.json to root folder (#709)
1 parent 1e51362 commit d111ba2

File tree

15 files changed

+7
-49
lines changed

15 files changed

+7
-49
lines changed

src/ApplicationLogs/ApplicationLogs.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
<RootNamespace>Neo.Plugins</RootNamespace>
66
</PropertyGroup>
77

8-
<ItemGroup>
9-
<None Update="ApplicationLogs\config.json">
10-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
11-
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
12-
</None>
13-
</ItemGroup>
14-
158
<ItemGroup>
169
<ProjectReference Include="..\LevelDBStore\LevelDBStore.csproj" />
1710
<ProjectReference Include="..\RpcServer\RpcServer.csproj" />
File renamed without changes.

src/DBFTPlugin/DBFTPlugin.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,4 @@
99
<PackageReference Include="Neo.ConsoleService" Version="1.2.0" />
1010
</ItemGroup>
1111

12-
<ItemGroup>
13-
<None Update="DBFTPlugin\config.json">
14-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
15-
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
16-
</None>
17-
</ItemGroup>
18-
1912
</Project>
File renamed without changes.

src/Directory.Build.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
<RepositoryUrl>https://github.com/neo-project/neo-modules.git</RepositoryUrl>
1414
</PropertyGroup>
1515

16+
<ItemGroup>
17+
<None Include="config.json" Condition="Exists('config.json')">
18+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
19+
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
20+
</None>
21+
</ItemGroup>
22+
1623
<ItemGroup>
1724
<PackageReference Include="Neo" Version="3.2.1" />
1825
</ItemGroup>

src/OracleService/OracleService.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,4 @@
1313
<ProjectReference Include="..\RpcServer\RpcServer.csproj" />
1414
</ItemGroup>
1515

16-
<ItemGroup>
17-
<None Update="OracleService\config.json">
18-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
19-
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
20-
</None>
21-
</ItemGroup>
22-
2316
</Project>
File renamed without changes.

src/RpcServer/RpcServer.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,5 @@
44
<PackageId>Neo.Plugins.RpcServer</PackageId>
55
<RootNamespace>Neo.Plugins</RootNamespace>
66
</PropertyGroup>
7-
8-
<ItemGroup>
9-
<None Update="RpcServer\config.json">
10-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
11-
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
12-
</None>
13-
</ItemGroup>
147

158
</Project>
File renamed without changes.

src/StateService/StateService.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
</PropertyGroup>
88

9-
<ItemGroup>
10-
<None Update="StateService\config.json">
11-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
12-
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
13-
</None>
14-
</ItemGroup>
15-
169
<ItemGroup>
1710
<PackageReference Include="Neo.ConsoleService" Version="1.2.0" />
1811
</ItemGroup>

0 commit comments

Comments
 (0)