Add Decho.Build.props

This commit is contained in:
Stone_Red
2026-07-15 20:47:37 +02:00
parent b08358baed
commit 58e21feafb
2 changed files with 11 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
<Project>
<Import Project="..\EchoHub\src\Directory.Build.props" Condition="Exists('..\EchoHub\src\Directory.Build.props')" />
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>Decho</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>
+3 -1
View File
@@ -34,7 +34,9 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EchoHub\src\EchoHub.Client\EchoHub.Client.csproj" />
<ProjectReference Include="..\EchoHub\src\EchoHub.Client\EchoHub.Client.csproj">
<AdditionalProperties>DirectoryBuildPropsPath=$(MSBuildProjectDirectory)\Decho.Build.props</AdditionalProperties>
</ProjectReference>
<ProjectReference Include="..\EchoHub\src\EchoHub.Core\EchoHub.Core.csproj" />
</ItemGroup>
</Project>