diff options
author | heqnx <root@heqnx.com> | 2025-04-25 13:49:22 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-04-25 13:49:22 +0300 |
commit | 9f44720d0be28d326bff433f6d2f2c47b2a6d8da (patch) | |
tree | 110558db0eadc566057166029edbc3355555b535 | |
parent | ef021ad6ef66c4438c67a8ba7465f6462e1529a7 (diff) | |
download | SharpRIDHijack-9f44720d0be28d326bff433f6d2f2c47b2a6d8da.tar.gz SharpRIDHijack-9f44720d0be28d326bff433f6d2f2c47b2a6d8da.zip |
updated sln and csprojv1.0.0
-rw-r--r-- | SharpRIDHijack.sln | 62 | ||||
-rw-r--r-- | SharpRIDHijack/SharpRIDHijack.csproj | 158 |
2 files changed, 140 insertions, 80 deletions
diff --git a/SharpRIDHijack.sln b/SharpRIDHijack.sln index 91e7c30..9cf7b42 100644 --- a/SharpRIDHijack.sln +++ b/SharpRIDHijack.sln @@ -1,25 +1,37 @@ -
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.13.35931.197 d17.13
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpRIDHijack", "SharpRIDHijack\SharpRIDHijack.csproj", "{33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {04A5D51C-502B-4CC6-BACC-87EAD1E0A476}
- EndGlobalSection
-EndGlobal
+ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.13.35931.197 d17.13 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpRIDHijack", "SharpRIDHijack\SharpRIDHijack.csproj", "{33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|x64.ActiveCfg = Debug|x64 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|x64.Build.0 = Debug|x64 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|x86.ActiveCfg = Debug|x86 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|x86.Build.0 = Debug|x86 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|Any CPU.Build.0 = Release|Any CPU + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|x64.ActiveCfg = Release|x64 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|x64.Build.0 = Release|x64 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|x86.ActiveCfg = Release|x86 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {04A5D51C-502B-4CC6-BACC-87EAD1E0A476} + EndGlobalSection +EndGlobal diff --git a/SharpRIDHijack/SharpRIDHijack.csproj b/SharpRIDHijack/SharpRIDHijack.csproj index 6a91570..8391303 100644 --- a/SharpRIDHijack/SharpRIDHijack.csproj +++ b/SharpRIDHijack/SharpRIDHijack.csproj @@ -1,55 +1,103 @@ -<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>SharpRIDHijack</RootNamespace>
- <AssemblyName>SharpRIDHijack</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-</Project>
\ No newline at end of file +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProjectGuid>{33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}</ProjectGuid> + <OutputType>Exe</OutputType> + <RootNamespace>SharpRIDHijack</RootNamespace> + <AssemblyName>SharpRIDHijack</AssemblyName> + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> + <FileAlignment>512</FileAlignment> + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> + <Deterministic>true</Deterministic> + <Platforms>AnyCPU;x64;x86</Platforms> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <PlatformTarget>AnyCPU</PlatformTarget> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Debug\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <PlatformTarget>AnyCPU</PlatformTarget> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> + <PlatformTarget>x64</PlatformTarget> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\x64\Debug\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> + <PlatformTarget>x64</PlatformTarget> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\x64\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> + <PlatformTarget>x86</PlatformTarget> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\x86\Debug\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> + <PlatformTarget>x86</PlatformTarget> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\x86\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + <ItemGroup> + <Reference Include="Microsoft.CSharp" /> + <Reference Include="System" /> + <Reference Include="System.Configuration.Install" /> + <Reference Include="System.Core" /> + <Reference Include="System.Xml.Linq" /> + <Reference Include="System.Data.DataSetExtensions" /> + <Reference Include="Microsoft.CSharp" /> + <Reference Include="System.Data" /> + <Reference Include="System.Data.DataSetExtensions" /> + <Reference Include="System.Net.Http" /> + <Reference Include="System.Security" /> + <Reference Include="System.Xml" /> + <Reference Include="System.Xml.Linq" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Program.cs" /> + <Compile Include="Properties\AssemblyInfo.cs" /> + </ItemGroup> + <ItemGroup> + <None Include="App.config" /> + </ItemGroup> + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> +</Project> |