[Mwinapi-commits] SF.net SVN: mwinapi:[150] trunk
Status: Beta
Brought to you by:
schierlm
|
From: <sch...@us...> - 2024-07-27 11:28:03
|
Revision: 150
http://sourceforge.net/p/mwinapi/code/150
Author: schierlm
Date: 2024-07-27 11:28:01 +0000 (Sat, 27 Jul 2024)
Log Message:
-----------
Separate project files for vs 2022 as well
Modified Paths:
--------------
trunk/ManagedWinapi/ManagedWinapi.csproj
trunk/ManagedWinapi-2022.sln
Added Paths:
-----------
trunk/ManagedWinapi/ManagedWinapi-2022.csproj
Copied: trunk/ManagedWinapi/ManagedWinapi-2022.csproj (from rev 149, trunk/ManagedWinapi/ManagedWinapi.csproj)
===================================================================
--- trunk/ManagedWinapi/ManagedWinapi-2022.csproj (rev 0)
+++ trunk/ManagedWinapi/ManagedWinapi-2022.csproj 2024-07-27 11:28:01 UTC (rev 150)
@@ -0,0 +1,160 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
+ <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>
+ <StartupObject>
+ </StartupObject>
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ </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)' == 'ReleaseUnsigned|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>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\ReleaseSigned\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <DocumentationFile>bin\ReleaseSigned\ManagedWinapi.XML</DocumentationFile>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>ManagedWinapiKey.snk</AssemblyOriginatorKeyFile>
+ </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="ManagedWinapiKey.snk" />
+ </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
Modified: trunk/ManagedWinapi/ManagedWinapi.csproj
===================================================================
--- trunk/ManagedWinapi/ManagedWinapi.csproj 2024-07-27 11:27:48 UTC (rev 149)
+++ trunk/ManagedWinapi/ManagedWinapi.csproj 2024-07-27 11:28:01 UTC (rev 150)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
+<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>
@@ -11,11 +11,6 @@
<AssemblyName>ManagedWinapi</AssemblyName>
<StartupObject>
</StartupObject>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Modified: trunk/ManagedWinapi-2022.sln
===================================================================
--- trunk/ManagedWinapi-2022.sln 2024-07-27 11:27:48 UTC (rev 149)
+++ trunk/ManagedWinapi-2022.sln 2024-07-27 11:28:01 UTC (rev 150)
@@ -3,7 +3,7 @@
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "ManagedWinapi\ManagedWinapi.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedWinapi", "ManagedWinapi\ManagedWinapi-2022.csproj", "{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|