Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
updated monodevelop project files to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed Oct 31, 2011
1 parent e588675 commit 5d382e7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/NLog.Extended/NLog.Extended.monodevelop.csproj
Expand Up @@ -24,6 +24,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<OutputPath>bin\Debug</OutputPath>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -33,6 +34,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<OutputPath>bin\Release</OutputPath>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<PropertyGroup>
<NoStdLib>true</NoStdLib>
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.monodevelop.sln
Expand Up @@ -34,7 +34,7 @@ Global
{FE0A3713-E9A8-41F0-89FA-C1126F8FB6A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = NLog\NLog.monodevelop.csproj
StartupItem = ..\tests\NLog.UnitTests\NLog.UnitTests.monodevelop.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
Expand Down
4 changes: 3 additions & 1 deletion src/NLog/NLog.monodevelop.csproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BaseOutputDirectory Condition=" '$(BaseOutputDirectory)' == '' ">$(MSBuildProjectDirectory)\..\..\build\</BaseOutputDirectory>
Expand All @@ -25,6 +25,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<OutputPath>bin\Debug</OutputPath>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -34,6 +35,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<OutputPath>bin\Release</OutputPath>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<PropertyGroup>
<NoStdLib>true</NoStdLib>
Expand Down
7 changes: 5 additions & 2 deletions tests/NLog.UnitTests/NLog.UnitTests.monodevelop.csproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<BaseOutputDirectory Condition=" '$(BaseOutputDirectory)' == '' ">$(MSBuildProjectDirectory)\..\..\build\</BaseOutputDirectory>
Expand All @@ -9,7 +9,8 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<AssemblyKeyContainerName></AssemblyKeyContainerName>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>NLog.UnitTests</AssemblyName>
<AssemblyOriginatorKeyFile>NLogTests.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
Expand All @@ -31,6 +32,7 @@
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
<OutputPath>bin\Debug</OutputPath>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<BaseAddress>285212672</BaseAddress>
Expand All @@ -42,6 +44,7 @@
<DebugType>pdbonly</DebugType>
<ErrorReport>prompt</ErrorReport>
<OutputPath>bin\Release</OutputPath>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<PropertyGroup>
<NoStdLib>true</NoStdLib>
Expand Down

0 comments on commit 5d382e7

Please sign in to comment.