[svn] r7538: vs-plugin/trunk/Nemerle.Compiler.Utils:
Nemerle.Compiler.Utils.csproj Nemerle.Completion2/Tes...
VladD2
svnadmin at nemerle.org
Sat Mar 17 18:09:29 CET 2007
Log:
Add required references.
Author: VladD2
Date: Sat Mar 17 18:09:26 2007
New Revision: 7538
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Heavy.Tests.nproj
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj Sat Mar 17 18:09:26 2007
@@ -36,6 +36,7 @@
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Data" />
+ <Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="$(Nemerle)\Nemerle.dll" />
<Reference Include="$(Nemerle)\Nemerle.Compiler.dll" />
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Heavy.Tests.nproj
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Heavy.Tests.nproj (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Heavy.Tests.nproj Sat Mar 17 18:09:26 2007
@@ -40,6 +40,7 @@
<Reference Include="$(Nemerle)\Nemerle.dll" />
<Reference Include="$(Nemerle)\Nemerle.Macros.dll" />
<Reference Include="nunit.framework" />
+ <Reference Include="$(Nemerle)\Nemerle.Compiler.dll" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.n" />
More information about the svn
mailing list