mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 02:35:42 +00:00
refactor: remove Assembly.cs, define attributes in csproj
This commit is contained in:
parent
4d2aafb3ae
commit
c824467845
@ -1 +0,0 @@
|
|||||||
[assembly: CLSCompliant(true)]
|
|
@ -40,6 +40,12 @@
|
|||||||
<PackageVersion>$(VersionPrefix)</PackageVersion>
|
<PackageVersion>$(VersionPrefix)</PackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<AssemblyAttribute Include="System.CLSCompliantAttribute">
|
||||||
|
<_Parameter1>true</_Parameter1>
|
||||||
|
</AssemblyAttribute>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\icon.png">
|
<None Include="..\icon.png">
|
||||||
<Pack>True</Pack>
|
<Pack>True</Pack>
|
||||||
|
@ -41,6 +41,19 @@
|
|||||||
<PackageVersion>$(VersionPrefix)</PackageVersion>
|
<PackageVersion>$(VersionPrefix)</PackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<AssemblyAttribute Include="System.CLSCompliantAttribute">
|
||||||
|
<_Parameter1>true</_Parameter1>
|
||||||
|
</AssemblyAttribute>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<InternalsVisibleTo Include="VpSharp.Building"/>
|
||||||
|
<InternalsVisibleTo Include="VpSharp.Commands"/>
|
||||||
|
<InternalsVisibleTo Include="VpSharp.IntegrationTests"/>
|
||||||
|
<InternalsVisibleTo Include="VpSharp.Tests"/>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\icon.png">
|
<None Include="..\icon.png">
|
||||||
<Pack>True</Pack>
|
<Pack>True</Pack>
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
using System.Runtime.CompilerServices;
|
|
||||||
|
|
||||||
[assembly: CLSCompliant(true)]
|
|
||||||
[assembly: InternalsVisibleTo("VpSharp.Commands")]
|
|
||||||
[assembly: InternalsVisibleTo("VpSharp.IntegrationTests")]
|
|
||||||
[assembly: InternalsVisibleTo("VpSharp.Tests")]
|
|
Loading…
Reference in New Issue
Block a user