-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMolecularWeightCalculator.sln
37 lines (37 loc) · 2.22 KB
/
MolecularWeightCalculator.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 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MolecularWeightCalculator", "MolecularWeightCalculator\MolecularWeightCalculator.csproj", "{C459BB45-73A2-4E7A-940A-92A97C494A85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MolecularWeightCalculator.Console", "MolecularWeightCalculator.Console\MolecularWeightCalculator.Console.csproj", "{62D07151-66B3-4D80-9D44-E8D9FDF2EC4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MolecularWeightCalculator.Tests", "MolecularWeightCalculator.Tests\MolecularWeightCalculator.Tests.csproj", "{5F504847-79D7-40F3-9880-10930274B147}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C459BB45-73A2-4E7A-940A-92A97C494A85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C459BB45-73A2-4E7A-940A-92A97C494A85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C459BB45-73A2-4E7A-940A-92A97C494A85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C459BB45-73A2-4E7A-940A-92A97C494A85}.Release|Any CPU.Build.0 = Release|Any CPU
{62D07151-66B3-4D80-9D44-E8D9FDF2EC4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62D07151-66B3-4D80-9D44-E8D9FDF2EC4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62D07151-66B3-4D80-9D44-E8D9FDF2EC4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62D07151-66B3-4D80-9D44-E8D9FDF2EC4F}.Release|Any CPU.Build.0 = Release|Any CPU
{5F504847-79D7-40F3-9880-10930274B147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F504847-79D7-40F3-9880-10930274B147}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F504847-79D7-40F3-9880-10930274B147}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F504847-79D7-40F3-9880-10930274B147}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7B73069-D121-49E3-8679-70F0279D6F39}
EndGlobalSection
EndGlobal