-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModulR.sln
37 lines (37 loc) · 2.07 KB
/
ModulR.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.30323.103
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModulR", "ModulR\ModulR.csproj", "{0F6A3343-7E5F-45D3-B71E-7D8B074B6ABC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModulR.Example.Console", "ModulR.Example.Console\ModulR.Example.Console.csproj", "{3D5592FB-C292-42D9-A836-4B15654837D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModulR.Example.Tests", "ModulR.Example.Tests\ModulR.Example.Tests.csproj", "{69B6DDFA-4ECA-4AF3-895B-51FDA4162FC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F6A3343-7E5F-45D3-B71E-7D8B074B6ABC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F6A3343-7E5F-45D3-B71E-7D8B074B6ABC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F6A3343-7E5F-45D3-B71E-7D8B074B6ABC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F6A3343-7E5F-45D3-B71E-7D8B074B6ABC}.Release|Any CPU.Build.0 = Release|Any CPU
{3D5592FB-C292-42D9-A836-4B15654837D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D5592FB-C292-42D9-A836-4B15654837D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D5592FB-C292-42D9-A836-4B15654837D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D5592FB-C292-42D9-A836-4B15654837D0}.Release|Any CPU.Build.0 = Release|Any CPU
{69B6DDFA-4ECA-4AF3-895B-51FDA4162FC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69B6DDFA-4ECA-4AF3-895B-51FDA4162FC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69B6DDFA-4ECA-4AF3-895B-51FDA4162FC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69B6DDFA-4ECA-4AF3-895B-51FDA4162FC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46DC4BD5-1A91-4BDD-B04A-2727FF95C7F0}
EndGlobalSection
EndGlobal