-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathJNysteen.FileTypeIdentifier.sln
More file actions
44 lines (44 loc) · 2.58 KB
/
Copy pathJNysteen.FileTypeIdentifier.sln
File metadata and controls
44 lines (44 loc) · 2.58 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
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JNysteen.FileTypeIdentifier", "JNysteen.FileTypeIdentifier\JNysteen.FileTypeIdentifier.csproj", "{78AA7B15-7635-4E06-8C92-9ABBB3EC98D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JNysteen.FileTypeIdentifier.Tests", "JNysteen.FileTypeIdentifier.Tests\JNysteen.FileTypeIdentifier.Tests.csproj", "{183F8CFE-143F-4B61-8AEA-D13C78158A18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CAEE2A2F-C3C5-4B66-81B3-CE86A515A86E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
bitbucket-pipelines.yml = bitbucket-pipelines.yml
LICENSE.TXT = LICENSE.TXT
deploy-to-nuget.ps1 = deploy-to-nuget.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JNysteen.FileTypeIdentifier.ConsoleApplication", "Samples\JNysteen.FileTypeIdentifier.ConsoleApplication\JNysteen.FileTypeIdentifier.ConsoleApplication.csproj", "{A5AFD976-21C3-4873-B1A3-D00C9C623628}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78AA7B15-7635-4E06-8C92-9ABBB3EC98D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78AA7B15-7635-4E06-8C92-9ABBB3EC98D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78AA7B15-7635-4E06-8C92-9ABBB3EC98D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78AA7B15-7635-4E06-8C92-9ABBB3EC98D0}.Release|Any CPU.Build.0 = Release|Any CPU
{183F8CFE-143F-4B61-8AEA-D13C78158A18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{183F8CFE-143F-4B61-8AEA-D13C78158A18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{183F8CFE-143F-4B61-8AEA-D13C78158A18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{183F8CFE-143F-4B61-8AEA-D13C78158A18}.Release|Any CPU.Build.0 = Release|Any CPU
{A5AFD976-21C3-4873-B1A3-D00C9C623628}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5AFD976-21C3-4873-B1A3-D00C9C623628}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5AFD976-21C3-4873-B1A3-D00C9C623628}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5AFD976-21C3-4873-B1A3-D00C9C623628}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {017AADED-D28F-434F-8A0E-D6B118C4348E}
EndGlobalSection
EndGlobal