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:
Andrés G. Aragoneses 2013-09-24 01:13:52 +02:00
parent 9016c304de
commit 872e0edfdd
5 changed files with 0 additions and 5 deletions

View File

@ -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" />

View File

@ -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" />

View File

@ -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" />

View File

@ -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" />

View File

@ -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" />