You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by di...@apache.org on 2011/08/28 20:50:34 UTC

[Lucene.Net] svn commit: r1162572 - in /incubator/lucene.net/branches/Lucene.Net_2_9_4g: src/contrib/IsolatedStorage/Contrib.IsolatedStorage.csproj test/contrib/IsolatedStorage/Contrib.IsolatedStorage.Test.csproj

Author: digy
Date: Sun Aug 28 18:50:34 2011
New Revision: 1162572

URL: http://svn.apache.org/viewvc?rev=1162572&view=rev
Log:
Updated build paths for IsolatedStorageDirectory

Modified:
    incubator/lucene.net/branches/Lucene.Net_2_9_4g/src/contrib/IsolatedStorage/Contrib.IsolatedStorage.csproj
    incubator/lucene.net/branches/Lucene.Net_2_9_4g/test/contrib/IsolatedStorage/Contrib.IsolatedStorage.Test.csproj

Modified: incubator/lucene.net/branches/Lucene.Net_2_9_4g/src/contrib/IsolatedStorage/Contrib.IsolatedStorage.csproj
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/src/contrib/IsolatedStorage/Contrib.IsolatedStorage.csproj?rev=1162572&r1=1162571&r2=1162572&view=diff
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/src/contrib/IsolatedStorage/Contrib.IsolatedStorage.csproj (original)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/src/contrib/IsolatedStorage/Contrib.IsolatedStorage.csproj Sun Aug 28 18:50:34 2011
@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\..\bin\contrib\IsolatedStorage\Debug\</OutputPath>
+    <OutputPath>..\..\..\build\bin\contrib\IsolatedStorage\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\..\bin\contrib\IsolatedStorage\</OutputPath>
+    <OutputPath>..\..\..\build\bin\contrib\IsolatedStorage\Release\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

Modified: incubator/lucene.net/branches/Lucene.Net_2_9_4g/test/contrib/IsolatedStorage/Contrib.IsolatedStorage.Test.csproj
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/test/contrib/IsolatedStorage/Contrib.IsolatedStorage.Test.csproj?rev=1162572&r1=1162571&r2=1162572&view=diff
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/test/contrib/IsolatedStorage/Contrib.IsolatedStorage.Test.csproj (original)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/test/contrib/IsolatedStorage/Contrib.IsolatedStorage.Test.csproj Sun Aug 28 18:50:34 2011
@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\..\bin\contrib\IsolatedStorage\Debug\</OutputPath>
+    <OutputPath>..\..\..\build\bin\contrib\IsolatedStorage\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\..\bin\contrib\IsolatedStorage\</OutputPath>
+    <OutputPath>..\..\..\build\bin\contrib\IsolatedStorage\Release\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>