You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by pn...@apache.org on 2011/11/20 01:14:59 UTC

[Lucene.Net] svn commit: r1204105 - in /incubator/lucene.net/trunk/src/demo: IndexFiles/IndexFiles.csproj IndexHtml/IndexHtml.csproj SearchFiles/SearchFiles.csproj

Author: pnasser
Date: Sun Nov 20 00:14:59 2011
New Revision: 1204105

URL: http://svn.apache.org/viewvc?rev=1204105&view=rev
Log:
[LUCENENET-455] Updated Demo release build profile to create release sub folder, similar to contrib and core 

Modified:
    incubator/lucene.net/trunk/src/demo/IndexFiles/IndexFiles.csproj
    incubator/lucene.net/trunk/src/demo/IndexHtml/IndexHtml.csproj
    incubator/lucene.net/trunk/src/demo/SearchFiles/SearchFiles.csproj

Modified: incubator/lucene.net/trunk/src/demo/IndexFiles/IndexFiles.csproj
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/src/demo/IndexFiles/IndexFiles.csproj?rev=1204105&r1=1204104&r2=1204105&view=diff
==============================================================================
--- incubator/lucene.net/trunk/src/demo/IndexFiles/IndexFiles.csproj (original)
+++ incubator/lucene.net/trunk/src/demo/IndexFiles/IndexFiles.csproj Sun Nov 20 00:14:59 2011
@@ -19,7 +19,6 @@
  under the License.
 
 -->
-
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
   <PropertyGroup>
     <ProjectType>Local</ProjectType>
@@ -89,7 +88,7 @@
     <ErrorReport>prompt</ErrorReport>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <OutputPath>..\..\..\bin\demo\IndexFiles\</OutputPath>
+    <OutputPath>..\..\..\bin\demo\IndexFiles\Release\</OutputPath>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     <BaseAddress>285212672</BaseAddress>
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>

Modified: incubator/lucene.net/trunk/src/demo/IndexHtml/IndexHtml.csproj
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/src/demo/IndexHtml/IndexHtml.csproj?rev=1204105&r1=1204104&r2=1204105&view=diff
==============================================================================
--- incubator/lucene.net/trunk/src/demo/IndexHtml/IndexHtml.csproj (original)
+++ incubator/lucene.net/trunk/src/demo/IndexHtml/IndexHtml.csproj Sun Nov 20 00:14:59 2011
@@ -19,7 +19,6 @@
  under the License.
 
 -->
-
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
   <PropertyGroup>
     <ProjectType>Local</ProjectType>
@@ -89,7 +88,7 @@
     <ErrorReport>prompt</ErrorReport>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <OutputPath>..\..\..\bin\demo\IndexHtml\</OutputPath>
+    <OutputPath>..\..\..\bin\demo\IndexHtml\Release\</OutputPath>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     <BaseAddress>285212672</BaseAddress>
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>

Modified: incubator/lucene.net/trunk/src/demo/SearchFiles/SearchFiles.csproj
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/src/demo/SearchFiles/SearchFiles.csproj?rev=1204105&r1=1204104&r2=1204105&view=diff
==============================================================================
--- incubator/lucene.net/trunk/src/demo/SearchFiles/SearchFiles.csproj (original)
+++ incubator/lucene.net/trunk/src/demo/SearchFiles/SearchFiles.csproj Sun Nov 20 00:14:59 2011
@@ -19,7 +19,6 @@
  under the License.
 
 -->
-
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
   <PropertyGroup>
     <ProjectType>Local</ProjectType>
@@ -89,7 +88,7 @@
     <ErrorReport>prompt</ErrorReport>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <OutputPath>..\..\..\bin\demo\SearchFiles\</OutputPath>
+    <OutputPath>..\..\..\bin\demo\SearchFiles\Release\</OutputPath>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     <BaseAddress>285212672</BaseAddress>
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>