Commit 99213065 99213065c2bb37470b9d618380cf346fcba9cd83 by Christian Gerdes

Lagt till registry nycklarna i en fil kallad Schannel_high_withclient.reg under …

…mappen Registry, dessa behövs för att få TLS1.2 aktiverat på windows maskinen.
1 parent c2474d9f
...@@ -52,6 +52,9 @@ ...@@ -52,6 +52,9 @@
52 <Compile Include="LoadTestPlugins.cs" /> 52 <Compile Include="LoadTestPlugins.cs" />
53 <Compile Include="Properties\AssemblyInfo.cs" /> 53 <Compile Include="Properties\AssemblyInfo.cs" />
54 </ItemGroup> 54 </ItemGroup>
55 <ItemGroup>
56 <None Include="Registry\Schannel_high_withclient.reg" />
57 </ItemGroup>
55 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 58 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
56 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 59 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
57 Other similar extension points exist, see Microsoft.Common.targets. 60 Other similar extension points exist, see Microsoft.Common.targets.
......