-
Notifications
You must be signed in to change notification settings - Fork 0
/
Toimik.CommonCrawl.sln
42 lines (42 loc) · 2.38 KB
/
Toimik.CommonCrawl.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toimik.CommonCrawl", "src\Toimik.CommonCrawl\Toimik.CommonCrawl.csproj", "{1811798F-F9DE-4B11-85B9-D00AC31B810D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toimik.CommonCrawl.Tests", "tests\Toimik.CommonCrawl.Tests\Toimik.CommonCrawl.Tests.csproj", "{27951125-B63B-4CC2-93BC-C15A28941C7D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F6BEDF5C-4D58-4FD7-8047-C714FD56B160}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toimik.CommonCrawl.Samples", "samples\Toimik.CommonCrawl.Samples\Toimik.CommonCrawl.Samples.csproj", "{803C9D15-FA0F-4158-8E1D-9AB40C5FF4F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1811798F-F9DE-4B11-85B9-D00AC31B810D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1811798F-F9DE-4B11-85B9-D00AC31B810D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1811798F-F9DE-4B11-85B9-D00AC31B810D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1811798F-F9DE-4B11-85B9-D00AC31B810D}.Release|Any CPU.Build.0 = Release|Any CPU
{27951125-B63B-4CC2-93BC-C15A28941C7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27951125-B63B-4CC2-93BC-C15A28941C7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27951125-B63B-4CC2-93BC-C15A28941C7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27951125-B63B-4CC2-93BC-C15A28941C7D}.Release|Any CPU.Build.0 = Release|Any CPU
{803C9D15-FA0F-4158-8E1D-9AB40C5FF4F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{803C9D15-FA0F-4158-8E1D-9AB40C5FF4F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{803C9D15-FA0F-4158-8E1D-9AB40C5FF4F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{803C9D15-FA0F-4158-8E1D-9AB40C5FF4F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA9EB77C-9DE1-468B-B6EC-FEAD2E72C87F}
EndGlobalSection
EndGlobal