forked from pauldambra/ModulusChecker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModulusChecking.sln
More file actions
45 lines (45 loc) · 2.41 KB
/
Copy pathModulusChecking.sln
File metadata and controls
45 lines (45 loc) · 2.41 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
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
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B1307D07-B87A-4BEB-847D-B35FA55D1A29}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
MIT-LICENSE.txt = MIT-LICENSE.txt
rakefile.rb = rakefile.rb
README.md = README.md
EndProjectSection
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 = Release|Any CPU
{A72763D5-2A3C-425A-A669-7E927E82BC40}.Debug|Any CPU.Build.0 = Release|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 = Release|Any CPU
{04D9BEE4-DAA1-4883-9EB7-A59719554B76}.Debug|Any CPU.Build.0 = Release|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 = Release|Any CPU
{C56E90FB-EAC7-460C-8ED9-F800B1B83CEB}.Debug|Any CPU.Build.0 = Release|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 = {60BAF80C-E153-4BB7-BBE0-ED5BC2FDF55B}
EndGlobalSection
EndGlobal