Browse Source

Project.json cosmetics to aid in file-to-file comparisons.

Bart De Smet 9 years ago
parent
commit
44d75d2428

+ 3 - 2
Ix.NET/Source/System.Interactive.Async.Providers/project.json

@@ -1,10 +1,10 @@
 {
   "version": "2.0.0-*",
   "title": "Interactive Extensions - Async Providers Library",
-  "description":
-    "Interactive Extensions Async Providers Library used to build query providers and express queries over async enumerable sequences.",
+  "description": "Interactive Extensions Async Providers Library used to build query providers and express queries over async enumerable sequences.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
+  
   "packOptions": {
     "tags": ["Ix", "Interactive", "Extensions", "Enumerable", "Asynchronous"],
     "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
@@ -16,6 +16,7 @@
   "dependencies": {
     "System.Interactive.Async": { "target": "project" }
   },
+  
   "frameworks": {
     "net40": {
       "buildOptions": {

+ 2 - 2
Ix.NET/Source/System.Interactive.Async/project.json

@@ -1,10 +1,10 @@
 {
   "version": "2.0.0-*",
   "title": "Interactive Extensions - Async Library",
-  "description":
-    "Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.",
+  "description": "Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
+  
   "packOptions": {
     "tags": ["Ix", "Interactive", "Extensions", "Enumerable", "Asynchronous"],
     "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",

+ 3 - 2
Ix.NET/Source/System.Interactive.Providers/project.json

@@ -1,10 +1,10 @@
 {
   "version": "2.0.0-*",
   "title": "Interactive Extensions - Providers Library",
-  "description":
-    "Interactive Extensions Providers Library used to build query providers and express queries over enumerable sequences.",
+  "description": "Interactive Extensions Providers Library used to build query providers and express queries over enumerable sequences.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
+  
   "packOptions": {
     "tags": ["Ix", "Interactive", "Extensions", "Enumerable"],
     "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
@@ -16,6 +16,7 @@
   "dependencies": {
     "System.Interactive": { "target": "project" }
   },
+  
   "frameworks": {
     "net40": {
       "buildOptions": {

+ 1 - 0
Ix.NET/Source/System.Interactive/project.json

@@ -4,6 +4,7 @@
   "description": "Interactive Extensions Main Library used to express queries over enumerable sequences.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
+  
   "packOptions": {
     "tags": ["Ix", "Interactive", "Extensions", "Enumerable"],
     "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",

+ 4 - 1
Ix.NET/Source/Tests/project.json

@@ -1,9 +1,10 @@
 {
   "version": "2.0.0-*",
   "title": "Interactive Extensions - Tests",
-  "description": "Unit Tests",
+  "description": "Interactive Extensions test project.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
+  
   "packOptions": {
     "tags": [],
     "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
@@ -17,6 +18,7 @@
       "App.cs"
     ]
   },
+  
   "dependencies": {
     "System.Interactive.Providers": { "target": "project" },
     "System.Interactive.Async.Providers": { "target": "project" },
@@ -25,6 +27,7 @@
   },
 
   "testRunner": "xunit",
+  
   "frameworks": {
     "netcoreapp1.0": {
       "imports": [ "dotnet", "dnxcore50", "portable-net45+win8" ],

+ 5 - 3
Rx.NET/Source/Microsoft.Reactive.Testing/project.json

@@ -1,10 +1,10 @@
 {
   "version": "3.0.0-*",
   "title": "Microsoft.Reactive.Testing - Testing Helper Library",
-  "description":
-    "Reactive Extensions Testing Library containing interfaces and classes providing functionality to test applications and libraries built using Reactive Extensions.",
+  "description": "Reactive Extensions Testing Library containing interfaces and classes providing functionality to test applications and libraries built using Reactive Extensions.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
+  
   "packOptions": {
     "tags": ["Rx", "Reactive", "Extensions", "Observable", "LINQ", "Events"],
     "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
@@ -13,12 +13,12 @@
     "requireLicenseAcceptance": true
   },
 
-
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
     "define": ["SIGNED"]
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
@@ -29,11 +29,13 @@
       }
     }
   },
+  
   "dependencies": {
     "System.Reactive.Linq": { "target": "project" },
     "System.Reactive.PlatformServices": { "target": "project" },
     "xunit": "2.1.0"
   },
+  
   "frameworks": {
     "net45": {
       "buildOptions": {

+ 3 - 0
Rx.NET/Source/System.Reactive.Core/project.json

@@ -18,6 +18,7 @@
     "publicSign": true,
     "define": ["SIGNED"]
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
@@ -28,9 +29,11 @@
       }
     }
   },
+  
   "dependencies": {
     "System.Reactive.Interfaces": { "target": "project" }
   },
+  
   "frameworks": {
     "net40": {
       "buildOptions": {

+ 3 - 0
Rx.NET/Source/System.Reactive.Experimental/project.json

@@ -18,6 +18,7 @@
     "publicSign": true,
     "define": ["SIGNED"]
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
@@ -28,11 +29,13 @@
       }
     }
   },
+  
   "dependencies": {
     "System.Reactive.Interfaces": { "target": "project" },
     "System.Reactive.Core": { "target": "project" },
     "System.Reactive.Linq": { "target": "project" }
   },
+  
   "frameworks": {
     "net40": {
       "buildOptions": {

+ 2 - 0
Rx.NET/Source/System.Reactive.Interfaces/project.json

@@ -18,6 +18,7 @@
     "publicSign": true,
     "define": ["SIGNED"]
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
@@ -28,6 +29,7 @@
       }
     }
   },
+  
   "frameworks": {
     "net40": {
       "buildOptions": {

+ 3 - 2
Rx.NET/Source/System.Reactive.Linq/project.json

@@ -1,8 +1,7 @@
 {
   "version": "3.0.0-*",
   "title": "Reactive Extensions - Query Library",
-  "description":
-    "Reactive Extensions Query Library used to express complex event processing queries over observable sequences.",
+  "description": "Reactive Extensions Query Library used to express complex event processing queries over observable sequences.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
 
@@ -27,6 +26,7 @@
       ]
     }
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
@@ -41,6 +41,7 @@
   "dependencies": {
     "System.Reactive.Core": { "target": "project" }
   },
+  
   "frameworks": {
     "net40": {
       "buildOptions": {

+ 3 - 0
Rx.NET/Source/System.Reactive.Observable.Aliases/project.json

@@ -18,6 +18,7 @@
     "publicSign": true,
     "define": ["SIGNED"]
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
@@ -28,9 +29,11 @@
       }
     }
   },
+  
   "dependencies": {
     "System.Reactive.Providers": { "target": "project" }
   },
+  
   "frameworks": {
     "net40": {
       "buildOptions": {

+ 4 - 2
Rx.NET/Source/System.Reactive.PlatformServices/project.json

@@ -1,8 +1,7 @@
 {
   "version": "3.0.0-*",
   "title": "Reactive Extensions - Platform Services Library",
-  "description":
-    "Reactive Extensions Platform Services Library used to access platform-specific functionality and enlightenment services.",
+  "description": "Reactive Extensions Platform Services Library used to access platform-specific functionality and enlightenment services.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
 
@@ -22,6 +21,7 @@
       "exclude": ["Strings_PlatformServices.Designer.cs"]
     }
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
@@ -32,9 +32,11 @@
       }
     }
   },
+  
   "dependencies": {
     "System.Reactive.Linq": { "target": "project" }
   },
+  
   "frameworks": {
     "net40": {
       "buildOptions": {

+ 3 - 0
Rx.NET/Source/System.Reactive.Providers/project.json

@@ -18,6 +18,7 @@
     "publicSign": true,
     "define": ["SIGNED"]
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
@@ -28,9 +29,11 @@
       }
     }
   },
+  
   "dependencies": {
     "System.Reactive.Linq": { "target": "project" }
   },
+  
   "frameworks": {
     "net40": {
       "buildOptions": {

+ 4 - 0
Rx.NET/Source/System.Reactive.Runtime.Remoting/project.json

@@ -4,6 +4,7 @@
   "description": "Reactive Extensions Remoting Library used to expose observable sequences through .NET Remoting.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
+  
   "packOptions": {
     "tags": ["Rx", "Reactive", "Extensions", "Observable", "LINQ", "Events"],
     "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
@@ -17,6 +18,7 @@
     "publicSign": true,
     "define": ["SIGNED"]
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
@@ -27,9 +29,11 @@
       }
     }
   },
+  
   "dependencies": {
     "System.Reactive.Core": { "target": "project" }
   },
+  
   "frameworks": {
     "net40": {
       "buildOptions": {

+ 4 - 2
Rx.NET/Source/System.Reactive.Windows.Forms/project.json

@@ -1,8 +1,7 @@
 {
   "version": "3.0.0-*",
   "title": "Reactive Extensions - Windows Forms Helpers",
-  "description":
-    "Windows Forms extensions library for Rx. Contains scheduler functionality for the Windows Forms UI loop.",
+  "description": "Windows Forms extensions library for Rx. Contains scheduler functionality for the Windows Forms UI loop.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
 
@@ -19,6 +18,7 @@
     "publicSign": true,
     "define": ["SIGNED"]
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
@@ -29,10 +29,12 @@
       }
     }
   },
+  
   "dependencies": {
     "System.Reactive.Interfaces": { "target": "project" },
     "System.Reactive.Core": { "target": "project" }
   },
+  
   "frameworks": {
     "net40": {
       "buildOptions": {

+ 4 - 2
Rx.NET/Source/System.Reactive.Windows.Threading/project.json

@@ -1,8 +1,7 @@
 {
   "version": "3.0.0-*",
   "title": "Reactive Extensions - WPF Helpers",
-  "description":
-    "Windows Presentation Foundation extensions library for Rx. Contains scheduler functionality for the WPF Dispatcher.",
+  "description": "Windows Presentation Foundation extensions library for Rx. Contains scheduler functionality for the WPF Dispatcher.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
 
@@ -19,6 +18,7 @@
     "publicSign": true,
     "define": ["SIGNED"]
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
@@ -29,10 +29,12 @@
       }
     }
   },
+  
   "dependencies": {
     "System.Reactive.Interfaces": { "target": "project" },
     "System.Reactive.Core": { "target": "project" }
   },
+  
   "frameworks": {
     "net40": {
       "buildOptions": {

+ 5 - 2
Rx.NET/Source/System.Reactive.WindowsRuntime/project.json

@@ -1,10 +1,10 @@
 {
   "version": "3.0.0-*",
   "title": "Reactive Extensions - Windows Forms Helpers",
-  "description":
-    "Windows Forms extensions library for Rx. Contains scheduler functionality for the Windows Forms UI loop.",
+  "description": "Windows Forms extensions library for Rx. Contains scheduler functionality for the Windows Forms UI loop.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
+  
   "packOptions": {
     "tags": ["Rx", "Reactive", "Extensions", "Observable", "LINQ", "Events"],
     "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
@@ -18,6 +18,7 @@
     "publicSign": true,
     "define": ["SIGNED"]
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
@@ -28,9 +29,11 @@
       }
     }
   },
+  
   "dependencies": {
     "System.Reactive.Linq": { "target": "project" }
   },
+  
   "frameworks": {
     "wpa81": {
       "buildOptions": {

+ 8 - 3
Rx.NET/Source/Tests.System.Reactive/project.json

@@ -1,11 +1,12 @@
 {
   "version": "3.0.0-*",
-  "title": "Reactive Extensions - Core Library",
-  "description": "Reactive Extensions Core Library containing base classes and scheduler infrastructure.",
+  "title": "Reactive Extensions - Tests",
+  "description": "Reactive Extensions test project.",
   "authors": ["Microsoft"],
   "copyright": "Copyright (C) Microsoft Corporation",
+  
   "packOptions": {
-    "tags": ["Rx", "Reactive", "Extensions", "Observable", "LINQ", "Events"],
+    "tags": [],
     "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
     "projectUrl": "http://go.microsoft.com/fwlink/?LinkId=261273",
     "licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
@@ -21,6 +22,7 @@
             "include": [ "xunit.runner.json" ]
         }
   },
+  
   "configurations": {
     "ReleaseDelaySigned": {
       "compibuildOptionslationOptions": {
@@ -31,6 +33,7 @@
       }
     }
   },
+  
   "dependencies": {
     "System.Reactive.Interfaces": { "target": "project" },
     "System.Reactive.Linq": { "target": "project" },
@@ -44,7 +47,9 @@
     "System.Reflection.TypeExtensions": "4.1.0-rc2-24027",
     "System.Diagnostics.StackTrace": "4.0.1-rc2-24027"
   },
+  
   "testRunner": "xunit",
+  
   "frameworks": {
     "netcoreapp1.0": {
       "imports": [ "dnxcore50", "portable-net45+win8" ],