Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idle session commit for securden #396

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
0d14247
Merge pull request #1 from cedrozor/master
sarathy365 Apr 21, 2020
c61e838
x64 related changes added.
sarathy365 Apr 22, 2020
4f083a8
Merge branch 'master' of https://github.com/sarathy365/myrtille
sarathy365 Apr 22, 2020
e1164c2
SecurdenRDP related changes added,
sarathy365 Apr 27, 2020
166a223
Port - 8080 modified + AudioPlayback - Removed
sarathy365 Apr 28, 2020
aeabd57
WebRDP related changes added.
sarathy365 May 3, 2020
1b74656
Style Issues Fixed.
sarathy365 May 4, 2020
7333459
IE Browser check added.
sarathy365 May 4, 2020
506842e
Text changes + clipboard style modified.
sarathy365 May 4, 2020
330caa8
SecurdenRDP - Dropdown & Ancillory related changes.
sarathy365 May 5, 2020
3a219d7
Style changes from Suren
sarathy365 May 5, 2020
eb30b37
Port in Web RDP handled.
sarathy365 May 6, 2020
3662a5a
Access URL addition in Request handled.
sarathy365 May 11, 2020
78d6b2b
Myrtille Session Shadow/Terminate Options Added.
sarathy365 Nov 3, 2020
30cafde
SecurdenRDp - Fit2Screen Option Added.
sarathy365 Nov 30, 2020
ddfbed1
Session shadow/terminate issues fixed.
sarathy365 Nov 30, 2020
bf72d30
Icon changes added.
sarathy365 Dec 1, 2020
1e024f0
Text changes added.
sarathy365 Dec 1, 2020
4a5b56d
wfreerdp exe name modified.
sarathy365 Dec 21, 2020
6e3036e
Merge remote-tracking branch 'upstream/master' into merge_branch
sarathy365 May 4, 2021
47aafac
Port removed from username while appending address.
sarathy365 Oct 20, 2021
b02b86b
Clipboard disable part added.
sarathy365 Oct 17, 2022
9bdb93a
ServiceOrgId Handling for MSP builds - Web RDP handled.
sarathy365 Apr 28, 2023
909456d
Code Changes from Anish - Session Termination on User Session Close C…
sarathy365 May 31, 2023
d5a3802
Merge branch 'master' of https://github.com/sarathy365/myrtille into …
sarathy365 Jun 12, 2023
3cbe23e
ServiceOrgId - Appended
sarathy365 Jun 12, 2023
3f147a7
Thread abort issue fixed.
sarathy365 Aug 3, 2023
1214e9e
Merge pull request #3 from sarathy365/build
sarathy365 Sep 6, 2023
7ab4f0d
.Net Framework changed from v4.5 to v4.8.1
sarathy365 Sep 6, 2023
8860279
web rdp recording
Sep 19, 2023
47a0378
web rdp recording issue fix
Sep 26, 2023
62b17d5
web rdp recording flow change fix
Sep 29, 2023
559d975
Myrtille .Net Framework 4.6.2 Reverted From 4.8.1
sarathy365 Oct 5, 2023
3d99078
issue fix
Oct 10, 2023
0aa0942
update record folder path
Oct 18, 2023
0095059
account title as browser title handled
Feb 5, 2024
a7eb367
Merge pull request #6 from sarathy365/rdp_recording
sarathy365 Feb 6, 2024
3535338
current live code missing udpated
May 17, 2024
009411b
idle session feature basic
4rryaman3 Sep 24, 2024
3a55f9e
idle session for web connrctions
4rryaman3 Sep 26, 2024
65b20db
Merge pull request #1 from sarathy365/master
4rryaman3 Oct 4, 2024
1534628
text changes and removed idle for shadow connection
4rryaman3 Oct 25, 2024
fed6007
Merge pull request #7 from 4rryaman3/master
sarathy365 Oct 25, 2024
13dfb08
Merge pull request #2 from sarathy365/master
4rryaman3 Oct 25, 2024
22a6003
handled keep active indefinitely
4rryaman3 Oct 25, 2024
c6e7abe
Merge branch 'master' of https://github.com/4rryaman3/myrtille
4rryaman3 Oct 25, 2024
265c1ba
Compilation changes added
sarathy365 Oct 25, 2024
169af66
Merge pull request #8 from 4rryaman3/master
sarathy365 Oct 25, 2024
55c8762
Merge pull request #9 from sarathy365/master
sarathy365 Oct 25, 2024
ad0df99
Idle timeut fixes from Arryan
sarathy365 Dec 17, 2024
9f45a9c
Merge pull request #10 from sarathy365/idle_timeout
sarathy365 Jan 15, 2025
0d606a6
Merge pull request #11 from sarathy365/rdp_recording
sarathy365 Jan 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Myrtille.Admin.Services/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
</Myrtille.Admin.Services.Properties.Settings>
</applicationSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
</startup>
</configuration>
29 changes: 9 additions & 20 deletions Myrtille.Admin.Services/Myrtille.Admin.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,21 @@
<OutputType>Exe</OutputType>
<RootNamespace>Myrtille.Admin.Services</RootNamespace>
<AssemblyName>Myrtille.Admin.Services</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</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>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>myrtille.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Owin, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.4.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
Expand Down
32 changes: 11 additions & 21 deletions Myrtille.Admin.Web/Myrtille.Admin.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4E20CD3A-C6F8-4AA6-9678-9E210D71F811}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<ProjectTypeGuids></ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Myrtille.Admin.Web</RootNamespace>
<AssemblyName>Myrtille.Admin.Web</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<UseIISExpress>false</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />
Expand All @@ -23,24 +23,6 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down Expand Up @@ -125,6 +107,14 @@
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\</OutputPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
Expand All @@ -136,7 +126,7 @@
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>50729</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost/Myrtille_microarea_admin</IISUrl>
<IISUrl>https://localhost/Myrtille_microarea_admin</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
Expand Down
6 changes: 3 additions & 3 deletions Myrtille.Admin.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
</startup>
<applicationSettings>
<Myrtille.Admin.Web.Properties.Settings>
Expand All @@ -16,7 +16,7 @@
</Myrtille.Admin.Web.Properties.Settings>
</applicationSettings>
<system.web>
<compilation debug="true" targetFramework="4.5"/>
<httpRuntime targetFramework="4.5"/>
<compilation debug="true" targetFramework="4.6.2"/>
<httpRuntime targetFramework="4.6.2"/>
</system.web>
</configuration>
29 changes: 7 additions & 22 deletions Myrtille.Common/Myrtille.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<PublishUrl>http://localhost/Common/</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
Expand All @@ -33,28 +33,13 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
<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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Debug\</OutputPath>
</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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="CertEnroll_Interop, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down
23 changes: 7 additions & 16 deletions Myrtille.Enterprise/Myrtille.Enterprise.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,16 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Myrtille.Enterprise</RootNamespace>
<AssemblyName>Myrtille.Enterprise</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Debug\</OutputPath>
</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>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
Expand Down
23 changes: 7 additions & 16 deletions Myrtille.MFAProviders/Myrtille.MFAProviders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,17 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Myrtille.MFAProviders</RootNamespace>
<AssemblyName>Myrtille.MFAProviders</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<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>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Debug\</OutputPath>
</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>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="OASIS.Integration, Version=1.7.0.0, Culture=neutral, PublicKeyToken=bf7fa19775bc8b36, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion Myrtille.Printer/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</configSections>

<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
</startup>

<system.diagnostics>
Expand Down
29 changes: 9 additions & 20 deletions Myrtille.Printer/Myrtille.Printer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,9 @@
<OutputType>WinExe</OutputType>
<RootNamespace>Myrtille.Printer</RootNamespace>
<AssemblyName>Myrtille.Printer</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</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>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>AdobeIcon.ico</ApplicationIcon>
</PropertyGroup>
Expand All @@ -39,6 +20,14 @@
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Myrtille.RDP/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</system.diagnostics>

<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
</startup>

</configuration>
15 changes: 12 additions & 3 deletions Myrtille.RDP/Myrtille.RDP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ProjectGuid>{01E631B8-2A75-4C16-BAE9-E7F0523D89B1}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Myrtille.RDP</RootNamespace>
<AssemblyName>Myrtille.RDP</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<AssemblyName>SecurdenRDPClient</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
Expand All @@ -32,7 +32,16 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>FreeRDP.ico</ApplicationIcon>
<ApplicationIcon>
</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion Myrtille.SSH/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</system.diagnostics>

<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
</startup>

</configuration>
Loading