This repository is currently being migrated. It's locked while the migration is in progress.
forked from pauldambra/ModulusChecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ModulusChecking.sln
45 lines (45 loc) · 2.5 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
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModulusChecking", "ModulusChecking\ModulusChecking.csproj", "{A72763D5-2A3C-425A-A669-7E927E82BC40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModulusCheckingTests", "ModulusCheckingTests\ModulusCheckingTests.csproj", "{04D9BEE4-DAA1-4883-9EB7-A59719554B76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "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
MIT-LICENSE.txt = MIT-LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B208504A-F9C8-40E9-AA50-AB6DD7DF1B69}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
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
EndGlobal