Skip to content

Commit ec90936

Browse files
committed
Setup project added
1 parent 0181aff commit ec90936

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

monte-carlo-pi-approximation.sln

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
EndProject
1313
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{554B7B8C-A618-4299-9411-E9612E17488C}"
1414
EndProject
15+
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Monte Carlo Pi Approximation Setup", "Monte Carlo Pi Approximation Setup\Monte Carlo Pi Approximation Setup.vdproj", "{902DB222-4B58-460B-A2B6-BD552559EA0D}"
16+
EndProject
1517
Global
1618
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1719
Debug|Any CPU = Debug|Any CPU
@@ -26,6 +28,8 @@ Global
2628
{554B7B8C-A618-4299-9411-E9612E17488C}.Debug|Any CPU.Build.0 = Debug|Any CPU
2729
{554B7B8C-A618-4299-9411-E9612E17488C}.Release|Any CPU.ActiveCfg = Release|Any CPU
2830
{554B7B8C-A618-4299-9411-E9612E17488C}.Release|Any CPU.Build.0 = Release|Any CPU
31+
{902DB222-4B58-460B-A2B6-BD552559EA0D}.Debug|Any CPU.ActiveCfg = Debug
32+
{902DB222-4B58-460B-A2B6-BD552559EA0D}.Release|Any CPU.ActiveCfg = Release
2933
EndGlobalSection
3034
GlobalSection(SolutionProperties) = preSolution
3135
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)