|
Revision 284, 0.9 kB
(checked in by louis.dejardin, 5 days ago)
|
Reworking build process to use svn revision in dlls and include VSIP msi in distribution
|
| Line | |
|---|
| 1 |
using System; |
|---|
| 2 |
using System.Reflection; |
|---|
| 3 |
using System.Runtime.InteropServices; |
|---|
| 4 |
|
|---|
| 5 |
//------------------------------------------------------------------------------ |
|---|
| 6 |
// <auto-generated> |
|---|
| 7 |
// This code was generated by a tool. |
|---|
| 8 |
// Runtime Version:2.0.50727.3506 |
|---|
| 9 |
// |
|---|
| 10 |
// Changes to this file may cause incorrect behavior and will be lost if |
|---|
| 11 |
// the code is regenerated. |
|---|
| 12 |
// </auto-generated> |
|---|
| 13 |
//------------------------------------------------------------------------------ |
|---|
| 14 |
|
|---|
| 15 |
[assembly: ComVisibleAttribute(false)] |
|---|
| 16 |
[assembly: AssemblyVersionAttribute("1.0")] |
|---|
| 17 |
[assembly: AssemblyFileVersionAttribute("1.0.274.0")] |
|---|
| 18 |
[assembly: AssemblyCopyrightAttribute("Copyright © Louis DeJardin 2008-2009")] |
|---|
| 19 |
[assembly: AssemblyProductAttribute("Spark")] |
|---|
| 20 |
[assembly: AssemblyCompanyAttribute("Louis DeJardin")] |
|---|
| 21 |
[assembly: AssemblyConfigurationAttribute("release")] |
|---|
| 22 |
[assembly: AssemblyInformationalVersionAttribute("1.0.274.0")] |
|---|