[Mwinapi-commits] SF.net SVN: mwinapi:[115] trunk
Status: Beta
Brought to you by:
schierlm
From: <dan...@us...> - 2013-07-23 08:13:44
|
Revision: 115 http://sourceforge.net/p/mwinapi/code/115 Author: danielrose Date: 2013-07-23 08:13:36 +0000 (Tue, 23 Jul 2013) Log Message: ----------- Added a Visual Studio 2010 version of ManagedWinapi which targets the .NET 4.0 client framework. Added Paths: ----------- trunk/ManagedWinapi/ManagedWinapi-2010.csproj trunk/ManagedWinapi-2010.sln Added: trunk/ManagedWinapi/ManagedWinapi-2010.csproj =================================================================== --- trunk/ManagedWinapi/ManagedWinapi-2010.csproj (rev 0) +++ trunk/ManagedWinapi/ManagedWinapi-2010.csproj 2013-07-23 08:13:36 UTC (rev 115) @@ -0,0 +1,145 @@ +<?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> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>9.0.30729</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>ManagedWinapi</RootNamespace> + <AssemblyName>ManagedWinapi</AssemblyName> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <TargetFrameworkProfile>Client</TargetFrameworkProfile> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <DocumentationFile>bin\Debug\ManagedWinapi.XML</DocumentationFile> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <DocumentationFile>bin\Release\ManagedWinapi.XML</DocumentationFile> + </PropertyGroup> + <ItemGroup> + <Reference Include="Accessibility" /> + <Reference Include="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Drawing" /> + <Reference Include="System.Management" /> + <Reference Include="System.Windows.Forms" /> + <Reference Include="System.Xml" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Accessibility\AccessibleObjectListener.cs"> + <SubType>Component</SubType> + </Compile> + <Compile Include="BitmapDataHandler.cs" /> + <Compile Include="COMTypeInformation.cs" /> + <Compile Include="Windows\Contents\AccessibleWindowParser.cs" /> + <Compile Include="ExtendedFileInfo.cs" /> + <Compile Include="CodepointRange.cs" /> + <Compile Include="Hooks\Hook.cs"> + <SubType>Component</SubType> + </Compile> + <Compile Include="InputBlocker.cs" /> + <Compile Include="Hooks\JournalHook.cs"> + <SubType>Component</SubType> + </Compile> + <Compile Include="KeyboardKey.cs" /> + <Compile Include="Hooks\LowLevelHook.cs"> + <SubType>Component</SubType> + </Compile> + <Compile Include="MachineIdentifiers.cs" /> + <Compile Include="PixelData.cs" /> + <Compile Include="ProcessMemoryChunk.cs" /> + <Compile Include="ProcessTree.cs" /> + <Compile Include="Windows\Screenshot.cs" /> + <Compile Include="ShortcutBox.cs"> + <SubType>Component</SubType> + </Compile> + <Compile Include="ShortcutBox.Designer.cs"> + <DependentUpon>ShortcutBox.cs</DependentUpon> + </Compile> + <Compile Include="PrivilegedActions.cs" /> + <Compile Include="Accessibility\SystemAccessibleObject.cs" /> + <Compile Include="ApiHelper.cs" /> + <Compile Include="ClipboardNotifier.cs"> + <SubType>Component</SubType> + </Compile> + <Compile Include="Windows\Contents\ContentParserRegistry.cs" /> + <Compile Include="Windows\Contents\ListParser.cs" /> + <Compile Include="Windows\Contents\TextFieldParser.cs" /> + <Compile Include="Windows\Contents\WindowContent.cs" /> + <Compile Include="Windows\Contents\WindowContentParser.cs" /> + <Compile Include="Crosshair.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Crosshair.Designer.cs"> + <DependentUpon>Crosshair.cs</DependentUpon> + </Compile> + <Compile Include="Audio\Mixer\Mixer.cs" /> + <Compile Include="Audio\Mixer\MixerControl.cs" /> + <Compile Include="Audio\Mixer\MixerLine.cs" /> + <Compile Include="Windows\PInvokeTypes.cs" /> + <Compile Include="SendKeysEscaper.cs" /> + <Compile Include="Windows\EventDispatchingNativeWindow.cs" /> + <Compile Include="Hotkey.cs"> + <SubType>Component</SubType> + </Compile> + <Compile Include="LockKeyResetter.cs" /> + <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="Windows\SystemListBox.cs" /> + <Compile Include="Windows\SystemListView.cs" /> + <Compile Include="Windows\SystemTreeView.cs" /> + <Compile Include="Windows\SystemWindow.cs" /> + <Compile Include="TextCursor.cs" /> + <Compile Include="TextCursorProvider.cs"> + <SubType>Component</SubType> + </Compile> + <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Crosshair.resx"> + <SubType>Designer</SubType> + <DependentUpon>Crosshair.cs</DependentUpon> + </EmbeddedResource> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="crosshair.ico" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="crosshair.cur" /> + <EmbeddedResource Include="ShortcutBox.resx"> + <SubType>Designer</SubType> + <DependentUpon>ShortcutBox.cs</DependentUpon> + </EmbeddedResource> + </ItemGroup> + <ItemGroup> + <Content Include="ManagedWinapiNativeHelper.dll"> + <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. + <Target Name="BeforeBuild"> + </Target> + <Target Name="AfterBuild"> + </Target> + --> +</Project> \ No newline at end of file Added: trunk/ManagedWinapi-2010.sln =================================================================== --- trunk/ManagedWinapi-2010.sln (rev 0) +++ trunk/ManagedWinapi-2010.sln 2013-07-23 08:13:36 UTC (rev 115) @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi-2010", "ManagedWinapi\ManagedWinapi-2010.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |