-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
225 lines (225 loc) · 16.6 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
/.vs/GZipTest/v16/Server/sqlite3/db.lock
/.vs/GZipTest/v16/Server/sqlite3/storage.ide
/.vs/GZipTest/v16/Server/sqlite3/storage.ide-shm
/.vs/GZipTest/v16/Server/sqlite3/storage.ide-wal
/GZipTest.Core/bin/Debug/GZipTest.Core.1.0.0.nupkg
/GZipTest.Core/bin/Debug/netstandard2.0/GZipTest.Core.deps.json
/GZipTest.Core/bin/Debug/netstandard2.0/GZipTest.Core.dll
/GZipTest.Core/bin/Debug/netstandard2.0/GZipTest.Core.pdb
/GZipTest.Core/obj/Debug/GZipTest.Core.1.0.0.nuspec
/GZipTest.Core/obj/Debug/netstandard2.0/GZipTest.Core.AssemblyInfo.cs
/GZipTest.Core/obj/Debug/netstandard2.0/GZipTest.Core.AssemblyInfoInputs.cache
/GZipTest.Core/obj/Debug/netstandard2.0/GZipTest.Core.assets.cache
/GZipTest.Core/obj/Debug/netstandard2.0/GZipTest.Core.csproj.FileListAbsolute.txt
/GZipTest.Core/obj/Debug/netstandard2.0/GZipTest.Core.dll
/GZipTest.Core/obj/Debug/netstandard2.0/GZipTest.Core.pdb
/GZipTest.Core/obj/GZipTest.Core.csproj.nuget.cache
/GZipTest.Core/obj/GZipTest.Core.csproj.nuget.dgspec.json
/GZipTest.Core/obj/GZipTest.Core.csproj.nuget.g.props
/GZipTest.Core/obj/GZipTest.Core.csproj.nuget.g.targets
/GZipTest.Core/obj/project.assets.json
/GZipTest.Start/bin/Debug/GZipTest.Start.1.0.0.nupkg
/GZipTest.Start/bin/Debug/netcoreapp3.0/Castle.Core.dll
/GZipTest.Start/bin/Debug/netcoreapp3.0/GZipTest.Core.dll
/GZipTest.Start/bin/Debug/netcoreapp3.0/GZipTest.Core.pdb
/GZipTest.Start/bin/Debug/netcoreapp3.0/GZipTest.Start.deps.json
/GZipTest.Start/bin/Debug/netcoreapp3.0/GZipTest.Start.dll
/GZipTest.Start/bin/Debug/netcoreapp3.0/GZipTest.Start.exe
/GZipTest.Start/bin/Debug/netcoreapp3.0/GZipTest.Start.pdb
/GZipTest.Start/bin/Debug/netcoreapp3.0/GZipTest.Start.runtimeconfig.dev.json
/GZipTest.Start/bin/Debug/netcoreapp3.0/GZipTest.Start.runtimeconfig.json
/GZipTest.Start/bin/Debug/netcoreapp3.0/Ninject.Extensions.Factory.dll
/GZipTest.Start/bin/Debug/netcoreapp3.0/Ninject.dll
/GZipTest.Start/obj/Debug/GZipTest.Start.1.0.0.nuspec
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.AssemblyInfo.cs
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.AssemblyInfoInputs.cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Console.AssemblyInfo.cs
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Console.AssemblyInfoInputs.cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Console.assets.cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Console.csprojAssemblyReference.cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Start.AssemblyInfo.cs
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Start.AssemblyInfoInputs.cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Start.assets (Конфликтующая копия с компьютера Alex Khr 2019-11-21).cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Start.assets.cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Start.csproj.CopyComplete
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Start.csproj.FileListAbsolute.txt
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Start.csprojAssemblyReference (Конфликтующая копия с компьютера Alex Khr 2019-11-21).cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Start.csprojAssemblyReference.cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Start.dll
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Start.exe
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.Start.pdb
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.assets.cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.csproj.FileListAbsolute.txt
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.csprojAssemblyReference.cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.dll
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.exe
/GZipTest.Start/obj/Debug/netcoreapp3.0/GZipTest.pdb
/GZipTest.Start/obj/Debug/netcoreapp3.0/GzipStreamTask.AssemblyInfo.cs
/GZipTest.Start/obj/Debug/netcoreapp3.0/GzipStreamTask.AssemblyInfoInputs.cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GzipStreamTask.assets.cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GzipStreamTask.csproj.FileListAbsolute.txt
/GZipTest.Start/obj/Debug/netcoreapp3.0/GzipStreamTask.csprojAssemblyReference.cache
/GZipTest.Start/obj/Debug/netcoreapp3.0/GzipStreamTask.dll
/GZipTest.Start/obj/Debug/netcoreapp3.0/GzipStreamTask.exe
/GZipTest.Start/obj/Debug/netcoreapp3.0/GzipStreamTask.pdb
/GZipTest.Start/obj/GZipTest.Console.csproj.nuget.cache
/GZipTest.Start/obj/GZipTest.Console.csproj.nuget.dgspec.json
/GZipTest.Start/obj/GZipTest.Console.csproj.nuget.g.props
/GZipTest.Start/obj/GZipTest.Console.csproj.nuget.g.targets
/GZipTest.Start/obj/GZipTest.Start.csproj.nuget.cache
/GZipTest.Start/obj/GZipTest.Start.csproj.nuget.dgspec.json
/GZipTest.Start/obj/GZipTest.Start.csproj.nuget.g.props
/GZipTest.Start/obj/GZipTest.Start.csproj.nuget.g.targets
/GZipTest.Start/obj/GZipTest.csproj.nuget.cache
/GZipTest.Start/obj/GZipTest.csproj.nuget.dgspec.json
/GZipTest.Start/obj/GZipTest.csproj.nuget.g.props
/GZipTest.Start/obj/GZipTest.csproj.nuget.g.targets
/GZipTest.Start/obj/GzipStreamTask.csproj.nuget.cache
/GZipTest.Start/obj/GzipStreamTask.csproj.nuget.dgspec.json
/GZipTest.Start/obj/GzipStreamTask.csproj.nuget.g.props
/GZipTest.Start/obj/GzipStreamTask.csproj.nuget.g.targets
/GZipTest.Start/obj/Release/netcoreapp3.0/GZipTest.Start.AssemblyInfo.cs
/GZipTest.Start/obj/Release/netcoreapp3.0/GZipTest.Start.AssemblyInfoInputs.cache
/GZipTest.Start/obj/Release/netcoreapp3.0/GZipTest.Start.assets.cache
/GZipTest.Start/obj/Release/netcoreapp3.0/GZipTest.Start.csproj.CopyComplete
/GZipTest.Start/obj/Release/netcoreapp3.0/GZipTest.Start.csproj.FileListAbsolute.txt
/GZipTest.Start/obj/Release/netcoreapp3.0/GZipTest.Start.csprojAssemblyReference.cache
/GZipTest.Start/obj/Release/netcoreapp3.0/GZipTest.Start.dll
/GZipTest.Start/obj/Release/netcoreapp3.0/GZipTest.Start.exe
/GZipTest.Start/obj/Release/netcoreapp3.0/GZipTest.Start.pdb
/GZipTest.Start/obj/project.assets.json
/GZipTest.Start/obj/x64/Debug/netcoreapp3.0/GZipTest.Start.AssemblyInfo.cs
/GZipTest.Start/obj/x64/Debug/netcoreapp3.0/GZipTest.Start.AssemblyInfoInputs.cache
/GZipTest.Start/obj/x64/Debug/netcoreapp3.0/GZipTest.Start.assets.cache
/GZipTest.Start/obj/x64/Debug/netcoreapp3.0/GZipTest.Start.csproj.CopyComplete
/GZipTest.Start/obj/x64/Debug/netcoreapp3.0/GZipTest.Start.csproj.FileListAbsolute.txt
/GZipTest.Start/obj/x64/Debug/netcoreapp3.0/GZipTest.Start.csprojAssemblyReference.cache
/GZipTest.Start/obj/x64/Debug/netcoreapp3.0/GZipTest.Start.dll
/GZipTest.Start/obj/x64/Debug/netcoreapp3.0/GZipTest.Start.exe
/GZipTest.Start/obj/x64/Debug/netcoreapp3.0/GZipTest.Start.pdb
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Castle.Core.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/GZipTest.Core.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/GZipTest.Core.pdb
/GzipTest.Tests/bin/Debug/netcoreapp3.0/GzipTest.Tests.deps.json
/GzipTest.Tests/bin/Debug/netcoreapp3.0/GzipTest.Tests.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/GzipTest.Tests.pdb
/GzipTest.Tests/bin/Debug/netcoreapp3.0/GzipTest.Tests.runtimeconfig.dev.json
/GzipTest.Tests/bin/Debug/netcoreapp3.0/GzipTest.Tests.runtimeconfig.json
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.TestPlatform.CommunicationUtilities.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.TestPlatform.CoreUtilities.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.TestPlatform.CrossPlatEngine.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.TestPlatform.PlatformAbstractions.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.TestPlatform.Utilities.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.VisualStudio.TestPlatform.Common.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Moq.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/Newtonsoft.Json.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/System.Xml.XPath.XmlDocument.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/testhost.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll
/GzipTest.Tests/bin/Debug/netcoreapp3.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
/GzipTest.Tests/obj/Debug/netcoreapp3.0/GzipTest.Tests.AssemblyInfo.cs
/GzipTest.Tests/obj/Debug/netcoreapp3.0/GzipTest.Tests.AssemblyInfoInputs.cache
/GzipTest.Tests/obj/Debug/netcoreapp3.0/GzipTest.Tests.Resource.resources
/GzipTest.Tests/obj/Debug/netcoreapp3.0/GzipTest.Tests.assets.cache
/GzipTest.Tests/obj/Debug/netcoreapp3.0/GzipTest.Tests.csproj.CopyComplete
/GzipTest.Tests/obj/Debug/netcoreapp3.0/GzipTest.Tests.csproj.FileListAbsolute.txt
/GzipTest.Tests/obj/Debug/netcoreapp3.0/GzipTest.Tests.csproj.GenerateResource.cache
/GzipTest.Tests/obj/Debug/netcoreapp3.0/GzipTest.Tests.csprojAssemblyReference.cache
/GzipTest.Tests/obj/Debug/netcoreapp3.0/GzipTest.Tests.dll
/GzipTest.Tests/obj/Debug/netcoreapp3.0/GzipTest.Tests.pdb
/GzipTest.Tests/obj/GzipTest.Tests.csproj.nuget.cache
/GzipTest.Tests/obj/GzipTest.Tests.csproj.nuget.dgspec.json
/GzipTest.Tests/obj/GzipTest.Tests.csproj.nuget.g.props
/GzipTest.Tests/obj/GzipTest.Tests.csproj.nuget.g.targets
/GzipTest.Tests/obj/project.assets.json
/.vs/GZipTest/v16/.suo
/.vs/GZipTest/DesignTimeBuild/.dtbcache
/.vs/GZipTest/v16/TestStore/0/000-0000.testlog
/.vs/GZipTest/v16/TestStore/0/testlog.manifest
/GZipTest.Core/GZipEngine/IGzipEngine.cs
/GZipTest.Core/obj/Debug/netstandard2.0/GZipTest.Core.csprojAssemblyReference.cache
/GZipTest.Start/bin/Debug/netcoreapp3.0/Bridge.bmp
/GZipTest.Start/bin/Debug/netcoreapp3.0/bridge.bmp.prt1
/GZipTest.Start/bin/Debug/netcoreapp3.0/bridge.bmp.prt2
/GZipTest.Start/bin/Debug/netcoreapp3.0/bridge.bmp.prt3
/GZipTest.Start/bin/Debug/netcoreapp3.0/bridge.bmp.prt4
/GZipTest.Start/bin/Debug/netcoreapp3.0/bridge.bmp.prt5
/GZipTest.Start/bin/Debug/netcoreapp3.0/bridge.bmp.prt6
/GZipTest.Start/bin/Debug/netcoreapp3.0/bridge.bmp.prt7
/GZipTest.Start/bin/Debug/netcoreapp3.0/bridgeDecompressed.bmp
/GZipTest.Start/obj
/GZipTest.Start/bin
/GZipTest.Core/bin
/GZipTest.Core/obj
/GzipTest.Tests/obj
/GzipTest.Tests/bin