Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2011-08-01 20:34:37 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-08-01 20:34:37 +0400
commit00844a2dbed120b6c92749cb6103e157962192e8 (patch)
tree02f9ac893a8d24f4ba1a88216abd1ede9d3ce8b4 /main/src/addins/WindowsPlatform
parent95b5a2414b883fde85301141eb071fbcf6bde33f (diff)
Flush project format fixes
Diffstat (limited to 'main/src/addins/WindowsPlatform')
-rw-r--r--main/src/addins/WindowsPlatform/WindowsPlatform.csproj9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/src/addins/WindowsPlatform/WindowsPlatform.csproj b/main/src/addins/WindowsPlatform/WindowsPlatform.csproj
index fabb3cd325..4448034a4b 100644
--- a/main/src/addins/WindowsPlatform/WindowsPlatform.csproj
+++ b/main/src/addins/WindowsPlatform/WindowsPlatform.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>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -9,7 +9,6 @@
<OutputType>Library</OutputType>
<AssemblyName>WindowsPlatform</AssemblyName>
<RootNamespace>WindowsPlatform</RootNamespace>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -39,12 +38,10 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
- <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
- <SpecificVersion>False</SpecificVersion>
+ <Reference Include="Microsoft.WindowsAPICodePack">
<HintPath>Microsoft.WindowsAPICodePack.dll</HintPath>
</Reference>
- <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
- <SpecificVersion>False</SpecificVersion>
+ <Reference Include="Microsoft.WindowsAPICodePack.Shell">
<HintPath>Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
</Reference>
</ItemGroup>