From: <ul...@us...> - 2010-10-11 19:03:18
|
Revision: 50 http://adc.svn.sourceforge.net/adc/?rev=50&view=rev Author: ullner Date: 2010-10-11 19:03:12 +0000 (Mon, 11 Oct 2010) Log Message: ----------- Modified Paths: -------------- trunk/Source/Microsoft Visual Studio/ADCLibrary/ADCLibrary.csproj Modified: trunk/Source/Microsoft Visual Studio/ADCLibrary/ADCLibrary.csproj =================================================================== --- trunk/Source/Microsoft Visual Studio/ADCLibrary/ADCLibrary.csproj 2010-10-11 19:01:32 UTC (rev 49) +++ trunk/Source/Microsoft Visual Studio/ADCLibrary/ADCLibrary.csproj 2010-10-11 19:03:12 UTC (rev 50) @@ -8,7 +8,7 @@ <ProjectGuid>{F9C721FB-A66D-4D2A-B49E-BB41E4946A24}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>ADCLibrary</RootNamespace> + <RootNamespace>ADC</RootNamespace> <AssemblyName>ADCLibrary</AssemblyName> <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> @@ -17,7 +17,7 @@ <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>..\..\..\Output\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\Release\</OutputPath> + <OutputPath>..\..\..\Output\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |