-
Notifications
You must be signed in to change notification settings - Fork 7
/
CompatibilityChecker.sln
41 lines (41 loc) · 2.3 KB
/
CompatibilityChecker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22310.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompatibilityChecker", "CompatibilityChecker\CompatibilityChecker.csproj", "{C3D7FCE7-0FED-462F-A4A6-BAFC6AA91EF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompatibilityCheckExample", "CompatibilityCheckExample\CompatibilityCheckExample.csproj", "{69E70F61-27CA-46A2-8017-A2F66B1D4AAA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C355D891-5C1D-4794-9981-9077586D4D39}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
TestSettings.testsettings = TestSettings.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompatibilityCheckerTests", "CompatibilityCheckerTests\CompatibilityCheckerTests.csproj", "{44681692-0479-4C99-BF40-F310B78D87F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3D7FCE7-0FED-462F-A4A6-BAFC6AA91EF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3D7FCE7-0FED-462F-A4A6-BAFC6AA91EF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3D7FCE7-0FED-462F-A4A6-BAFC6AA91EF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3D7FCE7-0FED-462F-A4A6-BAFC6AA91EF2}.Release|Any CPU.Build.0 = Release|Any CPU
{69E70F61-27CA-46A2-8017-A2F66B1D4AAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69E70F61-27CA-46A2-8017-A2F66B1D4AAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69E70F61-27CA-46A2-8017-A2F66B1D4AAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69E70F61-27CA-46A2-8017-A2F66B1D4AAA}.Release|Any CPU.Build.0 = Release|Any CPU
{44681692-0479-4C99-BF40-F310B78D87F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44681692-0479-4C99-BF40-F310B78D87F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44681692-0479-4C99-BF40-F310B78D87F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44681692-0479-4C99-BF40-F310B78D87F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal