From: <che...@us...> - 2010-12-03 14:10:02
|
Revision: 3992 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=3992&view=rev Author: chef_koch Date: 2010-12-03 14:09:56 +0000 (Fri, 03 Dec 2010) Log Message: ----------- changed output path for IRServer Modified Paths: -------------- trunk/plugins/IR Server Suite/IR Server Suite/IR Server/IR Server/IR Server.csproj Modified: trunk/plugins/IR Server Suite/IR Server Suite/IR Server/IR Server/IR Server.csproj =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/IR Server/IR Server/IR Server.csproj 2010-12-03 07:14:42 UTC (rev 3991) +++ trunk/plugins/IR Server Suite/IR Server Suite/IR Server/IR Server/IR Server.csproj 2010-12-03 14:09:56 UTC (rev 3992) @@ -63,12 +63,12 @@ </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> <PlatformTarget>x86</PlatformTarget> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>..\..\..\bin\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG</DefineConstants> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <PlatformTarget>x86</PlatformTarget> - <OutputPath>bin\Release\</OutputPath> + <OutputPath>..\..\..\bin\Release\</OutputPath> <Optimize>true</Optimize> </PropertyGroup> <ItemGroup> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |