diff --git a/.gitignore b/.gitignore index 09f71ec7..f8c60a74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ output *.Cache +*.cache *.ncb TestResult.xml coverage.* _ReSharper* +*.marcus diff --git a/build/build.proj b/build/build.proj index e69de29b..8114293c 100644 --- a/build/build.proj +++ b/build/build.proj @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/build.teamcity.managed.proj b/build/build.teamcity.managed.proj index e69de29b..e62fd302 100644 --- a/build/build.teamcity.managed.proj +++ b/build/build.teamcity.managed.proj @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/Examples/Properties/AssemblyInfo.cs b/src/Examples/Properties/AssemblyInfo.cs index 478b35e1..fa2938b6 100644 --- a/src/Examples/Properties/AssemblyInfo.cs +++ b/src/Examples/Properties/AssemblyInfo.cs @@ -1,11 +1,11 @@ using System.Reflection; using System.Resources; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 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("Math.NET Numerics Examples")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] @@ -18,9 +18,11 @@ using System.Runtime.InteropServices; // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. + [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM + [assembly: Guid("981a1f39-624d-41ae-8dd2-adc298e99170")] // Version information for an assembly consists of the following four values: @@ -33,6 +35,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] + [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: NeutralResourcesLanguage("en")] +[assembly: NeutralResourcesLanguage("en")] \ No newline at end of file diff --git a/src/Managed.UnitTests/Managed.UnitTests.csproj b/src/Managed.UnitTests/Managed.UnitTests.csproj index ebf2c339..bd58d024 100644 --- a/src/Managed.UnitTests/Managed.UnitTests.csproj +++ b/src/Managed.UnitTests/Managed.UnitTests.csproj @@ -57,6 +57,7 @@ + diff --git a/src/Managed/Managed.csproj b/src/Managed/Managed.csproj index eb639aae..b53fb11e 100644 --- a/src/Managed/Managed.csproj +++ b/src/Managed/Managed.csproj @@ -12,6 +12,8 @@ MathNet.Numerics v2.0 512 + true + ..\MathNet.Numerics.snk true @@ -36,7 +38,24 @@ + + + True + True + Resources.resx + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + MathNet.Numerics.snk +