-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFileClassifier.sln
More file actions
36 lines (36 loc) · 2.13 KB
/
FileClassifier.sln
File metadata and controls
36 lines (36 loc) · 2.13 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "FileTypeDetectionLib", "src/FileTypeDetection/FileTypeDetectionLib.vbproj", "{B1D39A4E-8D0B-41F2-811F-1A6269A5A793}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileClassifier.App", "src/FileClassifier.App/FileClassifier.App.csproj", "{CBE5B8D8-3EE0-4B34-882F-BE7C6FF9678C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileTypeDetectionLib.Tests", "tests/FileTypeDetectionLib.Tests/FileTypeDetectionLib.Tests.csproj", "{54C24FDA-19BF-4B8F-9F3C-BD33F2C49C77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1D39A4E-8D0B-41F2-811F-1A6269A5A793}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1D39A4E-8D0B-41F2-811F-1A6269A5A793}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1D39A4E-8D0B-41F2-811F-1A6269A5A793}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1D39A4E-8D0B-41F2-811F-1A6269A5A793}.Release|Any CPU.Build.0 = Release|Any CPU
{CBE5B8D8-3EE0-4B34-882F-BE7C6FF9678C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBE5B8D8-3EE0-4B34-882F-BE7C6FF9678C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBE5B8D8-3EE0-4B34-882F-BE7C6FF9678C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBE5B8D8-3EE0-4B34-882F-BE7C6FF9678C}.Release|Any CPU.Build.0 = Release|Any CPU
{54C24FDA-19BF-4B8F-9F3C-BD33F2C49C77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54C24FDA-19BF-4B8F-9F3C-BD33F2C49C77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54C24FDA-19BF-4B8F-9F3C-BD33F2C49C77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54C24FDA-19BF-4B8F-9F3C-BD33F2C49C77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44E78A1C-ACF9-4CC1-9BC4-876C3235F8C8}
EndGlobalSection
EndGlobal