User: nbhatia
Date: 06/04/19 16:30:53
Modified: etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn
AndroMDA.VS80AddIn.csproj
Log:
Changed output locations to bin directory.
Removed reference to Microsoft.ApplicationBlocks.UIProcess.dll
Revision Changes Path
1.3 +2 -3 plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn.csproj
Index: AndroMDA.VS80AddIn.csproj
===================================================================
RCS file: /cvsroot/andromdaplugins/plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn.csproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- AndroMDA.VS80AddIn.csproj 18 Apr 2006 17:18:51 -0000 1.2
+++ AndroMDA.VS80AddIn.csproj 19 Apr 2006 23:30:52 -0000 1.3
@@ -15,7 +15,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
- <OutputPath>C:\Documents and Settings\cmical\My Documents\Visual Studio 2005\Addins\</OutputPath>
+ <OutputPath>bin\Debug\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
@@ -24,7 +24,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
- <OutputPath>C:\Documents and Settings\cmical\My Documents\Visual Studio 2005\Addins\</OutputPath>
+ <OutputPath>bin\Release\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
@@ -279,7 +279,6 @@
<None Include="Resources\Lib\HashCodeProvider.dll" />
<None Include="Resources\Lib\Iesi.Collections.dll" />
<None Include="Resources\Lib\log4net.dll" />
- <None Include="Resources\Lib\Microsoft.ApplicationBlocks.UIProcess.dll" />
<None Include="Resources\Lib\NHibernate.Caches.Prevalence.dll" />
<None Include="Resources\Lib\NHibernate.Caches.SysCache.dll" />
<None Include="Resources\Lib\NHibernate.dll" />
|