CheckCircuit – Diff between revs 1 and 2
?pathlinks?
Rev 1 | Rev 2 | |||
---|---|---|---|---|
Line 1... | Line 1... | |||
1 | |
1 | |
|
2 | Microsoft Visual Studio Solution File, Format Version 12.00 |
2 | Microsoft Visual Studio Solution File, Format Version 12.00 |
|
3 | # Visual Studio Version 17 |
3 | # Visual Studio Version 17 |
|
4 | VisualStudioVersion = 17.6.33712.159 |
4 | VisualStudioVersion = 17.6.33712.159 |
|
5 | MinimumVisualStudioVersion = 10.0.40219.1 |
5 | MinimumVisualStudioVersion = 10.0.40219.1 |
|
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CheckCircuit", "CheckCircuit\CheckCircuit.csproj", "{7DC68601-E91E-4452-BEE2-B60B926DCEF6}" |
6 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CheckCircuit", "CheckCircuit\CheckCircuit.csproj", "{7DC68601-E91E-4452-BEE2-B60B926DCEF6}" |
|
- | 7 | EndProject |
||
- | 8 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CheckCircuitCode", "CheckCircuitCode\CheckCircuitCode.csproj", "{4BA2DB0E-891C-4FF3-A01A-AB82E4DCCC94}" |
||
7 | EndProject |
9 | EndProject |
|
8 | Global |
10 | Global |
|
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
|
10 | Debug|Any CPU = Debug|Any CPU |
12 | Debug|Any CPU = Debug|Any CPU |
|
11 | Release|Any CPU = Release|Any CPU |
13 | Release|Any CPU = Release|Any CPU |
|
Line 13... | Line 15... | |||
13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
|
14 | {7DC68601-E91E-4452-BEE2-B60B926DCEF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
16 | {7DC68601-E91E-4452-BEE2-B60B926DCEF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
15 | {7DC68601-E91E-4452-BEE2-B60B926DCEF6}.Debug|Any CPU.Build.0 = Debug|Any CPU |
17 | {7DC68601-E91E-4452-BEE2-B60B926DCEF6}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
16 | {7DC68601-E91E-4452-BEE2-B60B926DCEF6}.Release|Any CPU.ActiveCfg = Release|Any CPU |
18 | {7DC68601-E91E-4452-BEE2-B60B926DCEF6}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
17 | {7DC68601-E91E-4452-BEE2-B60B926DCEF6}.Release|Any CPU.Build.0 = Release|Any CPU |
19 | {7DC68601-E91E-4452-BEE2-B60B926DCEF6}.Release|Any CPU.Build.0 = Release|Any CPU |
|
- | 20 | {4BA2DB0E-891C-4FF3-A01A-AB82E4DCCC94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
- | 21 | {4BA2DB0E-891C-4FF3-A01A-AB82E4DCCC94}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
- | 22 | {4BA2DB0E-891C-4FF3-A01A-AB82E4DCCC94}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
- | 23 | {4BA2DB0E-891C-4FF3-A01A-AB82E4DCCC94}.Release|Any CPU.Build.0 = Release|Any CPU |
||
18 | EndGlobalSection |
24 | EndGlobalSection |
|
19 | GlobalSection(SolutionProperties) = preSolution |
25 | GlobalSection(SolutionProperties) = preSolution |
|
20 | HideSolutionNode = FALSE |
26 | HideSolutionNode = FALSE |
|
21 | EndGlobalSection |
27 | EndGlobalSection |
|
22 | GlobalSection(ExtensibilityGlobals) = postSolution |
28 | GlobalSection(ExtensibilityGlobals) = postSolution |