-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTurboYang.Utility.FileSignature.sln
More file actions
51 lines (51 loc) · 2.89 KB
/
Copy pathTurboYang.Utility.FileSignature.sln
File metadata and controls
51 lines (51 loc) · 2.89 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
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TurboYang.Utility.FileSignature", "TurboYang.Utility.FileSignature\TurboYang.Utility.FileSignature.csproj", "{7896D042-1314-468C-A422-157852518181}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TurboYang.Utility.FileSignature.Tests.NetCore2", "TurboYang.Utility.FileSignature.Tests.NetCore2\TurboYang.Utility.FileSignature.Tests.NetCore2.csproj", "{698CE205-648A-47F7-93C2-D3573224066E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TurboYang.Utility.FileSignature.Tests.NetCore3", "TurboYang.Utility.FileSignature.Tests.NetCore3\TurboYang.Utility.FileSignature.Tests.NetCore3.csproj", "{A3D99ECF-B136-4044-BBBF-D8F715A2E838}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{3283C9CF-B39F-44AE-A831-FCCC289F50E6}"
ProjectSection(SolutionItems) = preProject
Samples\Sample.bmp = Samples\Sample.bmp
Samples\Sample.doc = Samples\Sample.doc
Samples\Sample.docx = Samples\Sample.docx
Samples\Sample.gif = Samples\Sample.gif
Samples\Sample.jpg = Samples\Sample.jpg
Samples\Sample.pdf = Samples\Sample.pdf
Samples\Sample.png = Samples\Sample.png
Samples\Sample.ppt = Samples\Sample.ppt
Samples\Sample.pptx = Samples\Sample.pptx
Samples\Sample.wmv = Samples\Sample.wmv
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7896D042-1314-468C-A422-157852518181}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7896D042-1314-468C-A422-157852518181}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7896D042-1314-468C-A422-157852518181}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7896D042-1314-468C-A422-157852518181}.Release|Any CPU.Build.0 = Release|Any CPU
{698CE205-648A-47F7-93C2-D3573224066E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{698CE205-648A-47F7-93C2-D3573224066E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{698CE205-648A-47F7-93C2-D3573224066E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{698CE205-648A-47F7-93C2-D3573224066E}.Release|Any CPU.Build.0 = Release|Any CPU
{A3D99ECF-B136-4044-BBBF-D8F715A2E838}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3D99ECF-B136-4044-BBBF-D8F715A2E838}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3D99ECF-B136-4044-BBBF-D8F715A2E838}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3D99ECF-B136-4044-BBBF-D8F715A2E838}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3781FA3-CAA3-4E30-B821-4DB166A43BE1}
EndGlobalSection
EndGlobal