Skip to content

Commit

Permalink
Add .net core support
Browse files Browse the repository at this point in the history
Converts projects to PCL and brings
.net standard 1.3 support for .net core.

Cleans up repository.

Issue: #53
  • Loading branch information
dtretyakov committed Oct 25, 2016
1 parent db3c58d commit 77fd2b7
Show file tree
Hide file tree
Showing 84 changed files with 919 additions and 6,636 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,7 @@ Generated_Code #added for RIA/Silverlight projects
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
.vs/

*.DotSettings
*.DotSettings
*.lock.json
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

Binary file removed .nuget/NuGet.exe
Binary file not shown.
144 changes: 0 additions & 144 deletions .nuget/NuGet.targets

This file was deleted.

4 changes: 0 additions & 4 deletions .nuget/packages.config

This file was deleted.

30 changes: 15 additions & 15 deletions WindowsAzure.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsAzure", "src\WindowsAzure\WindowsAzure.csproj", "{0C174C38-3AD7-4810-B165-95DCC327288F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsAzure.Tests", "test\WindowsAzure.Tests\WindowsAzure.Tests.csproj", "{7B133A3F-612C-4647-93B3-A8CC4FBF1E39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".scripts", ".scripts", "{4AA7D406-B158-4FCA-97BE-B3CE4B9ED1AA}"
ProjectSection(SolutionItems) = preProject
scripts\build.cmd = scripts\build.cmd
Expand All @@ -21,11 +17,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libs", "libs", "{F729740C-2
scripts\libs\psake_ext.ps1 = scripts\libs\psake_ext.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A68B6A6D-76C9-47D2-8C5D-BCC7BB1038EA}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WindowsAzure", "src\WindowsAzure\WindowsAzure.xproj", "{489A3BD0-35AF-4E8E-939F-6597125603B7}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WindowsAzure.Tests", "test\WindowsAzure.Tests\WindowsAzure.Tests.xproj", "{47178F90-F9A5-4413-8C34-607451F893D5}"
ProjectSection(ProjectDependencies) = postProject
{489A3BD0-35AF-4E8E-939F-6597125603B7} = {489A3BD0-35AF-4E8E-939F-6597125603B7}
EndProjectSection
EndProject
Global
Expand All @@ -34,14 +30,18 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C174C38-3AD7-4810-B165-95DCC327288F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C174C38-3AD7-4810-B165-95DCC327288F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C174C38-3AD7-4810-B165-95DCC327288F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C174C38-3AD7-4810-B165-95DCC327288F}.Release|Any CPU.Build.0 = Release|Any CPU
{7B133A3F-612C-4647-93B3-A8CC4FBF1E39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B133A3F-612C-4647-93B3-A8CC4FBF1E39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B133A3F-612C-4647-93B3-A8CC4FBF1E39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B133A3F-612C-4647-93B3-A8CC4FBF1E39}.Release|Any CPU.Build.0 = Release|Any CPU
{489A3BD0-35AF-4E8E-939F-6597125603B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{489A3BD0-35AF-4E8E-939F-6597125603B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{489A3BD0-35AF-4E8E-939F-6597125603B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{489A3BD0-35AF-4E8E-939F-6597125603B7}.Release|Any CPU.Build.0 = Release|Any CPU
{47178F90-F9A5-4413-8C34-607451F893D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47178F90-F9A5-4413-8C34-607451F893D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47178F90-F9A5-4413-8C34-607451F893D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47178F90-F9A5-4413-8C34-607451F893D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"projects": [ "src/WindowsAzure", "test/WindowsAzure.Tests", "src" ],
"sdk" : {
"version" : "1.0.0-preview2-003121"
}
}
126 changes: 0 additions & 126 deletions lib/xunit/HTML.xslt

This file was deleted.

Loading

0 comments on commit 77fd2b7

Please sign in to comment.