Commit c23a973e authored by Marc Gravell's avatar Marc Gravell

add profiling (vsp) files to gitignore

parent d6d4683a
...@@ -23,4 +23,5 @@ test-results*.xml ...@@ -23,4 +23,5 @@ test-results*.xml
packages/ packages/
StackExchange.Redis.Tests/*Config.json StackExchange.Redis.Tests/*Config.json
t8.shakespeare.txt t8.shakespeare.txt
launchSettings.json launchSettings.json
\ No newline at end of file *.vsp
\ No newline at end of file
...@@ -81,7 +81,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Failover", "Failover", "{D0 ...@@ -81,7 +81,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Failover", "Failover", "{D0
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Redis.Server", "StackExchange.Redis.Server\StackExchange.Redis.Server.csproj", "{8375813E-FBAF-4DA3-A2C7-E4645B39B931}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Redis.Server", "StackExchange.Redis.Server\StackExchange.Redis.Server.csproj", "{8375813E-FBAF-4DA3-A2C7-E4645B39B931}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KestrelRedisServer", "KestrelRedisServer\KestrelRedisServer.csproj", "{3DA1EEED-E9FE-43D9-B293-E000CFCCD91A}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KestrelRedisServer", "KestrelRedisServer\KestrelRedisServer.csproj", "{3DA1EEED-E9FE-43D9-B293-E000CFCCD91A}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
......
using System; using System;
using System.IO.Pipelines;
using System.Net; using System.Net;
using System.Threading.Tasks; using System.Threading.Tasks;
using StackExchange.Redis.Server; using StackExchange.Redis.Server;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment