Browse Source

Line counter addin sample now compiled into AddIns\Samples\LineCounter folder.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3780 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 17 years ago
parent
commit
06e42e3b60
  1. 4
      samples/LineCounter/LineCounter.csproj

4
samples/LineCounter/LineCounter.csproj

@ -6,8 +6,8 @@ @@ -6,8 +6,8 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{880A7EAF-D0B4-46AC-A9B6-B6156512037A}</ProjectGuid>
<OutputPath>..\..\AddIns\</OutputPath>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<OutputPath>..\..\AddIns\Samples\LineCounter</OutputPath>
<NoStdLib>False</NoStdLib>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
<IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
<Optimize>False</Optimize>
<DefineConstants>DEBUG,TRACE,IMPR1,IMPR2,IMPR3</DefineConstants>
@ -27,7 +26,6 @@ @@ -27,7 +26,6 @@
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
<IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE,IMPR1,IMPR2,IMPR3</DefineConstants>

Loading…
Cancel
Save