forked from pauldambra/ModulusChecker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathModulusChecking.sln
37 lines (37 loc) · 2.09 KB
/
ModulusChecking.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModulusChecking", "ModulusChecking\ModulusChecking.csproj", "{A72763D5-2A3C-425A-A669-7E927E82BC40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModulusCheckingTests", "ModulusCheckingTests\ModulusCheckingTests.csproj", "{04D9BEE4-DAA1-4883-9EB7-A59719554B76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PublicInterfaceTests", "PublicInterfaceTests\PublicInterfaceTests.csproj", "{C56E90FB-EAC7-460C-8ED9-F800B1B83CEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A72763D5-2A3C-425A-A669-7E927E82BC40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A72763D5-2A3C-425A-A669-7E927E82BC40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A72763D5-2A3C-425A-A669-7E927E82BC40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A72763D5-2A3C-425A-A669-7E927E82BC40}.Release|Any CPU.Build.0 = Release|Any CPU
{04D9BEE4-DAA1-4883-9EB7-A59719554B76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04D9BEE4-DAA1-4883-9EB7-A59719554B76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04D9BEE4-DAA1-4883-9EB7-A59719554B76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04D9BEE4-DAA1-4883-9EB7-A59719554B76}.Release|Any CPU.Build.0 = Release|Any CPU
{C56E90FB-EAC7-460C-8ED9-F800B1B83CEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C56E90FB-EAC7-460C-8ED9-F800B1B83CEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C56E90FB-EAC7-460C-8ED9-F800B1B83CEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C56E90FB-EAC7-460C-8ED9-F800B1B83CEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE846B31-534F-4250-9560-143FC330990D}
EndGlobalSection
EndGlobal