[svn] r6750: nemerle/trunk: NCC.nproj Nemerle.Compiler.nproj Nemerle.MSBuild.Tasks.nproj Nemerle.Macros.np...

akhropov svnadmin at nemerle.org
Fri Oct 6 18:25:38 CEST 2006


Log:
add documentation generation to .nproj projects

Author: akhropov
Date: Fri Oct  6 18:25:19 2006
New Revision: 6750

Modified:
   nemerle/trunk/NCC.nproj
   nemerle/trunk/Nemerle.Compiler.nproj
   nemerle/trunk/Nemerle.MSBuild.Tasks.nproj
   nemerle/trunk/Nemerle.Macros.nproj
   nemerle/trunk/Nemerle.nproj

Modified: nemerle/trunk/NCC.nproj
==============================================================================
--- nemerle/trunk/NCC.nproj	(original)
+++ nemerle/trunk/NCC.nproj	Fri Oct  6 18:25:19 2006
@@ -17,9 +17,11 @@
 	</PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <OutputPath>bin\Debug\</OutputPath>
+	<DocumentationFile>bin\Debug\NCC.XML</DocumentationFile>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
     <OutputPath>bin\Release\</OutputPath>
+	<DocumentationFile>bin\Release\NCC.XML</DocumentationFile>
   </PropertyGroup>
   <Import Project="tools\msbuild-task\Compiler.MSBuild.targets" /> 
   <ItemGroup>

Modified: nemerle/trunk/Nemerle.Compiler.nproj
==============================================================================
--- nemerle/trunk/Nemerle.Compiler.nproj	(original)
+++ nemerle/trunk/Nemerle.Compiler.nproj	Fri Oct  6 18:25:19 2006
@@ -18,10 +18,12 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <OutputPath>bin\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
+	<DocumentationFile>bin\Debug\Nemerle.Compiler.XML</DocumentationFile>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
     <OutputPath>bin\Release\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
+	<DocumentationFile>bin\Release\Nemerle.Compiler.XML</DocumentationFile>
   </PropertyGroup>
   <Import Project="tools\msbuild-task\Compiler.MSBuild.targets" /> 
   <ItemGroup>

Modified: nemerle/trunk/Nemerle.MSBuild.Tasks.nproj
==============================================================================
--- nemerle/trunk/Nemerle.MSBuild.Tasks.nproj	(original)
+++ nemerle/trunk/Nemerle.MSBuild.Tasks.nproj	Fri Oct  6 18:25:19 2006
@@ -16,9 +16,11 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <OutputPath>bin\Debug\</OutputPath>
+	<DocumentationFile>bin\Debug\Nemerle.MSBuild.Tasks.XML</DocumentationFile>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
     <OutputPath>bin\Release\</OutputPath>
+	<DocumentationFile>bin\Release\Nemerle.MSBuild.Tasks.XML</DocumentationFile>
   </PropertyGroup>
   <Import Project="tools\msbuild-task\Compiler.MSBuild.targets" /> 
   <ItemGroup>

Modified: nemerle/trunk/Nemerle.Macros.nproj
==============================================================================
--- nemerle/trunk/Nemerle.Macros.nproj	(original)
+++ nemerle/trunk/Nemerle.Macros.nproj	Fri Oct  6 18:25:19 2006
@@ -18,10 +18,12 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <OutputPath>bin\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
+	<DocumentationFile>bin\Debug\Nemerle.Macros.XML</DocumentationFile>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
     <OutputPath>bin\Release\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
+	<DocumentationFile>bin\Release\Nemerle.Macros.XML</DocumentationFile>
   </PropertyGroup>
   <Import Project="tools\msbuild-task\Compiler.MSBuild.targets" /> 
   <ItemGroup>

Modified: nemerle/trunk/Nemerle.nproj
==============================================================================
--- nemerle/trunk/Nemerle.nproj	(original)
+++ nemerle/trunk/Nemerle.nproj	Fri Oct  6 18:25:19 2006
@@ -20,10 +20,12 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <OutputPath>bin\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
+	<DocumentationFile>bin\Debug\Nemerle.XML</DocumentationFile>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
     <OutputPath>bin\Release\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
+	<DocumentationFile>bin\Release\Nemerle.XML</DocumentationFile>
   </PropertyGroup>
   <Import Project="tools\msbuild-task\Compiler.MSBuild.targets" /> 
   <ItemGroup>



More information about the svn mailing list