[svn] r7185: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj

akhropov svnadmin at nemerle.org
Mon Jan 1 18:20:32 CET 2007


Log:
some new CodeDom-related files

Author: akhropov
Date: Mon Jan  1 18:20:21 2007
New Revision: 7185

Modified:
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj

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	Mon Jan  1 18:20:21 2007
@@ -43,7 +43,7 @@
   </ItemGroup>
   <ItemGroup>
     <Compile Include="CodeDomHelper.n" />
-    <Compile Include="CodeDomParser.n" />
+    <Compile Include="FormCodeDomParser.n" />
     <Compile Include="NemerleCodeDomProvider.n" />
     <Compile Include="Properties\AssemblyInfo.n" />
   </ItemGroup>
@@ -173,6 +173,15 @@
   <ItemGroup>
     <Compile Include="Nemerle.Completion2\CodeModel\Static.Analysis.n" />
   </ItemGroup>
+  <ItemGroup>
+    <Compile Include="FormCodeDomGenerator.n" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="NemerleCodeParser.n" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="FormCodeInfo.n" />
+  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.



More information about the svn mailing list