Skip to content

Commit

Permalink
versioning, vs housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
msturgill committed Feb 21, 2014
1 parent 0dcd487 commit 65704c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("UltimaSDK")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Ultima SDK")]
[assembly: AssemblyDescription("Ultima SDK")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("UltimaSDK")]
[assembly: AssemblyProduct("Ultima SDK")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
9 changes: 9 additions & 0 deletions Ultima.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>UltimaSDK.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -65,6 +71,9 @@
<Compile Include="Ultima\Verdata.cs" />
<Compile Include="Ultima\WindowProcessStream.cs" />
</ItemGroup>
<ItemGroup>
<None Include="UltimaSDK.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
Expand Down

0 comments on commit 65704c5

Please sign in to comment.