Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIoana Crant <ioana.crant@gmail.com>2016-08-17 20:54:29 +0300
committerIoana Crant <ioana.crant@gmail.com>2016-08-17 20:57:25 +0300
commit007fd6a3cee4b7839275b3d1cc2914c3e7a8f8f2 (patch)
tree156f2bdcae850ea9f8ee21c39f17ba30e749eea7 /src/System.Runtime.Extensions/System.Runtime.Extensions.sln
parentec933ac701c5df9d4b5c06656456bcbbddc4382e (diff)
port math and decimal members with tests
Diffstat (limited to 'src/System.Runtime.Extensions/System.Runtime.Extensions.sln')
-rw-r--r--src/System.Runtime.Extensions/System.Runtime.Extensions.sln24
1 files changed, 21 insertions, 3 deletions
diff --git a/src/System.Runtime.Extensions/System.Runtime.Extensions.sln b/src/System.Runtime.Extensions/System.Runtime.Extensions.sln
index 75c1b673f6..c3517273a5 100644
--- a/src/System.Runtime.Extensions/System.Runtime.Extensions.sln
+++ b/src/System.Runtime.Extensions/System.Runtime.Extensions.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
+# Visual Studio 14
+VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Runtime.Extensions", "src\System.Runtime.Extensions.csproj", "{845D2B72-D8A4-42E5-9BE9-17639EC4FC1A}"
EndProject
@@ -17,6 +17,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Runtime.Extensions.T
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Runtime.Extensions.Performance.Tests", "tests\Performance\System.Runtime.Extensions.Performance.Tests.csproj", "{373D255D-4749-4F26-A24A-A083E77B4471}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoidMainWithExitCodeApp", "tests\VoidMainWithExitCodeApp\VoidMainWithExitCodeApp.csproj", "{9F312D76-9AF1-4E90-B3B0-815A1EC6C346}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -93,13 +95,29 @@ Global
{373D255D-4749-4F26-A24A-A083E77B4471}.Windows_Debug|Any CPU.Build.0 = Debug|Any CPU
{373D255D-4749-4F26-A24A-A083E77B4471}.Windows_Release|Any CPU.ActiveCfg = Release|Any CPU
{373D255D-4749-4F26-A24A-A083E77B4471}.Windows_Release|Any CPU.Build.0 = Release|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.net46_Debug|Any CPU.ActiveCfg = net46_Debug|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.net46_Debug|Any CPU.Build.0 = net46_Debug|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.net46_Release|Any CPU.ActiveCfg = net46_Release|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.net46_Release|Any CPU.Build.0 = net46_Release|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.Unix_Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.Unix_Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.Unix_Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.Unix_Release|Any CPU.Build.0 = Release|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.Windows_Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.Windows_Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.Windows_Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346}.Windows_Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{845D2B72-D8A4-42E5-9BE9-17639EC4FC1A} = {1962877E-782F-499B-8468-F0F2A0692E96}
- {6C314C9B-3D28-4B05-9B4C-B57A00A9B3B9} = {4253F45C-FA2F-4743-9FC8-20666C416A68}
{E73B023E-609E-4281-866A-3AECB1AB5D48} = {8C66E70A-65C3-443E-A23A-18A1C12972B0}
+ {6C314C9B-3D28-4B05-9B4C-B57A00A9B3B9} = {4253F45C-FA2F-4743-9FC8-20666C416A68}
EndGlobalSection
EndGlobal