This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 922
/
numerics.sln
37 lines (37 loc) · 2.07 KB
/
numerics.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 15
VisualStudioVersion = 15.0.28307.539
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "evaluating-functions", "evaluating-functions\EvaluatingFunctions.csproj", "{40259E0C-AF4A-4C3D-850A-B30E25E0DDC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "custom-mod-add", "custom-mod-add\CustomModAdd.csproj", "{60192554-69D7-47E8-955A-8DD5002406B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "resource-counting", "resource-counting\ResourceCounting.csproj", "{25FE77EC-7FDC-46ED-9504-93D83BE3CCFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40259E0C-AF4A-4C3D-850A-B30E25E0DDC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40259E0C-AF4A-4C3D-850A-B30E25E0DDC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40259E0C-AF4A-4C3D-850A-B30E25E0DDC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40259E0C-AF4A-4C3D-850A-B30E25E0DDC8}.Release|Any CPU.Build.0 = Release|Any CPU
{60192554-69D7-47E8-955A-8DD5002406B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60192554-69D7-47E8-955A-8DD5002406B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60192554-69D7-47E8-955A-8DD5002406B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60192554-69D7-47E8-955A-8DD5002406B0}.Release|Any CPU.Build.0 = Release|Any CPU
{25FE77EC-7FDC-46ED-9504-93D83BE3CCFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25FE77EC-7FDC-46ED-9504-93D83BE3CCFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25FE77EC-7FDC-46ED-9504-93D83BE3CCFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25FE77EC-7FDC-46ED-9504-93D83BE3CCFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62FF308E-50FB-430C-B3EE-BE8E142835C9}
EndGlobalSection
EndGlobal