mirror of
https://github.com/Stone-Red-Code/Decho.git
synced 2026-09-04 08:56:14 +02:00
Add Decho.Build.props
This commit is contained in:
@@ -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
@@ -34,7 +34,9 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<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" />
|
<ProjectReference Include="..\EchoHub\src\EchoHub.Core\EchoHub.Core.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user