add AssemblyInfo.cs to Scripts (primarily to remove ComVisible code analyzer nag)

This commit is contained in:
Mark Sturgill 2014-02-25 13:56:48 -07:00
parent 2bb6984b94
commit abe9f5acb2
2 changed files with 38 additions and 2 deletions

View file

@ -6,9 +6,11 @@
<ProjectGuid>{DAE872E6-6899-427C-A75D-AD52526EBCDA}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>ClassLibrary</AssemblyName>
<AssemblyName>RunUO Scripts</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -28,7 +30,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Scripts</RootNamespace>
<RootNamespace>Server</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
@ -3045,6 +3047,7 @@
<Compile Include="Multis\HouseTeleporter.cs" />
<Compile Include="Multis\MovingCrate.cs" />
<Compile Include="Multis\PreviewHouse.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Regions\BaseRegion.cs" />
<Compile Include="Regions\DungeonRegion.cs" />
<Compile Include="Regions\GreenAcres.cs" />