From: <mcu...@us...> - 2007-09-20 20:28:07
|
Revision: 1133 http://orm.svn.sourceforge.net/orm/?rev=1133&view=rev Author: mcurland Date: 2007-09-20 13:28:09 -0700 (Thu, 20 Sep 2007) Log Message: ----------- Fixed misc build errors from [1131]. refs #223 Modified Paths: -------------- trunk/TestSuites/TestSample/TestSample.csproj Added Paths: ----------- trunk/TestSuites/AutomationTestSample/Properties/ trunk/TestSuites/AutomationTestSample/Properties/AssemblyInfo.cs Added: trunk/TestSuites/AutomationTestSample/Properties/AssemblyInfo.cs =================================================================== --- trunk/TestSuites/AutomationTestSample/Properties/AssemblyInfo.cs (rev 0) +++ trunk/TestSuites/AutomationTestSample/Properties/AssemblyInfo.cs 2007-09-20 20:28:09 UTC (rev 1133) @@ -0,0 +1,29 @@ +using System; +using System.Reflection; +using System.Resources; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: ComVisible(false)] +[assembly: NeutralResourcesLanguage("en-US")] +[assembly: AssemblyTitle("AutomationTestSample.dll")] +[assembly: AssemblyProduct("Neumont ORM Architect for Visual Studio")] +[assembly: AssemblyDescription("Neumont ORM Architect for Visual Studio - Automation Testing Sample")] +[assembly: AssemblyCompany("Neumont University")] +[assembly: AssemblyCopyright("Copyright \xA9 Neumont University. All rights reserved.")] +#if DEBUG +[assembly: AssemblyConfiguration("Debug")] +#else +[assembly: AssemblyConfiguration("Release")] +#endif + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +//[assembly: AssemblyVersion("1.0.*")] Modified: trunk/TestSuites/TestSample/TestSample.csproj =================================================================== --- trunk/TestSuites/TestSample/TestSample.csproj 2007-09-20 20:25:16 UTC (rev 1132) +++ trunk/TestSuites/TestSample/TestSample.csproj 2007-09-20 20:28:09 UTC (rev 1133) @@ -42,7 +42,7 @@ <SpecificVersion>False</SpecificVersion> <HintPath>$(ProgramFiles)\Neumont\ORM Architect for Visual Studio\bin\Neumont.Tools.ORM.SDK.TestEngine.dll</HintPath> </Reference> - <Reference Include="nunit.framework, Version=2.2.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> + <Reference Include="nunit.framework, Version=2.2.9.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> </Reference> <Reference Include="System" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |