-
Notifications
You must be signed in to change notification settings - Fork 0
/
InlayTester.Drivers.FeigReader.sln
50 lines (50 loc) · 2.86 KB
/
InlayTester.Drivers.FeigReader.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
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InlayTester.Drivers.FeigReader", "src\InlayTester.Drivers.FeigReader\InlayTester.Drivers.FeigReader.csproj", "{B3B58DAC-1657-405F-B660-73ADF8D1BFF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.InlayTester.Drivers.FeigReader", "src\Tests.InlayTester.Drivers.FeigReader\Tests.InlayTester.Drivers.FeigReader.csproj", "{310CB3B1-0954-4CE7-BBCF-AAA5A11DEC86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Debug.InlayTester.Drivers.FeigReader", "src\Debug.InlayTester.Drivers.FeigReader\Debug.InlayTester.Drivers.FeigReader.csproj", "{B229D79C-2CC1-435C-844F-1CFAD60A51BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A9D870D1-6BCA-4EF0-8FBB-7C7D4F64BC82}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
InlayTester.Drivers.FeigReader.sln.DotSettings = InlayTester.Drivers.FeigReader.sln.DotSettings
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
_cleanup.cmd = _cleanup.cmd
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3B58DAC-1657-405F-B660-73ADF8D1BFF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3B58DAC-1657-405F-B660-73ADF8D1BFF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3B58DAC-1657-405F-B660-73ADF8D1BFF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3B58DAC-1657-405F-B660-73ADF8D1BFF6}.Release|Any CPU.Build.0 = Release|Any CPU
{310CB3B1-0954-4CE7-BBCF-AAA5A11DEC86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{310CB3B1-0954-4CE7-BBCF-AAA5A11DEC86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{310CB3B1-0954-4CE7-BBCF-AAA5A11DEC86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{310CB3B1-0954-4CE7-BBCF-AAA5A11DEC86}.Release|Any CPU.Build.0 = Release|Any CPU
{B229D79C-2CC1-435C-844F-1CFAD60A51BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B229D79C-2CC1-435C-844F-1CFAD60A51BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B229D79C-2CC1-435C-844F-1CFAD60A51BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B229D79C-2CC1-435C-844F-1CFAD60A51BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5000C6F1-5B0D-4184-81CD-C853FFD620D0}
EndGlobalSection
EndGlobal