mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:55:31 +00:00
MSBuild: remove AssemblyInfo.cs where it's not present
The only autogenerated AssemblyInfo files are in cairo and in gtk-sharp's root, not inside other libraries like atk, glib, etc. Removing them will make MonoDevelop stop rendering a red element underneath each project.
This commit is contained in:
parent
9016c304de
commit
872e0edfdd
|
@ -33,7 +33,6 @@
|
|||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
<Compile Include="Global.cs" />
|
||||
<Compile Include="Hyperlink.cs" />
|
||||
<Compile Include="Misc.cs" />
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
<Compile Include="Atom.cs" />
|
||||
<Compile Include="Color.cs" />
|
||||
<Compile Include="Device.cs" />
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
<Compile Include="AppInfoAdapter.cs" />
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
<Compile Include="DBusInterfaceVTable.cs" />
|
||||
<Compile Include="IFile.cs" />
|
||||
<Compile Include="FileAdapter.cs" />
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
<Compile Include="Argv.cs" />
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
<Compile Include="ConnectBeforeAttribute.cs" />
|
||||
<Compile Include="DefaultSignalHandlerAttribute.cs" />
|
||||
<Compile Include="DestroyNotify.cs" />
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
<Compile Include="Analysis.cs" />
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
<Compile Include="AttrBackground.cs" />
|
||||
<Compile Include="AttrColor.cs" />
|
||||
<Compile Include="AttrFallback.cs" />
|
||||
|
|
Loading…
Reference in a new issue