[Mwinapi-commits] SF.net SVN: mwinapi:[87] trunk
Status: Beta
Brought to you by:
schierlm
|
From: <sch...@us...> - 2009-11-27 19:07:55
|
Revision: 87
http://mwinapi.svn.sourceforge.net/mwinapi/?rev=87&view=rev
Author: schierlm
Date: 2009-11-27 19:07:41 +0000 (Fri, 27 Nov 2009)
Log Message:
-----------
Upgrade project files to Visual C# Express 2008
Modified Paths:
--------------
trunk/ManagedWinapi/ManagedWinapi.csproj
trunk/ManagedWinapi.sln
trunk/Tools/AOExplorer/AOExplorer.csproj
trunk/Tools/AOExplorer.sln
trunk/Tools/ClipHancer/ClipHancer.csproj
trunk/Tools/ClipHancer/Properties/Resources.Designer.cs
trunk/Tools/ClipHancer.sln
trunk/Tools/ContentsSaver/ContentsSaver.csproj
trunk/Tools/ContentsSaver.sln
trunk/Tools/DeskIconRestore/DeskIconRestore.csproj
trunk/Tools/DeskIconRestore.sln
trunk/Tools/GuessEXE/GuessEXE.csproj
trunk/Tools/GuessEXE.sln
trunk/Tools/NeatKeys/NeatKeys.csproj
trunk/Tools/NeatKeys.sln
trunk/Tools/QuickMacro/QuickMacro.csproj
trunk/Tools/QuickMacro.sln
trunk/Tools/ShootNotes/ShootNotes.csproj
trunk/Tools/ShootNotes.sln
trunk/Tools/TreeSizeSharp/Properties/Resources.Designer.cs
trunk/Tools/TreeSizeSharp/Properties/Settings.Designer.cs
trunk/Tools/TreeSizeSharp/TreeSizeSharp.csproj
trunk/Tools/TreeSizeSharp.sln
trunk/Tools/VolumeFader/VolumeFader.csproj
trunk/Tools/VolumeFader.sln
trunk/Tools/WinternalExplorer/WinternalExplorer.csproj
trunk/Tools/WinternalExplorer.sln
Modified: trunk/ManagedWinapi/ManagedWinapi.csproj
===================================================================
--- trunk/ManagedWinapi/ManagedWinapi.csproj 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/ManagedWinapi/ManagedWinapi.csproj 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,8 +1,8 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -122,6 +122,9 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
+ <ItemGroup>
+ <None Include="app.config" />
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Modified: trunk/ManagedWinapi.sln
===================================================================
--- trunk/ManagedWinapi.sln 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/ManagedWinapi.sln 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,6 +1,6 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "ManagedWinapi\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
EndProject
Global
Modified: trunk/Tools/AOExplorer/AOExplorer.csproj
===================================================================
--- trunk/Tools/AOExplorer/AOExplorer.csproj 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/AOExplorer/AOExplorer.csproj 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Modified: trunk/Tools/AOExplorer.sln
===================================================================
--- trunk/Tools/AOExplorer.sln 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/AOExplorer.sln 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,6 +1,6 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AOExplorer", "AOExplorer\AOExplorer.csproj", "{479E3D62-978E-4582-A28F-F32A44300B30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "..\ManagedWinapi\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
Modified: trunk/Tools/ClipHancer/ClipHancer.csproj
===================================================================
--- trunk/Tools/ClipHancer/ClipHancer.csproj 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/ClipHancer/ClipHancer.csproj 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Modified: trunk/Tools/ClipHancer/Properties/Resources.Designer.cs
===================================================================
--- trunk/Tools/ClipHancer/Properties/Resources.Designer.cs 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/ClipHancer/Properties/Resources.Designer.cs 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:2.0.50727.42
+// Runtime Version:2.0.50727.3603
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Modified: trunk/Tools/ClipHancer.sln
===================================================================
--- trunk/Tools/ClipHancer.sln 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/ClipHancer.sln 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,6 +1,6 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClipHancer", "ClipHancer\ClipHancer.csproj", "{49C7BD25-E752-4C40-9C06-F24A4A47BC25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "..\ManagedWinapi\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
Modified: trunk/Tools/ContentsSaver/ContentsSaver.csproj
===================================================================
--- trunk/Tools/ContentsSaver/ContentsSaver.csproj 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/ContentsSaver/ContentsSaver.csproj 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Modified: trunk/Tools/ContentsSaver.sln
===================================================================
--- trunk/Tools/ContentsSaver.sln 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/ContentsSaver.sln 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,6 +1,6 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContentsSaver", "ContentsSaver\ContentsSaver.csproj", "{BA8CDD27-6124-42E1-AF5A-C721D57EE883}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "..\ManagedWinapi\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
Modified: trunk/Tools/DeskIconRestore/DeskIconRestore.csproj
===================================================================
--- trunk/Tools/DeskIconRestore/DeskIconRestore.csproj 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/DeskIconRestore/DeskIconRestore.csproj 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Modified: trunk/Tools/DeskIconRestore.sln
===================================================================
--- trunk/Tools/DeskIconRestore.sln 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/DeskIconRestore.sln 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,6 +1,6 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeskIconRestore", "DeskIconRestore\DeskIconRestore.csproj", "{119F4BA4-5E8C-4BF6-A2C4-DCE05EF16022}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "..\ManagedWinapi\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
Modified: trunk/Tools/GuessEXE/GuessEXE.csproj
===================================================================
--- trunk/Tools/GuessEXE/GuessEXE.csproj 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/GuessEXE/GuessEXE.csproj 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Modified: trunk/Tools/GuessEXE.sln
===================================================================
--- trunk/Tools/GuessEXE.sln 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/GuessEXE.sln 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,6 +1,6 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuessEXE", "GuessEXE\GuessEXE.csproj", "{6F1D8D0E-DE5E-4460-B723-4634F945D8B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "..\ManagedWinAPI\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
Modified: trunk/Tools/NeatKeys/NeatKeys.csproj
===================================================================
--- trunk/Tools/NeatKeys/NeatKeys.csproj 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/NeatKeys/NeatKeys.csproj 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Modified: trunk/Tools/NeatKeys.sln
===================================================================
--- trunk/Tools/NeatKeys.sln 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/NeatKeys.sln 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,6 +1,6 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeatKeys", "NeatKeys\NeatKeys.csproj", "{F95967E8-FB9C-40E6-9B75-1124F38C5DA1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "..\ManagedWinapi\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
Modified: trunk/Tools/QuickMacro/QuickMacro.csproj
===================================================================
--- trunk/Tools/QuickMacro/QuickMacro.csproj 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/QuickMacro/QuickMacro.csproj 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Modified: trunk/Tools/QuickMacro.sln
===================================================================
--- trunk/Tools/QuickMacro.sln 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/QuickMacro.sln 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,6 +1,6 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickMacro", "QuickMacro\QuickMacro.csproj", "{50EFFF0A-2DE5-4CFF-8417-E52F0F85BF00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "..\ManagedWinapi\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
Modified: trunk/Tools/ShootNotes/ShootNotes.csproj
===================================================================
--- trunk/Tools/ShootNotes/ShootNotes.csproj 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/ShootNotes/ShootNotes.csproj 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Modified: trunk/Tools/ShootNotes.sln
===================================================================
--- trunk/Tools/ShootNotes.sln 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/ShootNotes.sln 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,6 +1,6 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShootNotes", "ShootNotes\ShootNotes.csproj", "{1AEAC6DE-68E2-46FE-B500-FCF19783DB9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "..\ManagedWinapi\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
Modified: trunk/Tools/TreeSizeSharp/Properties/Resources.Designer.cs
===================================================================
--- trunk/Tools/TreeSizeSharp/Properties/Resources.Designer.cs 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/TreeSizeSharp/Properties/Resources.Designer.cs 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,17 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:2.0.50727.42
+// Runtime Version:2.0.50727.3603
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
-namespace TreeSizeSharp.Properties
-{
-
-
+namespace TreeSizeSharp.Properties {
+ using System;
+
+
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
@@ -22,48 +22,40 @@
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources
- {
-
+ internal class Resources {
+
private static global::System.Resources.ResourceManager resourceMan;
-
+
private static global::System.Globalization.CultureInfo resourceCulture;
-
+
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources()
- {
+ internal Resources() {
}
-
+
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager
- {
- get
- {
- if ((resourceMan == null))
- {
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TreeSizeSharp.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
-
+
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture
- {
- get
- {
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
return resourceCulture;
}
- set
- {
+ set {
resourceCulture = value;
}
}
Modified: trunk/Tools/TreeSizeSharp/Properties/Settings.Designer.cs
===================================================================
--- trunk/Tools/TreeSizeSharp/Properties/Settings.Designer.cs 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/TreeSizeSharp/Properties/Settings.Designer.cs 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,28 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:2.0.50727.42
+// Runtime Version:2.0.50727.3603
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
-namespace TreeSizeSharp.Properties
-{
-
-
+namespace TreeSizeSharp.Properties {
+
+
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
+
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default
- {
- get
- {
+
+ public static Settings Default {
+ get {
return defaultInstance;
}
}
Modified: trunk/Tools/TreeSizeSharp/TreeSizeSharp.csproj
===================================================================
--- trunk/Tools/TreeSizeSharp/TreeSizeSharp.csproj 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/TreeSizeSharp/TreeSizeSharp.csproj 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -62,6 +62,7 @@
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
+ <DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
Modified: trunk/Tools/TreeSizeSharp.sln
===================================================================
--- trunk/Tools/TreeSizeSharp.sln 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/TreeSizeSharp.sln 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,6 +1,6 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TreeSizeSharp", "TreeSizeSharp\TreeSizeSharp.csproj", "{01A22D01-8DF8-4941-90AC-21357AA06D52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "..\ManagedWinapi\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
Modified: trunk/Tools/VolumeFader/VolumeFader.csproj
===================================================================
--- trunk/Tools/VolumeFader/VolumeFader.csproj 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/VolumeFader/VolumeFader.csproj 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Modified: trunk/Tools/VolumeFader.sln
===================================================================
--- trunk/Tools/VolumeFader.sln 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/VolumeFader.sln 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,6 +1,6 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VolumeFader", "VolumeFader\VolumeFader.csproj", "{E37ECC0A-FE14-4920-B59A-3E87841D07A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "..\ManagedWinapi\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
Modified: trunk/Tools/WinternalExplorer/WinternalExplorer.csproj
===================================================================
--- trunk/Tools/WinternalExplorer/WinternalExplorer.csproj 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/WinternalExplorer/WinternalExplorer.csproj 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Modified: trunk/Tools/WinternalExplorer.sln
===================================================================
--- trunk/Tools/WinternalExplorer.sln 2009-11-27 18:34:29 UTC (rev 86)
+++ trunk/Tools/WinternalExplorer.sln 2009-11-27 19:07:41 UTC (rev 87)
@@ -1,6 +1,6 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinternalExplorer", "WinternalExplorer\WinternalExplorer.csproj", "{A556FB10-2F86-4DD6-AA97-41BB55975E96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "..\ManagedWinapi\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|