codekingpro commited on
Commit
8e6f15c
·
verified ·
1 Parent(s): 378910a

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. msbuild_packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/.signature.p7s +0 -0
  2. msbuild_packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/LICENSE.TXT +23 -0
  3. msbuild_packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/Microsoft.Bcl.AsyncInterfaces.8.0.0.nupkg +0 -0
  4. msbuild_packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/PACKAGE.md +64 -0
  5. msbuild_packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/THIRD-PARTY-NOTICES.TXT +1272 -0
  6. msbuild_packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/useSharedDesignerContext.txt +0 -0
  7. msbuild_packages/Microsoft.Build.17.10.4/.signature.p7s +0 -0
  8. msbuild_packages/Microsoft.Build.17.10.4/README.md +17 -0
  9. msbuild_packages/Microsoft.Build.17.10.4/lib/net472/Microsoft.Build.xml +0 -0
  10. msbuild_packages/Microsoft.Build.17.10.4/notices/THIRDPARTYNOTICES.txt +46 -0
  11. msbuild_packages/Microsoft.Build.17.10.4/ref/net472/Microsoft.Build.xml +0 -0
  12. msbuild_packages/Microsoft.Build.17.10.4/ref/net8.0/Microsoft.Build.xml +0 -0
  13. msbuild_packages/Microsoft.Build.Framework.17.10.4/.signature.p7s +0 -0
  14. msbuild_packages/Microsoft.Build.Framework.17.10.4/README.md +11 -0
  15. msbuild_packages/Microsoft.Build.Framework.17.10.4/lib/net472/Microsoft.Build.Framework.xml +0 -0
  16. msbuild_packages/Microsoft.Build.Framework.17.10.4/lib/net8.0/Microsoft.Build.Framework.xml +0 -0
  17. msbuild_packages/Microsoft.Build.Framework.17.10.4/notices/THIRDPARTYNOTICES.txt +46 -0
  18. msbuild_packages/Microsoft.Build.Framework.17.10.4/ref/net472/Microsoft.Build.Framework.xml +0 -0
  19. msbuild_packages/Microsoft.Build.Framework.17.10.4/ref/net8.0/Microsoft.Build.Framework.xml +0 -0
  20. msbuild_packages/Microsoft.Build.Framework.17.10.4/ref/netstandard2.0/Microsoft.Build.Framework.xml +0 -0
  21. msbuild_packages/Microsoft.Build.Runtime.17.10.4/.signature.p7s +0 -0
  22. msbuild_packages/Microsoft.Build.Runtime.17.10.4/README.md +12 -0
  23. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Current/Microsoft.Common.props +145 -0
  24. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/MSBuild.exe.config +176 -0
  25. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.CSharp.CrossTargeting.targets +24 -0
  26. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.CSharp.CurrentVersion.targets +372 -0
  27. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.CSharp.targets +38 -0
  28. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Common.CrossTargeting.targets +263 -0
  29. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Common.CurrentVersion.targets +0 -0
  30. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Common.Test.targets +25 -0
  31. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Common.overridetasks +40 -0
  32. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Common.targets +64 -0
  33. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Common.tasks +109 -0
  34. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Data.Entity.targets +15 -0
  35. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Managed.After.targets +89 -0
  36. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Managed.Before.targets +24 -0
  37. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Managed.targets +20 -0
  38. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.NET.props +43 -0
  39. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.NETFramework.CurrentVersion.props +127 -0
  40. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.NETFramework.CurrentVersion.targets +136 -0
  41. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.NETFramework.props +23 -0
  42. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.NETFramework.targets +23 -0
  43. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.ServiceModel.targets +15 -0
  44. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.VisualBasic.CrossTargeting.targets +24 -0
  45. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.VisualBasic.CurrentVersion.targets +377 -0
  46. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.VisualBasic.targets +38 -0
  47. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.VisualStudioVersion.v11.Common.props +19 -0
  48. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.VisualStudioVersion.v12.Common.props +19 -0
  49. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.VisualStudioVersion.v14.Common.props +19 -0
  50. msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.WinFx.targets +15 -0
msbuild_packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/.signature.p7s ADDED
Binary file (24.2 kB). View file
 
msbuild_packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/LICENSE.TXT ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) .NET Foundation and Contributors
4
+
5
+ All rights reserved.
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ SOFTWARE.
msbuild_packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/Microsoft.Bcl.AsyncInterfaces.8.0.0.nupkg ADDED
Binary file (99.7 kB). View file
 
msbuild_packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/PACKAGE.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## About
2
+
3
+ As of C# 8, the C# language has support for producing and consuming asynchronous iterators. The library types in support of those features are available in .NET Core 3.0 and newer as well as in .NET Standard 2.1. This library provides the necessary definitions of those types to support these language features on .NET Framework and on .NET Standard 2.0. This library is not necessary nor recommended when targeting versions of .NET that include the relevant support.
4
+
5
+ ## Key Features
6
+
7
+ <!-- The key features of this package -->
8
+
9
+ * Enables the use of C# async iterators on older .NET platforms
10
+
11
+ ## How to Use
12
+
13
+ <!-- A compelling example on how to use this package with code, as well as any specific guidelines for when to use the package -->
14
+
15
+ ```C#
16
+ using System;
17
+ using System.Collections.Generic;
18
+ using System.Threading.Tasks;
19
+
20
+ internal static class Program
21
+ {
22
+ private static async Task Main()
23
+ {
24
+ Console.WriteLine("Starting...");
25
+ await foreach (var value in GetValuesAsync())
26
+ {
27
+ Console.WriteLine(value);
28
+ }
29
+ Console.WriteLine("Finished!");
30
+
31
+ static async IAsyncEnumerable<int> GetValuesAsync()
32
+ {
33
+ for (int i = 0; i < 10; i++)
34
+ {
35
+ await Task.Delay(TimeSpan.FromSeconds(1));
36
+ yield return i;
37
+ }
38
+ }
39
+ }
40
+ }
41
+ ```
42
+
43
+ ## Main Types
44
+
45
+ <!-- The main types provided in this library -->
46
+
47
+ The main types provided by this library are:
48
+
49
+ * `IAsyncEnumerable<T>`
50
+ * `IAsyncEnumerator<T>`
51
+ * `IAsyncDisposable<T>`
52
+
53
+ ## Additional Documentation
54
+
55
+ <!-- Links to further documentation. Remove conceptual documentation if not available for the library. -->
56
+
57
+ * [C# Feature Specification](https://learn.microsoft.com/dotnet/csharp/language-reference/proposals/csharp-8.0/async-streams)
58
+ * [Walkthrough article](https://learn.microsoft.com/archive/msdn-magazine/2019/november/csharp-iterating-with-async-enumerables-in-csharp-8)
59
+
60
+ ## Feedback & Contributing
61
+
62
+ <!-- How to provide feedback on this package and contribute to it -->
63
+
64
+ Microsoft.Bcl.AsyncInterfaces is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/runtime).
msbuild_packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/THIRD-PARTY-NOTICES.TXT ADDED
@@ -0,0 +1,1272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .NET Runtime uses third-party libraries or other resources that may be
2
+ distributed under licenses different than the .NET Runtime software.
3
+
4
+ In the event that we accidentally failed to list a required notice, please
5
+ bring it to our attention. Post an issue or email us:
6
+
7
+ dotnet@microsoft.com
8
+
9
+ The attached notices are provided for information only.
10
+
11
+ License notice for ASP.NET
12
+ -------------------------------
13
+
14
+ Copyright (c) .NET Foundation. All rights reserved.
15
+ Licensed under the Apache License, Version 2.0.
16
+
17
+ Available at
18
+ https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt
19
+
20
+ License notice for Slicing-by-8
21
+ -------------------------------
22
+
23
+ http://sourceforge.net/projects/slicing-by-8/
24
+
25
+ Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
26
+
27
+
28
+ This software program is licensed subject to the BSD License, available at
29
+ http://www.opensource.org/licenses/bsd-license.html.
30
+
31
+
32
+ License notice for Unicode data
33
+ -------------------------------
34
+
35
+ https://www.unicode.org/license.html
36
+
37
+ Copyright © 1991-2022 Unicode, Inc. All rights reserved.
38
+ Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
39
+
40
+ Permission is hereby granted, free of charge, to any person obtaining
41
+ a copy of the Unicode data files and any associated documentation
42
+ (the "Data Files") or Unicode software and any associated documentation
43
+ (the "Software") to deal in the Data Files or Software
44
+ without restriction, including without limitation the rights to use,
45
+ copy, modify, merge, publish, distribute, and/or sell copies of
46
+ the Data Files or Software, and to permit persons to whom the Data Files
47
+ or Software are furnished to do so, provided that either
48
+ (a) this copyright and permission notice appear with all copies
49
+ of the Data Files or Software, or
50
+ (b) this copyright and permission notice appear in associated
51
+ Documentation.
52
+
53
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
54
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
55
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
56
+ NONINFRINGEMENT OF THIRD PARTY RIGHTS.
57
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
58
+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
59
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
60
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
61
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
62
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
63
+
64
+ Except as contained in this notice, the name of a copyright holder
65
+ shall not be used in advertising or otherwise to promote the sale,
66
+ use or other dealings in these Data Files or Software without prior
67
+ written authorization of the copyright holder.
68
+
69
+ License notice for Zlib
70
+ -----------------------
71
+
72
+ https://github.com/madler/zlib
73
+ https://zlib.net/zlib_license.html
74
+
75
+ /* zlib.h -- interface of the 'zlib' general purpose compression library
76
+ version 1.2.13, October 13th, 2022
77
+
78
+ Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
79
+
80
+ This software is provided 'as-is', without any express or implied
81
+ warranty. In no event will the authors be held liable for any damages
82
+ arising from the use of this software.
83
+
84
+ Permission is granted to anyone to use this software for any purpose,
85
+ including commercial applications, and to alter it and redistribute it
86
+ freely, subject to the following restrictions:
87
+
88
+ 1. The origin of this software must not be misrepresented; you must not
89
+ claim that you wrote the original software. If you use this software
90
+ in a product, an acknowledgment in the product documentation would be
91
+ appreciated but is not required.
92
+ 2. Altered source versions must be plainly marked as such, and must not be
93
+ misrepresented as being the original software.
94
+ 3. This notice may not be removed or altered from any source distribution.
95
+
96
+ Jean-loup Gailly Mark Adler
97
+ jloup@gzip.org madler@alumni.caltech.edu
98
+
99
+ */
100
+
101
+ License notice for Mono
102
+ -------------------------------
103
+
104
+ http://www.mono-project.com/docs/about-mono/
105
+
106
+ Copyright (c) .NET Foundation Contributors
107
+
108
+ MIT License
109
+
110
+ Permission is hereby granted, free of charge, to any person obtaining a copy
111
+ of this software and associated documentation files (the Software), to deal
112
+ in the Software without restriction, including without limitation the rights
113
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
114
+ copies of the Software, and to permit persons to whom the Software is
115
+ furnished to do so, subject to the following conditions:
116
+
117
+ The above copyright notice and this permission notice shall be included in all
118
+ copies or substantial portions of the Software.
119
+
120
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
121
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
122
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
123
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
124
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
125
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
126
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
127
+
128
+ License notice for International Organization for Standardization
129
+ -----------------------------------------------------------------
130
+
131
+ Portions (C) International Organization for Standardization 1986:
132
+ Permission to copy in any form is granted for use with
133
+ conforming SGML systems and applications as defined in
134
+ ISO 8879, provided this notice is included in all copies.
135
+
136
+ License notice for Intel
137
+ ------------------------
138
+
139
+ "Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
140
+
141
+ Redistribution and use in source and binary forms, with or without
142
+ modification, are permitted provided that the following conditions are met:
143
+
144
+ 1. Redistributions of source code must retain the above copyright notice, this
145
+ list of conditions and the following disclaimer.
146
+
147
+ 2. Redistributions in binary form must reproduce the above copyright notice,
148
+ this list of conditions and the following disclaimer in the documentation
149
+ and/or other materials provided with the distribution.
150
+
151
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
152
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
153
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
154
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
155
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
156
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
157
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
158
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
159
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
160
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
161
+
162
+ License notice for Xamarin and Novell
163
+ -------------------------------------
164
+
165
+ Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
166
+
167
+ Permission is hereby granted, free of charge, to any person obtaining a copy
168
+ of this software and associated documentation files (the "Software"), to deal
169
+ in the Software without restriction, including without limitation the rights
170
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
171
+ copies of the Software, and to permit persons to whom the Software is
172
+ furnished to do so, subject to the following conditions:
173
+
174
+ The above copyright notice and this permission notice shall be included in
175
+ all copies or substantial portions of the Software.
176
+
177
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
178
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
179
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
180
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
181
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
182
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
183
+ THE SOFTWARE.
184
+
185
+ Copyright (c) 2011 Novell, Inc (http://www.novell.com)
186
+
187
+ Permission is hereby granted, free of charge, to any person obtaining a copy
188
+ of this software and associated documentation files (the "Software"), to deal
189
+ in the Software without restriction, including without limitation the rights
190
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
191
+ copies of the Software, and to permit persons to whom the Software is
192
+ furnished to do so, subject to the following conditions:
193
+
194
+ The above copyright notice and this permission notice shall be included in
195
+ all copies or substantial portions of the Software.
196
+
197
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
198
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
199
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
200
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
201
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
202
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
203
+ THE SOFTWARE.
204
+
205
+ Third party notice for W3C
206
+ --------------------------
207
+
208
+ "W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE
209
+ Status: This license takes effect 13 May, 2015.
210
+ This work is being provided by the copyright holders under the following license.
211
+ License
212
+ By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.
213
+ Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications:
214
+ The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
215
+ Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included.
216
+ Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)."
217
+ Disclaimers
218
+ THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
219
+ COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
220
+ The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders."
221
+
222
+ License notice for Bit Twiddling Hacks
223
+ --------------------------------------
224
+
225
+ Bit Twiddling Hacks
226
+
227
+ By Sean Eron Anderson
228
+ seander@cs.stanford.edu
229
+
230
+ Individually, the code snippets here are in the public domain (unless otherwise
231
+ noted) — feel free to use them however you please. The aggregate collection and
232
+ descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are
233
+ distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and
234
+ without even the implied warranty of merchantability or fitness for a particular
235
+ purpose.
236
+
237
+ License notice for Brotli
238
+ --------------------------------------
239
+
240
+ Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
241
+
242
+ Permission is hereby granted, free of charge, to any person obtaining a copy
243
+ of this software and associated documentation files (the "Software"), to deal
244
+ in the Software without restriction, including without limitation the rights
245
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
246
+ copies of the Software, and to permit persons to whom the Software is
247
+ furnished to do so, subject to the following conditions:
248
+
249
+ The above copyright notice and this permission notice shall be included in
250
+ all copies or substantial portions of the Software.
251
+
252
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
253
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
254
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
255
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
256
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
257
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
258
+ THE SOFTWARE.
259
+
260
+ compress_fragment.c:
261
+ Copyright (c) 2011, Google Inc.
262
+ All rights reserved.
263
+
264
+ Redistribution and use in source and binary forms, with or without
265
+ modification, are permitted provided that the following conditions are
266
+ met:
267
+
268
+ * Redistributions of source code must retain the above copyright
269
+ notice, this list of conditions and the following disclaimer.
270
+ * Redistributions in binary form must reproduce the above
271
+ copyright notice, this list of conditions and the following disclaimer
272
+ in the documentation and/or other materials provided with the
273
+ distribution.
274
+ * Neither the name of Google Inc. nor the names of its
275
+ contributors may be used to endorse or promote products derived from
276
+ this software without specific prior written permission.
277
+
278
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
279
+ ""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
280
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
281
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
282
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
283
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
284
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
285
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
286
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
287
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
288
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
289
+
290
+ decode_fuzzer.c:
291
+ Copyright (c) 2015 The Chromium Authors. All rights reserved.
292
+
293
+ Redistribution and use in source and binary forms, with or without
294
+ modification, are permitted provided that the following conditions are
295
+ met:
296
+
297
+ * Redistributions of source code must retain the above copyright
298
+ notice, this list of conditions and the following disclaimer.
299
+ * Redistributions in binary form must reproduce the above
300
+ copyright notice, this list of conditions and the following disclaimer
301
+ in the documentation and/or other materials provided with the
302
+ distribution.
303
+ * Neither the name of Google Inc. nor the names of its
304
+ contributors may be used to endorse or promote products derived from
305
+ this software without specific prior written permission.
306
+
307
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
308
+ ""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
309
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
310
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
311
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
312
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
313
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
314
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
315
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
316
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
317
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
318
+
319
+ License notice for Json.NET
320
+ -------------------------------
321
+
322
+ https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md
323
+
324
+ The MIT License (MIT)
325
+
326
+ Copyright (c) 2007 James Newton-King
327
+
328
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
329
+ this software and associated documentation files (the "Software"), to deal in
330
+ the Software without restriction, including without limitation the rights to
331
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
332
+ the Software, and to permit persons to whom the Software is furnished to do so,
333
+ subject to the following conditions:
334
+
335
+ The above copyright notice and this permission notice shall be included in all
336
+ copies or substantial portions of the Software.
337
+
338
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
339
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
340
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
341
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
342
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
343
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
344
+
345
+ License notice for vectorized base64 encoding / decoding
346
+ --------------------------------------------------------
347
+
348
+ Copyright (c) 2005-2007, Nick Galbreath
349
+ Copyright (c) 2013-2017, Alfred Klomp
350
+ Copyright (c) 2015-2017, Wojciech Mula
351
+ Copyright (c) 2016-2017, Matthieu Darbois
352
+ All rights reserved.
353
+
354
+ Redistribution and use in source and binary forms, with or without
355
+ modification, are permitted provided that the following conditions are
356
+ met:
357
+
358
+ - Redistributions of source code must retain the above copyright notice,
359
+ this list of conditions and the following disclaimer.
360
+
361
+ - Redistributions in binary form must reproduce the above copyright
362
+ notice, this list of conditions and the following disclaimer in the
363
+ documentation and/or other materials provided with the distribution.
364
+
365
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
366
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
367
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
368
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
369
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
370
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
371
+ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
372
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
373
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
374
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
375
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
376
+
377
+ License notice for vectorized hex parsing
378
+ --------------------------------------------------------
379
+
380
+ Copyright (c) 2022, Geoff Langdale
381
+ Copyright (c) 2022, Wojciech Mula
382
+ All rights reserved.
383
+
384
+ Redistribution and use in source and binary forms, with or without
385
+ modification, are permitted provided that the following conditions are
386
+ met:
387
+
388
+ - Redistributions of source code must retain the above copyright notice,
389
+ this list of conditions and the following disclaimer.
390
+
391
+ - Redistributions in binary form must reproduce the above copyright
392
+ notice, this list of conditions and the following disclaimer in the
393
+ documentation and/or other materials provided with the distribution.
394
+
395
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
396
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
397
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
398
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
399
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
400
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
401
+ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
402
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
403
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
404
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
405
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
406
+
407
+ License notice for RFC 3492
408
+ ---------------------------
409
+
410
+ The punycode implementation is based on the sample code in RFC 3492
411
+
412
+ Copyright (C) The Internet Society (2003). All Rights Reserved.
413
+
414
+ This document and translations of it may be copied and furnished to
415
+ others, and derivative works that comment on or otherwise explain it
416
+ or assist in its implementation may be prepared, copied, published
417
+ and distributed, in whole or in part, without restriction of any
418
+ kind, provided that the above copyright notice and this paragraph are
419
+ included on all such copies and derivative works. However, this
420
+ document itself may not be modified in any way, such as by removing
421
+ the copyright notice or references to the Internet Society or other
422
+ Internet organizations, except as needed for the purpose of
423
+ developing Internet standards in which case the procedures for
424
+ copyrights defined in the Internet Standards process must be
425
+ followed, or as required to translate it into languages other than
426
+ English.
427
+
428
+ The limited permissions granted above are perpetual and will not be
429
+ revoked by the Internet Society or its successors or assigns.
430
+
431
+ This document and the information contained herein is provided on an
432
+ "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
433
+ TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
434
+ BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
435
+ HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
436
+ MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
437
+
438
+ Copyright(C) The Internet Society 1997. All Rights Reserved.
439
+
440
+ This document and translations of it may be copied and furnished to others,
441
+ and derivative works that comment on or otherwise explain it or assist in
442
+ its implementation may be prepared, copied, published and distributed, in
443
+ whole or in part, without restriction of any kind, provided that the above
444
+ copyright notice and this paragraph are included on all such copies and
445
+ derivative works.However, this document itself may not be modified in any
446
+ way, such as by removing the copyright notice or references to the Internet
447
+ Society or other Internet organizations, except as needed for the purpose of
448
+ developing Internet standards in which case the procedures for copyrights
449
+ defined in the Internet Standards process must be followed, or as required
450
+ to translate it into languages other than English.
451
+
452
+ The limited permissions granted above are perpetual and will not be revoked
453
+ by the Internet Society or its successors or assigns.
454
+
455
+ This document and the information contained herein is provided on an "AS IS"
456
+ basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE
457
+ DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
458
+ ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY
459
+ RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
460
+ PARTICULAR PURPOSE.
461
+
462
+ License notice for Algorithm from RFC 4122 -
463
+ A Universally Unique IDentifier (UUID) URN Namespace
464
+ ----------------------------------------------------
465
+
466
+ Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
467
+ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. &
468
+ Digital Equipment Corporation, Maynard, Mass.
469
+ Copyright (c) 1998 Microsoft.
470
+ To anyone who acknowledges that this file is provided "AS IS"
471
+ without any express or implied warranty: permission to use, copy,
472
+ modify, and distribute this file for any purpose is hereby
473
+ granted without fee, provided that the above copyright notices and
474
+ this notice appears in all source code copies, and that none of
475
+ the names of Open Software Foundation, Inc., Hewlett-Packard
476
+ Company, Microsoft, or Digital Equipment Corporation be used in
477
+ advertising or publicity pertaining to distribution of the software
478
+ without specific, written prior permission. Neither Open Software
479
+ Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital
480
+ Equipment Corporation makes any representations about the
481
+ suitability of this software for any purpose."
482
+
483
+ License notice for The LLVM Compiler Infrastructure (Legacy License)
484
+ --------------------------------------------------------------------
485
+
486
+ Developed by:
487
+
488
+ LLVM Team
489
+
490
+ University of Illinois at Urbana-Champaign
491
+
492
+ http://llvm.org
493
+
494
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
495
+ this software and associated documentation files (the "Software"), to deal with
496
+ the Software without restriction, including without limitation the rights to
497
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
498
+ of the Software, and to permit persons to whom the Software is furnished to do
499
+ so, subject to the following conditions:
500
+
501
+ * Redistributions of source code must retain the above copyright notice,
502
+ this list of conditions and the following disclaimers.
503
+
504
+ * Redistributions in binary form must reproduce the above copyright notice,
505
+ this list of conditions and the following disclaimers in the
506
+ documentation and/or other materials provided with the distribution.
507
+
508
+ * Neither the names of the LLVM Team, University of Illinois at
509
+ Urbana-Champaign, nor the names of its contributors may be used to
510
+ endorse or promote products derived from this Software without specific
511
+ prior written permission.
512
+
513
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
514
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
515
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
516
+ CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
517
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
518
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
519
+ SOFTWARE.
520
+
521
+ License notice for Bob Jenkins
522
+ ------------------------------
523
+
524
+ By Bob Jenkins, 1996. bob_jenkins@burtleburtle.net. You may use this
525
+ code any way you wish, private, educational, or commercial. It's free.
526
+
527
+ License notice for Greg Parker
528
+ ------------------------------
529
+
530
+ Greg Parker gparker@cs.stanford.edu December 2000
531
+ This code is in the public domain and may be copied or modified without
532
+ permission.
533
+
534
+ License notice for libunwind based code
535
+ ----------------------------------------
536
+
537
+ Permission is hereby granted, free of charge, to any person obtaining
538
+ a copy of this software and associated documentation files (the
539
+ "Software"), to deal in the Software without restriction, including
540
+ without limitation the rights to use, copy, modify, merge, publish,
541
+ distribute, sublicense, and/or sell copies of the Software, and to
542
+ permit persons to whom the Software is furnished to do so, subject to
543
+ the following conditions:
544
+
545
+ The above copyright notice and this permission notice shall be
546
+ included in all copies or substantial portions of the Software.
547
+
548
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
549
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
550
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
551
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
552
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
553
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
554
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
555
+
556
+ License notice for Printing Floating-Point Numbers (Dragon4)
557
+ ------------------------------------------------------------
558
+
559
+ /******************************************************************************
560
+ Copyright (c) 2014 Ryan Juckett
561
+ http://www.ryanjuckett.com/
562
+
563
+ This software is provided 'as-is', without any express or implied
564
+ warranty. In no event will the authors be held liable for any damages
565
+ arising from the use of this software.
566
+
567
+ Permission is granted to anyone to use this software for any purpose,
568
+ including commercial applications, and to alter it and redistribute it
569
+ freely, subject to the following restrictions:
570
+
571
+ 1. The origin of this software must not be misrepresented; you must not
572
+ claim that you wrote the original software. If you use this software
573
+ in a product, an acknowledgment in the product documentation would be
574
+ appreciated but is not required.
575
+
576
+ 2. Altered source versions must be plainly marked as such, and must not be
577
+ misrepresented as being the original software.
578
+
579
+ 3. This notice may not be removed or altered from any source
580
+ distribution.
581
+ ******************************************************************************/
582
+
583
+ License notice for Printing Floating-point Numbers (Grisu3)
584
+ -----------------------------------------------------------
585
+
586
+ Copyright 2012 the V8 project authors. All rights reserved.
587
+ Redistribution and use in source and binary forms, with or without
588
+ modification, are permitted provided that the following conditions are
589
+ met:
590
+
591
+ * Redistributions of source code must retain the above copyright
592
+ notice, this list of conditions and the following disclaimer.
593
+ * Redistributions in binary form must reproduce the above
594
+ copyright notice, this list of conditions and the following
595
+ disclaimer in the documentation and/or other materials provided
596
+ with the distribution.
597
+ * Neither the name of Google Inc. nor the names of its
598
+ contributors may be used to endorse or promote products derived
599
+ from this software without specific prior written permission.
600
+
601
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
602
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
603
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
604
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
605
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
606
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
607
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
608
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
609
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
610
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
611
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
612
+
613
+ License notice for xxHash
614
+ -------------------------
615
+
616
+ xxHash - Extremely Fast Hash algorithm
617
+ Header File
618
+ Copyright (C) 2012-2021 Yann Collet
619
+
620
+ BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
621
+
622
+ Redistribution and use in source and binary forms, with or without
623
+ modification, are permitted provided that the following conditions are
624
+ met:
625
+
626
+ * Redistributions of source code must retain the above copyright
627
+ notice, this list of conditions and the following disclaimer.
628
+ * Redistributions in binary form must reproduce the above
629
+ copyright notice, this list of conditions and the following disclaimer
630
+ in the documentation and/or other materials provided with the
631
+ distribution.
632
+
633
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
634
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
635
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
636
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
637
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
638
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
639
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
640
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
641
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
642
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
643
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
644
+
645
+ You can contact the author at:
646
+ - xxHash homepage: https://www.xxhash.com
647
+ - xxHash source repository: https://github.com/Cyan4973/xxHash
648
+
649
+ License notice for Berkeley SoftFloat Release 3e
650
+ ------------------------------------------------
651
+
652
+ https://github.com/ucb-bar/berkeley-softfloat-3
653
+ https://github.com/ucb-bar/berkeley-softfloat-3/blob/master/COPYING.txt
654
+
655
+ License for Berkeley SoftFloat Release 3e
656
+
657
+ John R. Hauser
658
+ 2018 January 20
659
+
660
+ The following applies to the whole of SoftFloat Release 3e as well as to
661
+ each source file individually.
662
+
663
+ Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the
664
+ University of California. All rights reserved.
665
+
666
+ Redistribution and use in source and binary forms, with or without
667
+ modification, are permitted provided that the following conditions are met:
668
+
669
+ 1. Redistributions of source code must retain the above copyright notice,
670
+ this list of conditions, and the following disclaimer.
671
+
672
+ 2. Redistributions in binary form must reproduce the above copyright
673
+ notice, this list of conditions, and the following disclaimer in the
674
+ documentation and/or other materials provided with the distribution.
675
+
676
+ 3. Neither the name of the University nor the names of its contributors
677
+ may be used to endorse or promote products derived from this software
678
+ without specific prior written permission.
679
+
680
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY
681
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
682
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE
683
+ DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
684
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
685
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
686
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
687
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
688
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
689
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
690
+
691
+ License notice for xoshiro RNGs
692
+ --------------------------------
693
+
694
+ Written in 2018 by David Blackman and Sebastiano Vigna (vigna@acm.org)
695
+
696
+ To the extent possible under law, the author has dedicated all copyright
697
+ and related and neighboring rights to this software to the public domain
698
+ worldwide. This software is distributed without any warranty.
699
+
700
+ See <http://creativecommons.org/publicdomain/zero/1.0/>.
701
+
702
+ License for fastmod (https://github.com/lemire/fastmod), ibm-fpgen (https://github.com/nigeltao/parse-number-fxx-test-data) and fastrange (https://github.com/lemire/fastrange)
703
+ --------------------------------------
704
+
705
+ Copyright 2018 Daniel Lemire
706
+
707
+ Licensed under the Apache License, Version 2.0 (the "License");
708
+ you may not use this file except in compliance with the License.
709
+ You may obtain a copy of the License at
710
+
711
+ http://www.apache.org/licenses/LICENSE-2.0
712
+
713
+ Unless required by applicable law or agreed to in writing, software
714
+ distributed under the License is distributed on an "AS IS" BASIS,
715
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
716
+ See the License for the specific language governing permissions and
717
+ limitations under the License.
718
+
719
+ License for sse4-strstr (https://github.com/WojciechMula/sse4-strstr)
720
+ --------------------------------------
721
+
722
+ Copyright (c) 2008-2016, Wojciech Mula
723
+ All rights reserved.
724
+
725
+ Redistribution and use in source and binary forms, with or without
726
+ modification, are permitted provided that the following conditions are
727
+ met:
728
+
729
+ 1. Redistributions of source code must retain the above copyright
730
+ notice, this list of conditions and the following disclaimer.
731
+
732
+ 2. Redistributions in binary form must reproduce the above copyright
733
+ notice, this list of conditions and the following disclaimer in the
734
+ documentation and/or other materials provided with the distribution.
735
+
736
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
737
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
738
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
739
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
740
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
741
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
742
+ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
743
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
744
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
745
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
746
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
747
+
748
+ License notice for The C++ REST SDK
749
+ -----------------------------------
750
+
751
+ C++ REST SDK
752
+
753
+ The MIT License (MIT)
754
+
755
+ Copyright (c) Microsoft Corporation
756
+
757
+ All rights reserved.
758
+
759
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
760
+ this software and associated documentation files (the "Software"), to deal in
761
+ the Software without restriction, including without limitation the rights to
762
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
763
+ the Software, and to permit persons to whom the Software is furnished to do so,
764
+ subject to the following conditions:
765
+
766
+ The above copyright notice and this permission notice shall be included in all
767
+ copies or substantial portions of the Software.
768
+
769
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
770
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
771
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
772
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
773
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
774
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
775
+ SOFTWARE.
776
+
777
+ License notice for MessagePack-CSharp
778
+ -------------------------------------
779
+
780
+ MessagePack for C#
781
+
782
+ MIT License
783
+
784
+ Copyright (c) 2017 Yoshifumi Kawai
785
+
786
+ Permission is hereby granted, free of charge, to any person obtaining a copy
787
+ of this software and associated documentation files (the "Software"), to deal
788
+ in the Software without restriction, including without limitation the rights
789
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
790
+ copies of the Software, and to permit persons to whom the Software is
791
+ furnished to do so, subject to the following conditions:
792
+
793
+ The above copyright notice and this permission notice shall be included in all
794
+ copies or substantial portions of the Software.
795
+
796
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
797
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
798
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
799
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
800
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
801
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
802
+ SOFTWARE.
803
+
804
+ License notice for lz4net
805
+ -------------------------------------
806
+
807
+ lz4net
808
+
809
+ Copyright (c) 2013-2017, Milosz Krajewski
810
+
811
+ All rights reserved.
812
+
813
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
814
+
815
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
816
+
817
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
818
+
819
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
820
+
821
+ License notice for Nerdbank.Streams
822
+ -----------------------------------
823
+
824
+ The MIT License (MIT)
825
+
826
+ Copyright (c) Andrew Arnott
827
+
828
+ Permission is hereby granted, free of charge, to any person obtaining a copy
829
+ of this software and associated documentation files (the "Software"), to deal
830
+ in the Software without restriction, including without limitation the rights
831
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
832
+ copies of the Software, and to permit persons to whom the Software is
833
+ furnished to do so, subject to the following conditions:
834
+
835
+ The above copyright notice and this permission notice shall be included in all
836
+ copies or substantial portions of the Software.
837
+
838
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
839
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
840
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
841
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
842
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
843
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
844
+ SOFTWARE.
845
+
846
+ License notice for RapidJSON
847
+ ----------------------------
848
+
849
+ Tencent is pleased to support the open source community by making RapidJSON available.
850
+
851
+ Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
852
+
853
+ Licensed under the MIT License (the "License"); you may not use this file except
854
+ in compliance with the License. You may obtain a copy of the License at
855
+
856
+ http://opensource.org/licenses/MIT
857
+
858
+ Unless required by applicable law or agreed to in writing, software distributed
859
+ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
860
+ CONDITIONS OF ANY KIND, either express or implied. See the License for the
861
+ specific language governing permissions and limitations under the License.
862
+
863
+ License notice for DirectX Math Library
864
+ ---------------------------------------
865
+
866
+ https://github.com/microsoft/DirectXMath/blob/master/LICENSE
867
+
868
+ The MIT License (MIT)
869
+
870
+ Copyright (c) 2011-2020 Microsoft Corp
871
+
872
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this
873
+ software and associated documentation files (the "Software"), to deal in the Software
874
+ without restriction, including without limitation the rights to use, copy, modify,
875
+ merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
876
+ permit persons to whom the Software is furnished to do so, subject to the following
877
+ conditions:
878
+
879
+ The above copyright notice and this permission notice shall be included in all copies
880
+ or substantial portions of the Software.
881
+
882
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
883
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
884
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
885
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
886
+ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
887
+ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
888
+
889
+ License notice for ldap4net
890
+ ---------------------------
891
+
892
+ The MIT License (MIT)
893
+
894
+ Copyright (c) 2018 Alexander Chermyanin
895
+
896
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
897
+
898
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
899
+
900
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
901
+
902
+ License notice for vectorized sorting code
903
+ ------------------------------------------
904
+
905
+ MIT License
906
+
907
+ Copyright (c) 2020 Dan Shechter
908
+
909
+ Permission is hereby granted, free of charge, to any person obtaining a copy
910
+ of this software and associated documentation files (the "Software"), to deal
911
+ in the Software without restriction, including without limitation the rights
912
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
913
+ copies of the Software, and to permit persons to whom the Software is
914
+ furnished to do so, subject to the following conditions:
915
+
916
+ The above copyright notice and this permission notice shall be included in all
917
+ copies or substantial portions of the Software.
918
+
919
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
920
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
921
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
922
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
923
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
924
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
925
+ SOFTWARE.
926
+
927
+ License notice for musl
928
+ -----------------------
929
+
930
+ musl as a whole is licensed under the following standard MIT license:
931
+
932
+ Copyright © 2005-2020 Rich Felker, et al.
933
+
934
+ Permission is hereby granted, free of charge, to any person obtaining
935
+ a copy of this software and associated documentation files (the
936
+ "Software"), to deal in the Software without restriction, including
937
+ without limitation the rights to use, copy, modify, merge, publish,
938
+ distribute, sublicense, and/or sell copies of the Software, and to
939
+ permit persons to whom the Software is furnished to do so, subject to
940
+ the following conditions:
941
+
942
+ The above copyright notice and this permission notice shall be
943
+ included in all copies or substantial portions of the Software.
944
+
945
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
946
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
947
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
948
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
949
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
950
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
951
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
952
+
953
+
954
+ License notice for "Faster Unsigned Division by Constants"
955
+ ------------------------------
956
+
957
+ Reference implementations of computing and using the "magic number" approach to dividing
958
+ by constants, including codegen instructions. The unsigned division incorporates the
959
+ "round down" optimization per ridiculous_fish.
960
+
961
+ This is free and unencumbered software. Any copyright is dedicated to the Public Domain.
962
+
963
+
964
+ License notice for mimalloc
965
+ -----------------------------------
966
+
967
+ MIT License
968
+
969
+ Copyright (c) 2019 Microsoft Corporation, Daan Leijen
970
+
971
+ Permission is hereby granted, free of charge, to any person obtaining a copy
972
+ of this software and associated documentation files (the "Software"), to deal
973
+ in the Software without restriction, including without limitation the rights
974
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
975
+ copies of the Software, and to permit persons to whom the Software is
976
+ furnished to do so, subject to the following conditions:
977
+
978
+ The above copyright notice and this permission notice shall be included in all
979
+ copies or substantial portions of the Software.
980
+
981
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
982
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
983
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
984
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
985
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
986
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
987
+ SOFTWARE.
988
+
989
+ License notice for The LLVM Project
990
+ -----------------------------------
991
+
992
+ Copyright 2019 LLVM Project
993
+
994
+ Licensed under the Apache License, Version 2.0 (the "License") with LLVM Exceptions;
995
+ you may not use this file except in compliance with the License.
996
+ You may obtain a copy of the License at
997
+
998
+ https://llvm.org/LICENSE.txt
999
+
1000
+ Unless required by applicable law or agreed to in writing, software
1001
+ distributed under the License is distributed on an "AS IS" BASIS,
1002
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1003
+ See the License for the specific language governing permissions and
1004
+ limitations under the License.
1005
+
1006
+ License notice for Apple header files
1007
+ -------------------------------------
1008
+
1009
+ Copyright (c) 1980, 1986, 1993
1010
+ The Regents of the University of California. All rights reserved.
1011
+
1012
+ Redistribution and use in source and binary forms, with or without
1013
+ modification, are permitted provided that the following conditions
1014
+ are met:
1015
+ 1. Redistributions of source code must retain the above copyright
1016
+ notice, this list of conditions and the following disclaimer.
1017
+ 2. Redistributions in binary form must reproduce the above copyright
1018
+ notice, this list of conditions and the following disclaimer in the
1019
+ documentation and/or other materials provided with the distribution.
1020
+ 3. All advertising materials mentioning features or use of this software
1021
+ must display the following acknowledgement:
1022
+ This product includes software developed by the University of
1023
+ California, Berkeley and its contributors.
1024
+ 4. Neither the name of the University nor the names of its contributors
1025
+ may be used to endorse or promote products derived from this software
1026
+ without specific prior written permission.
1027
+
1028
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1029
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1030
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1031
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1032
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1033
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1034
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1035
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1036
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1037
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1038
+ SUCH DAMAGE.
1039
+
1040
+ License notice for JavaScript queues
1041
+ -------------------------------------
1042
+
1043
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER.
1044
+
1045
+ Statement of Purpose
1046
+ The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
1047
+ Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.
1048
+ For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.
1049
+
1050
+ 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:
1051
+ the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
1052
+ moral rights retained by the original author(s) and/or performer(s);
1053
+ publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
1054
+ rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
1055
+ rights protecting the extraction, dissemination, use and reuse of data in a Work;
1056
+ database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
1057
+ other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.
1058
+ 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.
1059
+ 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.
1060
+ 4. Limitations and Disclaimers.
1061
+ a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
1062
+ b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
1063
+ c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
1064
+ d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.
1065
+
1066
+
1067
+ License notice for FastFloat algorithm
1068
+ -------------------------------------
1069
+ MIT License
1070
+ Copyright (c) 2021 csFastFloat authors
1071
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1072
+ of this software and associated documentation files (the "Software"), to deal
1073
+ in the Software without restriction, including without limitation the rights
1074
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1075
+ copies of the Software, and to permit persons to whom the Software is
1076
+ furnished to do so, subject to the following conditions:
1077
+ The above copyright notice and this permission notice shall be included in all
1078
+ copies or substantial portions of the Software.
1079
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1080
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1081
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1082
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1083
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1084
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1085
+ SOFTWARE.
1086
+
1087
+ License notice for MsQuic
1088
+ --------------------------------------
1089
+
1090
+ Copyright (c) Microsoft Corporation.
1091
+ Licensed under the MIT License.
1092
+
1093
+ Available at
1094
+ https://github.com/microsoft/msquic/blob/main/LICENSE
1095
+
1096
+ License notice for m-ou-se/floatconv
1097
+ -------------------------------
1098
+
1099
+ Copyright (c) 2020 Mara Bos <m-ou.se@m-ou.se>
1100
+ All rights reserved.
1101
+
1102
+ Redistribution and use in source and binary forms, with or without
1103
+ modification, are permitted provided that the following conditions are met:
1104
+
1105
+ 1. Redistributions of source code must retain the above copyright notice, this
1106
+ list of conditions and the following disclaimer.
1107
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1108
+ this list of conditions and the following disclaimer in the documentation
1109
+ and/or other materials provided with the distribution.
1110
+
1111
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1112
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1113
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1114
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1115
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1116
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1117
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1118
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1119
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1120
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1121
+
1122
+ License notice for code from The Practice of Programming
1123
+ -------------------------------
1124
+
1125
+ Copyright (C) 1999 Lucent Technologies
1126
+
1127
+ Excerpted from 'The Practice of Programming
1128
+ by Brian W. Kernighan and Rob Pike
1129
+
1130
+ You may use this code for any purpose, as long as you leave the copyright notice and book citation attached.
1131
+
1132
+ Notice for Euclidean Affine Functions and Applications to Calendar
1133
+ Algorithms
1134
+ -------------------------------
1135
+
1136
+ Aspects of Date/Time processing based on algorithm described in "Euclidean Affine Functions and Applications to Calendar
1137
+ Algorithms", Cassio Neri and Lorenz Schneider. https://arxiv.org/pdf/2102.06959.pdf
1138
+
1139
+ License notice for amd/aocl-libm-ose
1140
+ -------------------------------
1141
+
1142
+ Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved.
1143
+
1144
+ Redistribution and use in source and binary forms, with or without modification,
1145
+ are permitted provided that the following conditions are met:
1146
+ 1. Redistributions of source code must retain the above copyright notice,
1147
+ this list of conditions and the following disclaimer.
1148
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1149
+ this list of conditions and the following disclaimer in the documentation
1150
+ and/or other materials provided with the distribution.
1151
+ 3. Neither the name of the copyright holder nor the names of its contributors
1152
+ may be used to endorse or promote products derived from this software without
1153
+ specific prior written permission.
1154
+
1155
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1156
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1157
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1158
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
1159
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
1160
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
1161
+ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
1162
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1163
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1164
+ POSSIBILITY OF SUCH DAMAGE.
1165
+
1166
+ License notice for fmtlib/fmt
1167
+ -------------------------------
1168
+
1169
+ Formatting library for C++
1170
+
1171
+ Copyright (c) 2012 - present, Victor Zverovich
1172
+
1173
+ Permission is hereby granted, free of charge, to any person obtaining
1174
+ a copy of this software and associated documentation files (the
1175
+ "Software"), to deal in the Software without restriction, including
1176
+ without limitation the rights to use, copy, modify, merge, publish,
1177
+ distribute, sublicense, and/or sell copies of the Software, and to
1178
+ permit persons to whom the Software is furnished to do so, subject to
1179
+ the following conditions:
1180
+
1181
+ The above copyright notice and this permission notice shall be
1182
+ included in all copies or substantial portions of the Software.
1183
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1184
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1185
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1186
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1187
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1188
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1189
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1190
+
1191
+ License for Jb Evain
1192
+ ---------------------
1193
+
1194
+ Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
1195
+
1196
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1197
+ of this software and associated documentation files (the "Software"), to deal
1198
+ in the Software without restriction, including without limitation the rights
1199
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1200
+ copies of the Software, and to permit persons to whom the Software is
1201
+ furnished to do so, subject to the following conditions:
1202
+
1203
+ The above copyright notice and this permission notice shall be included
1204
+ in all copies or substantial portions of the Software.
1205
+
1206
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1207
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1208
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1209
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1210
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1211
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1212
+ THE SOFTWARE.
1213
+
1214
+ --- Optional exception to the license ---
1215
+
1216
+ As an exception, if, as a result of your compiling your source code, portions
1217
+ of this Software are embedded into a machine-executable object form of such
1218
+ source code, you may redistribute such embedded portions in such object form
1219
+ without including the above copyright and permission notices.
1220
+
1221
+
1222
+ License for MurmurHash3
1223
+ --------------------------------------
1224
+
1225
+ https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp
1226
+
1227
+ MurmurHash3 was written by Austin Appleby, and is placed in the public
1228
+ domain. The author hereby disclaims copyright to this source
1229
+
1230
+ License for Fast CRC Computation
1231
+ --------------------------------------
1232
+
1233
+ https://github.com/intel/isa-l/blob/33a2d9484595c2d6516c920ce39a694c144ddf69/crc/crc32_ieee_by4.asm
1234
+ https://github.com/intel/isa-l/blob/33a2d9484595c2d6516c920ce39a694c144ddf69/crc/crc64_ecma_norm_by8.asm
1235
+
1236
+ Copyright(c) 2011-2015 Intel Corporation All rights reserved.
1237
+
1238
+ Redistribution and use in source and binary forms, with or without
1239
+ modification, are permitted provided that the following conditions
1240
+ are met:
1241
+ * Redistributions of source code must retain the above copyright
1242
+ notice, this list of conditions and the following disclaimer.
1243
+ * Redistributions in binary form must reproduce the above copyright
1244
+ notice, this list of conditions and the following disclaimer in
1245
+ the documentation and/or other materials provided with the
1246
+ distribution.
1247
+ * Neither the name of Intel Corporation nor the names of its
1248
+ contributors may be used to endorse or promote products derived
1249
+ from this software without specific prior written permission.
1250
+
1251
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1252
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1253
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1254
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1255
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1256
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1257
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1258
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1259
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1260
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1261
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1262
+
1263
+ License for C# Implementation of Fast CRC Computation
1264
+ -----------------------------------------------------
1265
+
1266
+ https://github.com/SixLabors/ImageSharp/blob/f4f689ce67ecbcc35cebddba5aacb603e6d1068a/src/ImageSharp/Formats/Png/Zlib/Crc32.cs
1267
+
1268
+ Copyright (c) Six Labors.
1269
+ Licensed under the Apache License, Version 2.0.
1270
+
1271
+ Available at
1272
+ https://github.com/SixLabors/ImageSharp/blob/f4f689ce67ecbcc35cebddba5aacb603e6d1068a/LICENSE
msbuild_packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/useSharedDesignerContext.txt ADDED
File without changes
msbuild_packages/Microsoft.Build.17.10.4/.signature.p7s ADDED
Binary file (25.6 kB). View file
 
msbuild_packages/Microsoft.Build.17.10.4/README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Microsoft.Build
2
+
3
+ This package contains `Microsoft.Build.dll`, which defines MSBuild's API, including
4
+
5
+ * [`Microsoft.Build.Evaluation`](https://docs.microsoft.com/dotnet/api/microsoft.build.evaluation) for evaluating MSBuild projects,
6
+ * [`Microsoft.Build.Construction`](https://docs.microsoft.com/dotnet/api/microsoft.build.construction) for creating new MSBuild projects, and
7
+ * [`Microsoft.Build.Execution`](https://docs.microsoft.com/dotnet/api/microsoft.build.execution) for building MSBuild projects.
8
+
9
+ Developers should reference this package to write applications that create, edit, evaluate, or build MSBuild projects.
10
+
11
+ To create or edit an MSBuild project, use the [Microsoft.Build.Construction.ProjectRootElement](https://docs.microsoft.com/dotnet/api/microsoft.build.construction.projectrootelement) class and call the
12
+ [Create](https://docs.microsoft.com/dotnet/api/microsoft.build.construction.projectrootelement.create) or
13
+ [Open](https://docs.microsoft.com/dotnet/api/microsoft.build.construction.projectrootelement.open) method.
14
+
15
+ To evaluate or build an MSBuild project, use the [Microsoft.Build.Evaluation.Project](https://docs.microsoft.com/dotnet/api/microsoft.build.evaluation.project) class by creating an instance of it with the
16
+ appropriate parameters for your project. To retrieve evaluated items, call methods such as properties such as [GetItems](https://docs.microsoft.com/dotnet/api/microsoft.build.evaluation.project.getitems)
17
+ or [GetPropertyValue](https://docs.microsoft.com/dotnet/api/microsoft.build.evaluation.project.getpropertyvalue).
msbuild_packages/Microsoft.Build.17.10.4/lib/net472/Microsoft.Build.xml ADDED
The diff for this file is too large to render. See raw diff
 
msbuild_packages/Microsoft.Build.17.10.4/notices/THIRDPARTYNOTICES.txt ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MSBuild uses third-party material as listed below. The attached notices are
2
+ provided for informational purposes only.
3
+
4
+ Notice for LockCheck
5
+ -------------------------------
6
+ The MIT License (MIT)
7
+
8
+ Copyright (c) 2015 Christian Klutz
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+
28
+ -------------------------------
29
+
30
+ Notice for Samples for xUnit.net
31
+ -------------------------------
32
+
33
+ Copyright (c) .NET Foundation and Contributors
34
+
35
+ All Rights Reserved
36
+
37
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
38
+ this file except in compliance with the License.
39
+
40
+ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
41
+
42
+ Unless required by applicable law or agreed to in writing, software distributed
43
+ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
44
+ CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
45
+ language governing permissions and limitations under the License.
46
+ -------------------------------
msbuild_packages/Microsoft.Build.17.10.4/ref/net472/Microsoft.Build.xml ADDED
The diff for this file is too large to render. See raw diff
 
msbuild_packages/Microsoft.Build.17.10.4/ref/net8.0/Microsoft.Build.xml ADDED
The diff for this file is too large to render. See raw diff
 
msbuild_packages/Microsoft.Build.Framework.17.10.4/.signature.p7s ADDED
Binary file (25.6 kB). View file
 
msbuild_packages/Microsoft.Build.Framework.17.10.4/README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Microsoft.Build.Framework
2
+
3
+ This package contains `Microsoft.Build.Framework.dll`, which defines [fundamental types](https://docs.microsoft.com/dotnet/api/microsoft.build.framework) used in MSBuild's API and extensibility model.
4
+
5
+ The items in this namespace are primarily base-level classes and interfaces shared across MSBuild's object model. MSBuild task or extension developers can reference this package to implement interfaces such as
6
+ [`ITask`](https://docs.microsoft.com/dotnet/api/microsoft.build.framework.itask), and [`ILogger`](https://docs.microsoft.com/dotnet/api/microsoft.build.framework.ilogger).
7
+
8
+ ### netstandard2.0 target
9
+ The `netstandard2.0` target of this build is configured only to output reference assemblies; at runtime MSBuild will be `net8.0` or `net472`. Please use the `net8.0`-targeted assemblies for .NET 8+ scenarios.
10
+
11
+ For context, see https://github.com/dotnet/msbuild/pull/6148
msbuild_packages/Microsoft.Build.Framework.17.10.4/lib/net472/Microsoft.Build.Framework.xml ADDED
The diff for this file is too large to render. See raw diff
 
msbuild_packages/Microsoft.Build.Framework.17.10.4/lib/net8.0/Microsoft.Build.Framework.xml ADDED
The diff for this file is too large to render. See raw diff
 
msbuild_packages/Microsoft.Build.Framework.17.10.4/notices/THIRDPARTYNOTICES.txt ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MSBuild uses third-party material as listed below. The attached notices are
2
+ provided for informational purposes only.
3
+
4
+ Notice for LockCheck
5
+ -------------------------------
6
+ The MIT License (MIT)
7
+
8
+ Copyright (c) 2015 Christian Klutz
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+
28
+ -------------------------------
29
+
30
+ Notice for Samples for xUnit.net
31
+ -------------------------------
32
+
33
+ Copyright (c) .NET Foundation and Contributors
34
+
35
+ All Rights Reserved
36
+
37
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
38
+ this file except in compliance with the License.
39
+
40
+ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
41
+
42
+ Unless required by applicable law or agreed to in writing, software distributed
43
+ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
44
+ CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
45
+ language governing permissions and limitations under the License.
46
+ -------------------------------
msbuild_packages/Microsoft.Build.Framework.17.10.4/ref/net472/Microsoft.Build.Framework.xml ADDED
The diff for this file is too large to render. See raw diff
 
msbuild_packages/Microsoft.Build.Framework.17.10.4/ref/net8.0/Microsoft.Build.Framework.xml ADDED
The diff for this file is too large to render. See raw diff
 
msbuild_packages/Microsoft.Build.Framework.17.10.4/ref/netstandard2.0/Microsoft.Build.Framework.xml ADDED
The diff for this file is too large to render. See raw diff
 
msbuild_packages/Microsoft.Build.Runtime.17.10.4/.signature.p7s ADDED
Binary file (25.6 kB). View file
 
msbuild_packages/Microsoft.Build.Runtime.17.10.4/README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Microsoft.Build.Runtime
2
+
3
+ This package delivers a complete executable copy of MSBuild. Reference this
4
+ package only if your application needs to load projects or execute in-process
5
+ builds without requiring installation of MSBuild. Successfully evaluating
6
+ projects using this package requires aggregating additional components (like the
7
+ compilers) into an application directory.
8
+
9
+ 🗒️ NOTE: if you are building an application that wants to use MSBuild to
10
+ evaluate or build projects, you will generally not need this package. Instead,
11
+ use [MSBuildLocator](https://aka.ms/msbuild/locator) to use a complete toolset
12
+ provided by the .NET SDK or Visual Studio.
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Current/Microsoft.Common.props ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.Common.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <Project>
13
+
14
+ <PropertyGroup>
15
+ <ImportByWildcardBeforeMicrosoftCommonProps Condition="'$(ImportByWildcardBeforeMicrosoftCommonProps)' == ''">true</ImportByWildcardBeforeMicrosoftCommonProps>
16
+ <ImportByWildcardAfterMicrosoftCommonProps Condition="'$(ImportByWildcardAfterMicrosoftCommonProps)' == ''">true</ImportByWildcardAfterMicrosoftCommonProps>
17
+ <ImportUserLocationsByWildcardBeforeMicrosoftCommonProps Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftCommonProps)' == ''">true</ImportUserLocationsByWildcardBeforeMicrosoftCommonProps>
18
+ <ImportUserLocationsByWildcardAfterMicrosoftCommonProps Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftCommonProps)' == ''">true</ImportUserLocationsByWildcardAfterMicrosoftCommonProps>
19
+ <ImportDirectoryBuildProps Condition="'$(ImportDirectoryBuildProps)' == ''">true</ImportDirectoryBuildProps>
20
+ </PropertyGroup>
21
+
22
+ <!--
23
+ Determine the path to the directory build props file if the user did not disable $(ImportDirectoryBuildProps) and
24
+ they did not already specify an absolute path to use via $(DirectoryBuildPropsPath)
25
+ -->
26
+ <PropertyGroup Condition="'$(ImportDirectoryBuildProps)' == 'true' and '$(DirectoryBuildPropsPath)' == ''">
27
+ <_DirectoryBuildPropsFile Condition="'$(_DirectoryBuildPropsFile)' == ''">Directory.Build.props</_DirectoryBuildPropsFile>
28
+ <_DirectoryBuildPropsBasePath Condition="'$(_DirectoryBuildPropsBasePath)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), '$(_DirectoryBuildPropsFile)'))</_DirectoryBuildPropsBasePath>
29
+ <DirectoryBuildPropsPath Condition="'$(_DirectoryBuildPropsBasePath)' != '' and '$(_DirectoryBuildPropsFile)' != ''">$([System.IO.Path]::Combine('$(_DirectoryBuildPropsBasePath)', '$(_DirectoryBuildPropsFile)'))</DirectoryBuildPropsPath>
30
+ </PropertyGroup>
31
+
32
+ <Import Project="$(CustomBeforeDirectoryBuildProps)" Condition="'$(CustomBeforeDirectoryBuildProps)' != ''" />
33
+
34
+ <Import Project="$(DirectoryBuildPropsPath)" Condition="'$(ImportDirectoryBuildProps)' == 'true' and exists('$(DirectoryBuildPropsPath)')"/>
35
+
36
+ <Import Project="$(CustomAfterDirectoryBuildProps)" Condition="'$(CustomAfterDirectoryBuildProps)' != ''" />
37
+
38
+ <!--
39
+ Prepare to import project extensions which usually come from packages. Package management systems will create a file at:
40
+ $(MSBuildProjectExtensionsPath)\$(MSBuildProjectFile).<SomethingUnique>.props
41
+
42
+ Each package management system should use a unique moniker to avoid collisions. It is a wild-card import so the package
43
+ management system can write out multiple files but the order of the import is alphabetic because MSBuild sorts the list.
44
+ -->
45
+ <PropertyGroup>
46
+ <!--
47
+ The declaration of $(BaseIntermediateOutputPath) had to be moved up from Microsoft.Common.CurrentVersion.targets
48
+ in order for the $(MSBuildProjectExtensionsPath) to use it as a default.
49
+ -->
50
+ <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">obj\</BaseIntermediateOutputPath>
51
+ <BaseIntermediateOutputPath Condition="!HasTrailingSlash('$(BaseIntermediateOutputPath)')">$(BaseIntermediateOutputPath)\</BaseIntermediateOutputPath>
52
+ <_InitialBaseIntermediateOutputPath>$(BaseIntermediateOutputPath)</_InitialBaseIntermediateOutputPath>
53
+
54
+ <MSBuildProjectExtensionsPath Condition="'$(MSBuildProjectExtensionsPath)' == '' ">$(BaseIntermediateOutputPath)</MSBuildProjectExtensionsPath>
55
+ <!--
56
+ Import paths that are relative default to be relative to the importing file. However, since MSBuildExtensionsPath
57
+ defaults to BaseIntermediateOutputPath we expect it to be relative to the project directory. So if the path is relative
58
+ it needs to be made absolute based on the project directory.
59
+ -->
60
+ <MSBuildProjectExtensionsPath Condition="'$([System.IO.Path]::IsPathRooted($(MSBuildProjectExtensionsPath)))' == 'false'">$([System.IO.Path]::Combine('$(MSBuildProjectDirectory)', '$(MSBuildProjectExtensionsPath)'))</MSBuildProjectExtensionsPath>
61
+ <MSBuildProjectExtensionsPath Condition="!HasTrailingSlash('$(MSBuildProjectExtensionsPath)')">$(MSBuildProjectExtensionsPath)\</MSBuildProjectExtensionsPath>
62
+
63
+ <!--
64
+ Don't import project extensions during restore because NuGet restore generates them. Importing them during restore will embed
65
+ the pre-restore files in the binary log and then NuGet won't be able to embed the generated one after restore. If some other
66
+ project extension mechanism wants to import project extensions during restore, they need to explicitly set ImportProjectExtensionProps
67
+ -->
68
+ <ImportProjectExtensionProps Condition="$([MSBuild]::AreFeaturesEnabled('17.10')) And '$(ImportProjectExtensionProps)' == '' And '$(MSBuildIsRestoring)' == 'true'">false</ImportProjectExtensionProps>
69
+
70
+ <ImportProjectExtensionProps Condition="'$(ImportProjectExtensionProps)' == ''">true</ImportProjectExtensionProps>
71
+ <_InitialMSBuildProjectExtensionsPath Condition=" '$(ImportProjectExtensionProps)' == 'true' ">$(MSBuildProjectExtensionsPath)</_InitialMSBuildProjectExtensionsPath>
72
+ </PropertyGroup>
73
+
74
+ <Import Project="$(MSBuildProjectExtensionsPath)$(MSBuildProjectFile).*.props" Condition="'$(ImportProjectExtensionProps)' == 'true' and exists('$(MSBuildProjectExtensionsPath)')" />
75
+
76
+ <!--
77
+ Wildcard imports come from $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Imports\Microsoft.Common.props\ directory.
78
+ This is very similar to the same extension point used in Microsoft.Common.targets, which is located in
79
+ the $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.targets\ directory.
80
+
81
+ Unfortunately, there is already a file named "Microsoft.Common.props" in this directory,
82
+ so we have to have a slightly different directory name to hold extensions.
83
+ -->
84
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Imports\Microsoft.Common.props\ImportBefore\*" Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftCommonProps)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Imports\Microsoft.Common.props\ImportBefore')"/>
85
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Imports\Microsoft.Common.props\ImportBefore\*" Condition="'$(ImportByWildcardBeforeMicrosoftCommonProps)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Imports\Microsoft.Common.props\ImportBefore')"/>
86
+
87
+ <PropertyGroup>
88
+ <CustomBeforeMicrosoftCommonProps Condition="'$(CustomBeforeMicrosoftCommonProps)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.$(MSBuildThisFile)</CustomBeforeMicrosoftCommonProps>
89
+ <CustomAfterMicrosoftCommonProps Condition="'$(CustomAfterMicrosoftCommonProps)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.$(MSBuildThisFile)</CustomAfterMicrosoftCommonProps>
90
+ </PropertyGroup>
91
+
92
+ <Import Project="$(CustomBeforeMicrosoftCommonProps)" Condition="'$(CustomBeforeMicrosoftCommonProps)' != '' and Exists('$(CustomBeforeMicrosoftCommonProps)')" />
93
+
94
+ <!-- This is used to determine whether Microsoft.Common.targets needs to import
95
+ Microsoft.Common.props itself, or whether it has been imported previously,
96
+ e.g. by the project itself. -->
97
+ <PropertyGroup>
98
+ <MicrosoftCommonPropsHasBeenImported>true</MicrosoftCommonPropsHasBeenImported>
99
+ </PropertyGroup>
100
+
101
+ <PropertyGroup>
102
+ <Configuration Condition=" '$(Configuration)' == '' and '$(DefaultProjectConfiguration)' != '' ">$(DefaultProjectConfiguration)</Configuration>
103
+ <Platform Condition=" '$(Platform)' == '' and '$(DefaultProjectPlatform)' != '' ">$(DefaultProjectPlatform)</Platform>
104
+ </PropertyGroup>
105
+
106
+ <PropertyGroup>
107
+ <WMSJSProject Condition="'$(WMSJSProject)' == ''">WJProject</WMSJSProject>
108
+ <WMSJSProjectDirectory Condition="'$(WMSJSProjectDirectory)' == ''">JavaScript</WMSJSProjectDirectory>
109
+ </PropertyGroup>
110
+
111
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualStudioVersion.v*.Common.props" Condition="'$(VisualStudioVersion)' == ''" />
112
+
113
+ <Import Project="$(CustomAfterMicrosoftCommonProps)" Condition="'$(CustomAfterMicrosoftCommonProps)' != '' and Exists('$(CustomAfterMicrosoftCommonProps)')" />
114
+
115
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Imports\Microsoft.Common.props\ImportAfter\*" Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftCommonProps)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Imports\Microsoft.Common.props\ImportAfter')"/>
116
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Imports\Microsoft.Common.props\ImportAfter\*" Condition="'$(ImportByWildcardAfterMicrosoftCommonProps)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Imports\Microsoft.Common.props\ImportAfter')"/>
117
+
118
+ <!--
119
+ Import NuGet.props file.
120
+ -->
121
+ <PropertyGroup>
122
+ <MSBuildUseVisualStudioDirectoryLayout Condition="'$(MSBuildUseVisualStudioDirectoryLayout)'==''">$([MSBuild]::IsRunningFromVisualStudio())</MSBuildUseVisualStudioDirectoryLayout>
123
+ <NuGetPropsFile Condition="'$(NuGetPropsFile)'=='' and '$(MSBuildUseVisualStudioDirectoryLayout)'=='true'">$([MSBuild]::GetToolsDirectory32())\..\..\..\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.props</NuGetPropsFile>
124
+ <NuGetPropsFile Condition="'$(NuGetPropsFile)'==''">$(MSBuildToolsPath)\NuGet.props</NuGetPropsFile>
125
+ </PropertyGroup>
126
+
127
+ <Import Condition="Exists('$(NuGetPropsFile)')" Project="$(NuGetPropsFile)" />
128
+
129
+ <PropertyGroup Condition=" '$(MSBuildLogVerboseTaskParameters)' != 'true' ">
130
+ <DisableLogTaskParameter_ConvertToAbsolutePath_Path>true</DisableLogTaskParameter_ConvertToAbsolutePath_Path>
131
+ <DisableLogTaskParameter_FindUnderPath_OutOfPath>true</DisableLogTaskParameter_FindUnderPath_OutOfPath>
132
+ <DisableLogTaskParameter_RemoveDuplicates_Inputs>true</DisableLogTaskParameter_RemoveDuplicates_Inputs>
133
+ <DisableLogTaskParameterItemMetadata_ConvertToAbsolutePath_AbsolutePaths>true</DisableLogTaskParameterItemMetadata_ConvertToAbsolutePath_AbsolutePaths>
134
+ <DisableLogTaskParameterItemMetadata_Copy_CopiedFiles>true</DisableLogTaskParameterItemMetadata_Copy_CopiedFiles>
135
+ <DisableLogTaskParameterItemMetadata_Copy_DestinationFiles>true</DisableLogTaskParameterItemMetadata_Copy_DestinationFiles>
136
+ <DisableLogTaskParameterItemMetadata_Copy_SourceFiles>true</DisableLogTaskParameterItemMetadata_Copy_SourceFiles>
137
+ <DisableLogTaskParameterItemMetadata_FindUnderPath_Files>true</DisableLogTaskParameterItemMetadata_FindUnderPath_Files>
138
+ <DisableLogTaskParameterItemMetadata_FindUnderPath_InPath>true</DisableLogTaskParameterItemMetadata_FindUnderPath_InPath>
139
+ <DisableLogTaskParameterItemMetadata_GenerateResource_FilesWritten>true</DisableLogTaskParameterItemMetadata_GenerateResource_FilesWritten>
140
+ <DisableLogTaskParameterItemMetadata_Hash_ItemsToHash>true</DisableLogTaskParameterItemMetadata_Hash_ItemsToHash>
141
+ <DisableLogTaskParameterItemMetadata_RemoveDuplicates_Filtered>true</DisableLogTaskParameterItemMetadata_RemoveDuplicates_Filtered>
142
+ <DisableLogTaskParameterItemMetadata_WriteLinesToFile_Lines>true</DisableLogTaskParameterItemMetadata_WriteLinesToFile_Lines>
143
+ </PropertyGroup>
144
+
145
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/MSBuild.exe.config ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <configuration>
3
+ <configSections>
4
+ <section name="msbuildToolsets" type="Microsoft.Build.Evaluation.ToolsetConfigurationSection, Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
5
+ </configSections>
6
+ <startup useLegacyV2RuntimeActivationPolicy="true">
7
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
8
+ </startup>
9
+ <runtime>
10
+ <DisableFXClosureWalk enabled="true" />
11
+ <DeferFXClosureWalk enabled="true" />
12
+ <generatePublisherEvidence enabled="false" />
13
+ <ThreadPool_UnfairSemaphoreSpinLimit enabled="0" />
14
+ <AppContextSwitchOverrides value="Switch.System.Security.Cryptography.UseLegacyFipsThrow=false" />
15
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
16
+ <dependentAssembly>
17
+ <assemblyIdentity name="Microsoft.Build.Framework" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
18
+ <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
19
+ </dependentAssembly>
20
+ <dependentAssembly>
21
+ <assemblyIdentity name="Microsoft.Build" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
22
+ <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
23
+ </dependentAssembly>
24
+ <dependentAssembly>
25
+ <assemblyIdentity name="Microsoft.Build.Tasks.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
26
+ <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
27
+ </dependentAssembly>
28
+ <dependentAssembly>
29
+ <assemblyIdentity name="Microsoft.Build.Utilities.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
30
+ <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
31
+ </dependentAssembly>
32
+ <dependentAssembly>
33
+ <assemblyIdentity name="Microsoft.Build.Engine" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
34
+ <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
35
+ </dependentAssembly>
36
+ <dependentAssembly>
37
+ <assemblyIdentity name="Microsoft.Build.Conversion.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
38
+ <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
39
+ </dependentAssembly>
40
+ <!-- Redirects for assemblies redistributed by MSBuild (in the .vsix). -->
41
+ <dependentAssembly>
42
+ <assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
43
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
44
+ </dependentAssembly>
45
+ <dependentAssembly>
46
+ <assemblyIdentity name="Microsoft.NET.StringTools" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
47
+ <bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="1.0.0.0" />
48
+ </dependentAssembly>
49
+ <dependentAssembly>
50
+ <assemblyIdentity name="Microsoft.NET.StringTools.net35" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
51
+ <bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="1.0.0.0" />
52
+ </dependentAssembly>
53
+ <dependentAssembly>
54
+ <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
55
+ <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
56
+ </dependentAssembly>
57
+ <!-- Pull plugins that reference SCI up to our version in case they depended on our copy of the older version -->
58
+ <dependentAssembly>
59
+ <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
60
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
61
+ </dependentAssembly>
62
+ <dependentAssembly>
63
+ <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
64
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
65
+ </dependentAssembly>
66
+ <dependentAssembly>
67
+ <assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
68
+ <bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
69
+ </dependentAssembly>
70
+ <dependentAssembly>
71
+ <assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
72
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
73
+ </dependentAssembly>
74
+ <dependentAssembly>
75
+ <assemblyIdentity name="System.Reflection.MetadataLoadContext" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
76
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
77
+ </dependentAssembly>
78
+ <dependentAssembly>
79
+ <assemblyIdentity name="System.Resources.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
80
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
81
+ </dependentAssembly>
82
+ <dependentAssembly>
83
+ <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
84
+ <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
85
+ </dependentAssembly>
86
+ <dependentAssembly>
87
+ <assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
88
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
89
+ </dependentAssembly>
90
+ <dependentAssembly>
91
+ <assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
92
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
93
+ </dependentAssembly>
94
+ <dependentAssembly>
95
+ <assemblyIdentity name="System.Threading.Tasks.Dataflow" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
96
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
97
+ </dependentAssembly>
98
+ <dependentAssembly>
99
+ <assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
100
+ <bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
101
+ </dependentAssembly>
102
+ <dependentAssembly>
103
+ <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
104
+ <!-- It is unusual to redirect down, but in this case it's ok: 4.0.3.0 forwards
105
+ to 4.0.0.0 in the GAC, so this just removes the need to redistribute a file
106
+ and makes that resolution faster. -->
107
+ <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.0.0" />
108
+ </dependentAssembly>
109
+ <!-- Redirects for components dropped by Visual Studio -->
110
+ <dependentAssembly>
111
+ <assemblyIdentity name="Microsoft.Activities.Build" culture="neutral" publicKeyToken="31bf3856ad364e35" />
112
+ <bindingRedirect oldVersion="4.0.0.0" newVersion="17.0.0.0" />
113
+ <codeBase version="17.0.0.0" href=".\amd64\Microsoft.Activities.Build.dll" />
114
+ </dependentAssembly>
115
+ <dependentAssembly>
116
+ <assemblyIdentity name="XamlBuildTask" culture="neutral" publicKeyToken="31bf3856ad364e35" />
117
+ <bindingRedirect oldVersion="4.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
118
+ <codeBase version="17.0.0.0" href=".\amd64\XamlBuildTask.dll" />
119
+ </dependentAssembly>
120
+ <!-- Workaround for crash in C++ CodeAnalysis scenarios due to https://github.com/dotnet/msbuild/issues/1675 -->
121
+ <dependentAssembly>
122
+ <assemblyIdentity name="FxCopTask" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
123
+ <codeBase version="17.0.0.0" href="..\..\Microsoft\VisualStudio\v17.0\CodeAnalysis\FxCopTask.dll" />
124
+ </dependentAssembly>
125
+ <dependentAssembly>
126
+ <assemblyIdentity name="Microsoft.VisualStudio.CodeAnalysis" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
127
+ <codeBase version="17.0.0.0" href="..\..\Microsoft\VisualStudio\v17.0\CodeAnalysis\Microsoft.VisualStudio.CodeAnalysis.dll" />
128
+ </dependentAssembly>
129
+ <dependentAssembly>
130
+ <assemblyIdentity name="Microsoft.VisualStudio.CodeAnalysis.Sdk" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
131
+ <codeBase version="17.0.0.0" href="..\..\Microsoft\VisualStudio\v17.0\CodeAnalysis\Microsoft.VisualStudio.CodeAnalysis.Sdk.dll" />
132
+ </dependentAssembly>
133
+ </assemblyBinding>
134
+ </runtime>
135
+ <!-- To define one or more new toolsets, add an 'msbuildToolsets' element in this file. -->
136
+ <msbuildToolsets default="Current">
137
+ <toolset toolsVersion="Current">
138
+ <property name="MSBuildToolsPath" value="$([MSBuild]::GetCurrentToolsDirectory())" />
139
+ <property name="MSBuildToolsPath32" value="$([MSBuild]::GetToolsDirectory32())" />
140
+ <property name="MSBuildToolsPath64" value="$([MSBuild]::GetToolsDirectory64())" />
141
+ <property name="MSBuildSDKsPath" value="$([MSBuild]::GetMSBuildSDKsPath())" />
142
+ <property name="FrameworkSDKRoot" value="$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\NETFXSDK\4.8', 'InstallationFolder', null, RegistryView.Registry32))" />
143
+ <property name="MSBuildRuntimeVersion" value="4.0.30319" />
144
+ <property name="MSBuildFrameworkToolsPath" value="$(SystemRoot)\Microsoft.NET\Framework\v$(MSBuildRuntimeVersion)\" />
145
+ <property name="MSBuildFrameworkToolsPath32" value="$(SystemRoot)\Microsoft.NET\Framework\v$(MSBuildRuntimeVersion)\" />
146
+ <property name="MSBuildFrameworkToolsPath64" value="$(SystemRoot)\Microsoft.NET\Framework64\v$(MSBuildRuntimeVersion)\" />
147
+ <property name="MSBuildFrameworkToolsPathArm64" value="$(SystemRoot)\Microsoft.NET\FrameworkArm64\v$(MSBuildRuntimeVersion)\" />
148
+ <property name="MSBuildFrameworkToolsRoot" value="$(SystemRoot)\Microsoft.NET\Framework\" />
149
+ <property name="SDK35ToolsPath" value="$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.0A\WinSDK-NetFx35Tools-x86', 'InstallationFolder', null, RegistryView.Registry32))" />
150
+ <!-- Attempt to use net4.8.1 if possible, falling back to 4.8 when unavailable. -->
151
+ <property name="SDK40ToolsPath" value="$([MSBuild]::ValueOrDefault($([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\NETFXSDK\4.8.1\WinSDK-NetFx40Tools-x86', 'InstallationFolder', null, RegistryView.Registry32)), $([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\NETFXSDK\4.8\WinSDK-NetFx40Tools-x86', 'InstallationFolder', null, RegistryView.Registry32))))" />
152
+ <property name="WindowsSDK80Path" value="$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.1', 'InstallationFolder', null, RegistryView.Registry32))" />
153
+ <property name="VsInstallRoot" value="$([MSBuild]::GetVsInstallRoot())" />
154
+ <property name="MSBuildToolsRoot" value="$(VsInstallRoot)\MSBuild" />
155
+ <property name="MSBuildExtensionsPath" value="$([MSBuild]::GetMSBuildExtensionsPath())" />
156
+ <property name="MSBuildExtensionsPath32" value="$([MSBuild]::GetMSBuildExtensionsPath())" />
157
+ <property name="RoslynTargetsPath" value="$([MSBuild]::GetToolsDirectory32())\Roslyn" />
158
+ <!-- VC Specific Paths -->
159
+ <property name="VCTargetsPath" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath)','$(MSBuildExtensionsPath32)\Microsoft\VC\v170\'))" />
160
+ <property name="VCTargetsPath14" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath14)','$([MSBuild]::GetProgramFiles32())\MSBuild\Microsoft.Cpp\v4.0\V140\'))" />
161
+ <property name="VCTargetsPath12" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath12)','$([MSBuild]::GetProgramFiles32())\MSBuild\Microsoft.Cpp\v4.0\V120\'))" />
162
+ <property name="VCTargetsPath11" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath11)','$([MSBuild]::GetProgramFiles32())\MSBuild\Microsoft.Cpp\v4.0\V110\'))" />
163
+ <property name="VCTargetsPath10" value="$([MSBuild]::ValueOrDefault('$(VCTargetsPath10)','$([MSBuild]::GetProgramFiles32())\MSBuild\Microsoft.Cpp\v4.0\'))" />
164
+ <property name="AndroidTargetsPath" value="$(MSBuildExtensionsPath32)\Microsoft\MDD\Android\V150\" />
165
+ <property name="iOSTargetsPath" value="$(MSBuildExtensionsPath32)\Microsoft\MDD\iOS\V150\" />
166
+ <projectImportSearchPaths>
167
+ <searchPaths os="windows">
168
+ <property name="MSBuildExtensionsPath" value="$(MSBuildProgramFiles32)\MSBuild" />
169
+ <property name="MSBuildExtensionsPath32" value="$(MSBuildProgramFiles32)\MSBuild" />
170
+ <property name="MSBuildExtensionsPath64" value="$(MSBuildProgramFiles32)\MSBuild" />
171
+ <property name="VSToolsPath" value="$(MSBuildProgramFiles32)\MSBuild\Microsoft\VisualStudio\v$(VisualStudioVersion)" />
172
+ </searchPaths>
173
+ </projectImportSearchPaths>
174
+ </toolset>
175
+ </msbuildToolsets>
176
+ </configuration>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.CSharp.CrossTargeting.targets ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.CSharp.CrossTargeting.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <Project>
13
+
14
+ <!-- Import design time targets for Roslyn Project System. These are only available if Visual Studio is installed. -->
15
+ <!-- Import design time targets before the common crosstargeting targets, which import targets from Nuget. -->
16
+ <PropertyGroup>
17
+ <CSharpDesignTimeTargetsPath Condition="'$(CSharpDesignTimeTargetsPath)'==''">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets</CSharpDesignTimeTargetsPath>
18
+ </PropertyGroup>
19
+
20
+ <Import Project="$(CSharpDesignTimeTargetsPath)" Condition="'$(CSharpDesignTimeTargetsPath)' != '' and Exists('$(CSharpDesignTimeTargetsPath)')" />
21
+
22
+ <Import Project="Microsoft.Common.CrossTargeting.targets" />
23
+
24
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.CSharp.CurrentVersion.targets ADDED
@@ -0,0 +1,372 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.CSharp.CurrentVersion.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file defines the steps in the standard build process specific for C# .NET projects.
10
+ For example, it contains the step that actually calls the C# compiler. The remainder
11
+ of the build process is defined in Microsoft.Common.targets, which is imported by
12
+ this file.
13
+
14
+ Copyright (C) Microsoft Corporation. All rights reserved.
15
+ ***********************************************************************************************
16
+ -->
17
+ <Project>
18
+
19
+ <PropertyGroup>
20
+ <ImportByWildcardBeforeMicrosoftCSharpTargets Condition="'$(ImportByWildcardBeforeMicrosoftCSharpTargets)' == ''">true</ImportByWildcardBeforeMicrosoftCSharpTargets>
21
+ <ImportByWildcardAfterMicrosoftCSharpTargets Condition="'$(ImportByWildcardAfterMicrosoftCSharpTargets)' == ''">true</ImportByWildcardAfterMicrosoftCSharpTargets>
22
+ <ImportUserLocationsByWildcardBeforeMicrosoftCSharpTargets Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftCSharpTargets)' == ''">true</ImportUserLocationsByWildcardBeforeMicrosoftCSharpTargets>
23
+ <ImportUserLocationsByWildcardAfterMicrosoftCSharpTargets Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftCSharpTargets)' == ''">true</ImportUserLocationsByWildcardAfterMicrosoftCSharpTargets>
24
+ </PropertyGroup>
25
+
26
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.CSharp.targets\ImportBefore\*" Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftCSharpTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.CSharp.targets\ImportBefore')"/>
27
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.CSharp.targets\ImportBefore\*" Condition="'$(ImportByWildcardBeforeMicrosoftCSharpTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.CSharp.targets\ImportBefore')"/>
28
+
29
+ <PropertyGroup>
30
+ <CustomBeforeMicrosoftCSharpTargets Condition="'$(CustomBeforeMicrosoftCSharpTargets)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.Microsoft.CSharp.targets</CustomBeforeMicrosoftCSharpTargets>
31
+ <CustomAfterMicrosoftCSharpTargets Condition="'$(CustomAfterMicrosoftCSharpTargets)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.Microsoft.CSharp.targets</CustomAfterMicrosoftCSharpTargets>
32
+ </PropertyGroup>
33
+
34
+ <Import Project="$(CustomBeforeMicrosoftCSharpTargets)" Condition="'$(CustomBeforeMicrosoftCSharpTargets)' != '' and Exists('$(CustomBeforeMicrosoftCSharpTargets)')" />
35
+
36
+ <PropertyGroup>
37
+ <DefaultLanguageSourceExtension>.cs</DefaultLanguageSourceExtension>
38
+ <Language>C#</Language>
39
+ <TargetRuntime>Managed</TargetRuntime>
40
+ <AlwaysUseNumericalSuffixInItemNames>true</AlwaysUseNumericalSuffixInItemNames>
41
+ <DefineCommonItemSchemas Condition=" '$(DefineCommonItemSchemas)' == '' ">true</DefineCommonItemSchemas>
42
+ <DefineCommonReferenceSchemas Condition=" '$(DefineCommonReferenceSchemas)' == '' ">true</DefineCommonReferenceSchemas>
43
+ <DefineCommonCapabilities Condition=" '$(DefineCommonCapabilities)' == '' ">true</DefineCommonCapabilities>
44
+ <SynthesizeLinkMetadata Condition=" '$(SynthesizeLinkMetadata)' == '' and '$(HasSharedItems)' == 'true' ">true</SynthesizeLinkMetadata>
45
+ <DefaultProjectTypeGuid Condition=" '$(DefaultProjectTypeGuid)' == '' ">{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</DefaultProjectTypeGuid>
46
+ <AppDesignerFolder Condition="'$(AppDesignerFolder)' == ''">Properties</AppDesignerFolder>
47
+ </PropertyGroup>
48
+
49
+ <ItemGroup Condition=" '$(DefineCSharpItemSchemas)' != 'false' ">
50
+ <PropertyPageSchema Include="$(CommonXamlResourcesDirectory)CSharp.ProjectItemsSchema.xaml;"/>
51
+ <PropertyPageSchema Include="$(CommonXamlResourcesDirectory)CSharp.xaml;">
52
+ <Context>File</Context>
53
+ </PropertyPageSchema>
54
+ <PropertyPageSchema Include="$(CommonXamlResourcesDirectory)CSharp.BrowseObject.xaml;">
55
+ <Context>BrowseObject</Context>
56
+ </PropertyPageSchema>
57
+
58
+ <ProjectCapability Include="CSharp;Managed"/>
59
+ </ItemGroup>
60
+
61
+ <ItemGroup Condition=" '$(DefineCommonCapabilities)' == 'true' ">
62
+ <ProjectCapability Include="ReferencesFolder;LanguageService" />
63
+ </ItemGroup>
64
+
65
+ <!--
66
+ The CreateManifestResourceNames target create the manifest resource names from the .RESX
67
+ files.
68
+
69
+ [IN]
70
+ @(EmbeddedResource) - The list of EmbeddedResource items that have been pre-processed to add metadata about resource type
71
+ Expected Metadata "Type" can either be "Resx" or "Non-Resx"
72
+
73
+ [OUT]
74
+ @(EmbeddedResource) - EmbeddedResource items with metadata
75
+
76
+ For C# applications the transformation is like:
77
+
78
+ Resources1.resx => RootNamespace.Resources1 => Build into main assembly
79
+ SubFolder\Resources1.resx => RootNamespace.SubFolder.Resources1 => Build into main assembly
80
+ Resources1.fr.resx => RootNamespace.Resources1.fr => Build into satellite assembly
81
+ Resources1.notaculture.resx => RootNamespace.Resources1.notaculture => Build into main assembly
82
+
83
+ For other project systems, this transformation may be different.
84
+ -->
85
+
86
+ <PropertyGroup>
87
+ <CreateManifestResourceNamesDependsOn></CreateManifestResourceNamesDependsOn>
88
+ </PropertyGroup>
89
+
90
+ <Target
91
+ Name="CreateManifestResourceNames"
92
+ Condition="'@(EmbeddedResource)' != ''"
93
+ DependsOnTargets="$(CreateManifestResourceNamesDependsOn)"
94
+ >
95
+ <ItemGroup>
96
+ <_Temporary Remove="@(_Temporary)" />
97
+ </ItemGroup>
98
+
99
+ <!-- Create manifest names for culture and non-culture Resx files, and for non-culture Non-Resx resources -->
100
+ <CreateCSharpManifestResourceName
101
+ ResourceFiles="@(EmbeddedResource)"
102
+ RootNamespace="$(RootNamespace)"
103
+ UseDependentUponConvention="$(EmbeddedResourceUseDependentUponConvention)"
104
+ Condition="'%(EmbeddedResource.ManifestResourceName)' == '' and ('%(EmbeddedResource.WithCulture)' == 'false' or '%(EmbeddedResource.Type)' == 'Resx')">
105
+ <Output TaskParameter="ResourceFilesWithManifestResourceNames" ItemName="_Temporary" />
106
+ </CreateCSharpManifestResourceName>
107
+
108
+ <!-- Create manifest names for all culture non-resx resources -->
109
+ <CreateCSharpManifestResourceName
110
+ ResourceFiles="@(EmbeddedResource)"
111
+ RootNamespace="$(RootNamespace)"
112
+ PrependCultureAsDirectory="false"
113
+ UseDependentUponConvention="$(EmbeddedResourceUseDependentUponConvention)"
114
+ Condition="'%(EmbeddedResource.ManifestResourceName)' == '' and '%(EmbeddedResource.WithCulture)' == 'true' and '%(EmbeddedResource.Type)' == 'Non-Resx'">
115
+ <Output TaskParameter="ResourceFilesWithManifestResourceNames" ItemName="_Temporary" />
116
+ </CreateCSharpManifestResourceName>
117
+
118
+ <ItemGroup>
119
+ <EmbeddedResource Remove="@(EmbeddedResource)" Condition="'%(EmbeddedResource.ManifestResourceName)' == ''"/>
120
+ <EmbeddedResource Include="@(_Temporary)" />
121
+ <_Temporary Remove="@(_Temporary)" />
122
+ </ItemGroup>
123
+ </Target>
124
+
125
+ <Target
126
+ Name="ResolveCodeAnalysisRuleSet"
127
+ Condition="'$(CodeAnalysisRuleSet)' != ''"
128
+ >
129
+ <ResolveCodeAnalysisRuleSet
130
+ CodeAnalysisRuleSet="$(CodeAnalysisRuleSet)"
131
+ CodeAnalysisRuleSetDirectories="$(CodeAnalysisRuleSetDirectories)"
132
+ MSBuildProjectDirectory="$(MSBuildProjectDirectory)">
133
+ <Output TaskParameter="ResolvedCodeAnalysisRuleSet" PropertyName="ResolvedCodeAnalysisRuleSet" />
134
+ </ResolveCodeAnalysisRuleSet>
135
+ </Target>
136
+
137
+ <ItemGroup>
138
+ <!-- Activate CPS projects to track folder names in namespace. -->
139
+ <ProjectCapability Include="RelativePathDerivedDefaultNamespace"/>
140
+ </ItemGroup>
141
+
142
+ <PropertyGroup>
143
+ <!-- Provide a facility to override UseHostCompilerIfAvailable-->
144
+ <UseHostCompilerIfAvailable Condition=" '$(UseHostCompilerIfAvailable)' == ''">true</UseHostCompilerIfAvailable>
145
+ </PropertyGroup>
146
+
147
+ <ItemGroup>
148
+ <DocFileItem Include="$(DocumentationFile)" Condition="'$(DocumentationFile)'!=''"/>
149
+ </ItemGroup>
150
+
151
+ <ItemGroup Condition="'$(_DebugSymbolsProduced)' == 'true' and '$(PdbFile)' != ''">
152
+ <_DebugSymbolsIntermediatePathTemporary Include="$(PdbFile)"/>
153
+ <!-- Add any missing .pdb extension, as the compiler does -->
154
+ <_DebugSymbolsIntermediatePath Include="@(_DebugSymbolsIntermediatePathTemporary->'%(RootDir)%(Directory)%(Filename).pdb')"/>
155
+ </ItemGroup>
156
+
157
+ <PropertyGroup>
158
+ <CoreCompileDependsOn>$(CoreCompileDependsOn);_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet</CoreCompileDependsOn>
159
+ <ExportWinMDFile Condition="'$(ExportWinMDFile)' == '' and '$(OutputType)' == 'WinMDObj'">true</ExportWinMDFile>
160
+ </PropertyGroup>
161
+
162
+ <!--
163
+ The XamlPreCompile target must remain identical to
164
+ the CoreCompile target in Microsoft.CSharp.Core.targets.
165
+ Any updates to one must be made to the other.
166
+ -->
167
+ <Target
168
+ Name="XamlPreCompile"
169
+ Inputs="$(MSBuildAllProjects);
170
+ @(Compile);
171
+ @(_CoreCompileResourceInputs);
172
+ $(ApplicationIcon);
173
+ $(AssemblyOriginatorKeyFile);
174
+ @(ReferencePath);
175
+ @(CompiledLicenseFile);
176
+ @(LinkResource);
177
+ @(EmbeddedDocumentation);
178
+ $(Win32Resource);
179
+ $(Win32Manifest);
180
+ @(CustomAdditionalCompileInputs);
181
+ @(Page);
182
+ @(ApplicationDefinition);
183
+ $(ResolvedCodeAnalysisRuleSet)"
184
+
185
+ Outputs="@(DocFileItem);
186
+ @(XamlIntermediateAssembly);
187
+ @(_DebugSymbolsIntermediatePath);
188
+ $(NonExistentFile);
189
+ @(CustomAdditionalCompileOutputs)"
190
+ Condition="'@(Page)' != '' Or '@(ApplicationDefinition)' != ''"
191
+ Returns=""
192
+ DependsOnTargets="$(CoreCompileDependsOn);GenerateMSBuildEditorConfigFile"
193
+ >
194
+ <!-- These two compiler warnings are raised when a reference is bound to a different version
195
+ than specified in the assembly reference version number. MSBuild raises the same warning in this case,
196
+ so the compiler warning would be redundant. -->
197
+ <PropertyGroup Condition="('$(TargetFrameworkVersion)' != 'v1.0') and ('$(TargetFrameworkVersion)' != 'v1.1')">
198
+ <NoWarn>$(NoWarn);1701;1702</NoWarn>
199
+ </PropertyGroup>
200
+
201
+ <PropertyGroup>
202
+ <!-- To match historical behavior, when inside VS11+ disable the warning from csc.exe indicating that no sources were passed in-->
203
+ <NoWarn Condition=" '$(BuildingInsideVisualStudio)' == 'true' and '$(VisualStudioVersion)' != '' and '$(VisualStudioVersion)' > '10.0' ">$(NoWarn);2008</NoWarn>
204
+ </PropertyGroup>
205
+
206
+ <ItemGroup Condition="'$(TargetingClr2Framework)'=='true'">
207
+ <ReferencePath>
208
+ <EmbedInteropTypes/>
209
+ </ReferencePath>
210
+ </ItemGroup>
211
+
212
+ <PropertyGroup>
213
+ <!-- If the user has specified AppConfigForCompiler, we'll use it. If they have not, but they set UseAppConfigForCompiler,
214
+ then we'll use AppConfig -->
215
+ <AppConfigForCompiler Condition="'$(AppConfigForCompiler)' == '' and '$(UseAppConfigForCompiler)' == 'true'">$(AppConfig)</AppConfigForCompiler>
216
+
217
+ <!-- If we are targeting winmdobj we want to specifically the pdbFile property since we do not want it to collide with the output of winmdexp-->
218
+ <PdbFile Condition="'$(PdbFile)' == '' and '$(OutputType)' == 'winmdobj' and '$(_DebugSymbolsProduced)' == 'true'">$(IntermediateOutputPath)$(TargetName).compile.pdb</PdbFile>
219
+ </PropertyGroup>
220
+
221
+ <!-- Prefer32Bit was introduced in .NET 4.5. Set it to false if we are targeting 4.0 -->
222
+ <PropertyGroup Condition="('$(TargetFrameworkVersion)' == 'v4.0')">
223
+ <Prefer32Bit>false</Prefer32Bit>
224
+ </PropertyGroup>
225
+
226
+ <ItemGroup Condition="('$(AdditionalFileItemNames)' != '')">
227
+ <AdditionalFileItems Include="$(AdditionalFileItemNames)" />
228
+ <AdditionalFiles Include="@(%(AdditionalFileItems.Identity))" />
229
+ </ItemGroup>
230
+
231
+ <PropertyGroup Condition="'$(UseSharedCompilation)' == ''">
232
+ <UseSharedCompilation>true</UseSharedCompilation>
233
+ </PropertyGroup>
234
+
235
+ <!-- Condition is to filter out the _CoreCompileResourceInputs so that it doesn't pass in culture resources to the compiler -->
236
+ <!-- Don't run analyzers for Csc task on XamlPrecompile pass, we only want to run them on core compile. -->
237
+ <Csc Condition=" '%(_CoreCompileResourceInputs.WithCulture)' != 'true' "
238
+ AdditionalLibPaths="$(AdditionalLibPaths)"
239
+ AddModules="@(AddModules)"
240
+ AdditionalFiles="@(AdditionalFiles)"
241
+ AllowUnsafeBlocks="$(AllowUnsafeBlocks)"
242
+ AnalyzerConfigFiles="@(EditorConfigFiles)"
243
+ Analyzers="@(Analyzer)"
244
+ ApplicationConfiguration="$(AppConfigForCompiler)"
245
+ BaseAddress="$(BaseAddress)"
246
+ CheckForOverflowUnderflow="$(CheckForOverflowUnderflow)"
247
+ CodeAnalysisRuleSet="$(ResolvedCodeAnalysisRuleSet)"
248
+ CodePage="$(CodePage)"
249
+ DebugType="$(DebugType)"
250
+ DefineConstants="$(DefineConstants)"
251
+ DelaySign="$(DelaySign)"
252
+ DisabledWarnings="$(NoWarn)"
253
+ DocumentationFile="@(DocFileItem)"
254
+ EmitDebugInformation="$(DebugSymbols)"
255
+ EnvironmentVariables="$(CscEnvironment)"
256
+ ErrorEndLocation="$(ErrorEndLocation)"
257
+ ErrorLog="$(ErrorLog)"
258
+ ErrorReport="$(ErrorReport)"
259
+ FileAlignment="$(FileAlignment)"
260
+ GenerateFullPaths="$(GenerateFullPaths)"
261
+ HighEntropyVA="$(HighEntropyVA)"
262
+ KeyContainer="$(KeyContainerName)"
263
+ KeyFile="$(KeyOriginatorFile)"
264
+ LangVersion="$(LangVersion)"
265
+ LinkResources="@(LinkResource)"
266
+ MainEntryPoint="$(StartupObject)"
267
+ ModuleAssemblyName="$(ModuleAssemblyName)"
268
+ NoConfig="true"
269
+ NoLogo="$(NoLogo)"
270
+ NoStandardLib="$(NoCompilerStandardLib)"
271
+ NoWin32Manifest="$(NoWin32Manifest)"
272
+ Nullable="$(Nullable)"
273
+ Optimize="$(Optimize)"
274
+ OutputAssembly="@(XamlIntermediateAssembly)"
275
+ PdbFile="$(PdbFile)"
276
+ Platform="$(PlatformTarget)"
277
+ Prefer32Bit="$(Prefer32Bit)"
278
+ PreferredUILang="$(PreferredUILang)"
279
+ References="@(ReferencePath)"
280
+ ReportAnalyzer="$(ReportAnalyzer)"
281
+ Resources="@(_CoreCompileResourceInputs);@(CompiledLicenseFile)"
282
+ ResponseFiles="$(CompilerResponseFile)"
283
+ SkipAnalyzers="true"
284
+ Sources="@(Compile)"
285
+ SubsystemVersion="$(SubsystemVersion)"
286
+ TargetType="$(OutputType)"
287
+ ToolExe="$(CscToolExe)"
288
+ ToolPath="$(CscToolPath)"
289
+ TreatWarningsAsErrors="$(TreatWarningsAsErrors)"
290
+ UseHostCompilerIfAvailable="$(UseHostCompilerIfAvailable)"
291
+ UseSharedCompilation="$(UseSharedCompilation)"
292
+ Utf8Output="$(Utf8Output)"
293
+ VsSessionGuid="$(VsSessionGuid)"
294
+ WarningLevel="$(WarningLevel)"
295
+ WarningsAsErrors="$(WarningsAsErrors)"
296
+ WarningsNotAsErrors="$(WarningsNotAsErrors)"
297
+ Win32Icon="$(ApplicationIcon)"
298
+ Win32Manifest="$(Win32Manifest)"
299
+ Win32Resource="$(Win32Resource)"
300
+ />
301
+
302
+ <!-- Only Applicable to the regular CoreCompile:
303
+ <ItemGroup>
304
+ <_CoreCompileResourceInputs Remove="@(_CoreCompileResourceInputs)" />
305
+ </ItemGroup>
306
+
307
+ <CallTarget Targets="$(TargetsTriggeredByCompilation)" Condition="'$(TargetsTriggeredByCompilation)' != ''"/>
308
+ -->
309
+ <OnError Condition="'$(OnXamlPreCompileErrorTarget)' != ''" ExecuteTargets="$(OnXamlPreCompileErrorTarget)" />
310
+ </Target>
311
+
312
+ <PropertyGroup>
313
+ <!-- Design-time builds require a newer version than 1.0 to succeed, so override back to inbox in that case -->
314
+ <CSharpCoreTargetsPath Condition="'$(CSharpCoreTargetsPath)' == '' or ('$(DesignTimeBuild)' == 'true' and $(CSharpCoreTargetsPath.Contains('Microsoft.Net.Compilers.1.0.0')))">$(RoslynTargetsPath)\Microsoft.CSharp.Core.targets</CSharpCoreTargetsPath>
315
+ </PropertyGroup>
316
+
317
+ <Import Project="$(CSharpCoreTargetsPath)" />
318
+
319
+ <!-- Import design time targets for Roslyn Project System. These are only available if Visual Studio is installed. -->
320
+ <!-- Import design time targets before the common targets, which import targets from Nuget. -->
321
+ <PropertyGroup>
322
+ <CSharpDesignTimeTargetsPath Condition="'$(CSharpDesignTimeTargetsPath)'==''">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets</CSharpDesignTimeTargetsPath>
323
+ </PropertyGroup>
324
+
325
+ <Import Project="$(CSharpDesignTimeTargetsPath)" Condition="'$(CSharpDesignTimeTargetsPath)' != '' and Exists('$(CSharpDesignTimeTargetsPath)')" />
326
+
327
+ <Import Project="Microsoft.Common.targets" />
328
+
329
+ <Import Project="$(MSBuildToolsPath)\Microsoft.ServiceModel.targets" Condition="('$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetFrameworkVersion)' != 'v3.0' and '$(TargetFrameworkVersion)' != 'v3.5') and Exists('$(MSBuildToolsPath)\Microsoft.ServiceModel.targets')"/>
330
+
331
+ <Target Name="_SetTargetFrameworkMonikerAttribute" BeforeTargets="GenerateTargetFrameworkMonikerAttribute">
332
+ <PropertyGroup>
333
+ <TargetFrameworkMonikerAssemblyAttributeText Condition="'$(TargetFrameworkMoniker)' != '' and '$(TargetingClr2Framework)' != 'true'">
334
+ // &lt;autogenerated /&gt;
335
+ using System%3b
336
+ using System.Reflection%3b
337
+ [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(&quot;$(TargetFrameworkMoniker)&quot;, FrameworkDisplayName = &quot;$(TargetFrameworkMonikerDisplayName)&quot;)]
338
+ </TargetFrameworkMonikerAssemblyAttributeText>
339
+ </PropertyGroup>
340
+ </Target>
341
+
342
+ <PropertyGroup>
343
+ <Utf8Output Condition="'$(Utf8Output)' == ''">true</Utf8Output>
344
+ <!-- NoCompilerStandardLib maps to the compiler's /nostdlib option. By default we always
345
+ want that switch to be passed to the compiler so that either we or the user
346
+ provides the references
347
+ NoStdLib on the other hand indicates that the user doesn't want standard references
348
+ so only if NoStdLib isn't set to true, will we provide the standard references
349
+ -->
350
+ <NoCompilerStandardLib Condition=" '$(NoCompilerStandardLib)' == '' ">true</NoCompilerStandardLib>
351
+ <ErrorEndLocation Condition="'$(BuildingInsideVisualStudio)' == 'true' and '$(ErrorEndLocation)' == ''">true</ErrorEndLocation>
352
+ <!-- When building inside VS, by default use the same language for compiler messages as VS itself does. -->
353
+ <PreferredUILang Condition="'$(BuildingInsideVisualStudio)' == 'true' and '$(PreferredUILang)' == ''">$([System.Globalization.CultureInfo]::CurrentUICulture.Name)</PreferredUILang>
354
+ </PropertyGroup>
355
+
356
+ <!-- Add any "automatic" compiler references that need to be resolved when NoCompilerStandardLib is set
357
+ but the user hasn't told us to not include standard references -->
358
+ <ItemGroup Condition=" '$(NoCompilerStandardLib)' == 'true' and '$(NoStdLib)' != 'true' ">
359
+ <!-- Note that unlike VB, C# does not automatically locate System.dll as a "standard library"
360
+ instead the reference is always passed from the project. Also, for mscorlib.dll
361
+ we need to provide the explicit location in order to avoid resolving from, e.g.,
362
+ {CandidateAssemblyFiles}.
363
+ -->
364
+ <_ExplicitReference Include="$(FrameworkPathOverride)\mscorlib.dll" />
365
+ </ItemGroup>
366
+
367
+ <Import Project="$(CustomAfterMicrosoftCSharpTargets)" Condition="'$(CustomAfterMicrosoftCSharpTargets)' != '' and Exists('$(CustomAfterMicrosoftCSharpTargets)')" />
368
+
369
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.CSharp.targets\ImportAfter\*" Condition="'$(ImportByWildcardAfterMicrosoftCSharpTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.CSharp.targets\ImportAfter')"/>
370
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.CSharp.targets\ImportAfter\*" Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftCSharpTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.CSharp.targets\ImportAfter')"/>
371
+
372
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.CSharp.targets ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.CSharp.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file defines the steps in the standard build process specific for C# .NET projects.
10
+ For example, it contains the step that actually calls the C# compiler. The remainder
11
+ of the build process is defined in Microsoft.Common.targets, which is imported by
12
+ this file.
13
+
14
+ Copyright (C) Microsoft Corporation. All rights reserved.
15
+ ***********************************************************************************************
16
+ -->
17
+ <Project>
18
+
19
+ <Choose>
20
+ <When Condition="'$(IsCrossTargetingBuild)' == 'true'">
21
+ <PropertyGroup>
22
+ <CSharpTargetsPath>$(MSBuildToolsPath)\Microsoft.CSharp.CrossTargeting.targets</CSharpTargetsPath>
23
+ </PropertyGroup>
24
+ </When>
25
+ <Otherwise>
26
+ <PropertyGroup>
27
+ <CSharpTargetsPath>$(MSBuildToolsPath)\Microsoft.CSharp.CurrentVersion.targets</CSharpTargetsPath>
28
+ </PropertyGroup>
29
+ </Otherwise>
30
+ </Choose>
31
+
32
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Managed.Before.targets" />
33
+
34
+ <Import Project="$(CSharpTargetsPath)" />
35
+
36
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Managed.After.targets" />
37
+
38
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Common.CrossTargeting.targets ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.Common.CrossTargeting.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <Project DefaultTargets="Build">
13
+
14
+ <PropertyGroup>
15
+ <BuildInParallel Condition="'$(BuildInParallel)' == ''">true</BuildInParallel>
16
+ <ImportByWildcardBeforeMicrosoftCommonCrossTargetingTargets Condition="'$(ImportByWildcardBeforeMicrosoftCommonCrossTargetingTargets)' == ''">true</ImportByWildcardBeforeMicrosoftCommonCrossTargetingTargets>
17
+ </PropertyGroup>
18
+
19
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.CrossTargeting.targets\ImportBefore\*.targets"
20
+ Condition="'$(ImportByWildcardBeforeMicrosoftCommonCrossTargetingTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.CrossTargeting.targets\ImportBefore')"/>
21
+
22
+ <Import Project="$(MSBuildProjectFullPath).user" Condition="Exists('$(MSBuildProjectFullPath).user')"/>
23
+
24
+ <Import Project="$(CustomBeforeMicrosoftCommonCrossTargetingTargets)" Condition="'$(CustomBeforeMicrosoftCommonCrossTargetingTargets)' != '' and Exists('$(CustomBeforeMicrosoftCommonCrossTargetingTargets)')"/>
25
+
26
+ <Target Name="GetTargetFrameworks"
27
+ DependsOnTargets="GetTargetFrameworksWithPlatformFromInnerBuilds"
28
+ Returns="@(_ThisProjectBuildMetadata)">
29
+
30
+ <Error Condition="'$(IsCrossTargetingBuild)' != 'true'"
31
+ Text="Internal MSBuild error: CrossTargeting GetTargetFrameworks target should only be used in cross targeting (outer) build" />
32
+
33
+ <CombineXmlElements
34
+ RootElementName="AdditionalProjectProperties"
35
+ XmlElements="@(_TargetFrameworkInfo->'%(AdditionalPropertiesFromProject)')">
36
+ <Output TaskParameter="Result"
37
+ PropertyName="_AdditionalPropertiesFromProject"/>
38
+ </CombineXmlElements>
39
+
40
+ <ItemGroup>
41
+ <_ThisProjectBuildMetadata Include="$(MSBuildProjectFullPath)">
42
+ <TargetFrameworks>@(_TargetFrameworkInfo)</TargetFrameworks>
43
+ <TargetFrameworkMonikers>@(_TargetFrameworkInfo->'%(TargetFrameworkMonikers)')</TargetFrameworkMonikers>
44
+ <TargetPlatformMonikers>@(_TargetFrameworkInfo->'%(TargetPlatformMonikers)')</TargetPlatformMonikers>
45
+ <AdditionalPropertiesFromProject>$(_AdditionalPropertiesFromProject)</AdditionalPropertiesFromProject>
46
+ <HasSingleTargetFramework>false</HasSingleTargetFramework>
47
+ <IsRidAgnostic>@(_TargetFrameworkInfo->'%(IsRidAgnostic)')</IsRidAgnostic>
48
+ <!-- Extract necessary information for SetPlatform negotiation -->
49
+ <!-- This target does not run for cpp projects. -->
50
+ <IsVcxOrNativeProj>false</IsVcxOrNativeProj>
51
+ <Platform Condition="$([MSBuild]::AreFeaturesEnabled('17.4'))">$(Platform)</Platform>
52
+ <Platforms>$(Platforms)</Platforms>
53
+ </_ThisProjectBuildMetadata>
54
+ </ItemGroup>
55
+
56
+ </Target>
57
+
58
+ <Target Name="_ComputeTargetFrameworkItems" Returns="@(InnerOutput)">
59
+ <ItemGroup>
60
+ <_TargetFramework Include="$(TargetFrameworks)" />
61
+ <!-- Make normalization explicit: Trim; Deduplicate by keeping first occurrence, case insensitive -->
62
+ <_TargetFrameworkNormalized Include="@(_TargetFramework->Trim()->Distinct())" />
63
+ <_InnerBuildProjects Include="$(MSBuildProjectFile)">
64
+ <AdditionalProperties>TargetFramework=%(_TargetFrameworkNormalized.Identity)</AdditionalProperties>
65
+ </_InnerBuildProjects>
66
+ </ItemGroup>
67
+ </Target>
68
+
69
+ <Target Name="GetTargetFrameworksWithPlatformFromInnerBuilds"
70
+ DependsOnTargets="_ComputeTargetFrameworkItems">
71
+
72
+ <MSBuild Projects="@(_InnerBuildProjects)"
73
+ Condition="'@(_InnerBuildProjects)' != '' "
74
+ Targets="GetTargetFrameworksWithPlatformForSingleTargetFramework"
75
+ BuildInParallel="$(BuildInParallel)">
76
+ <Output ItemName="_TargetFrameworkInfo" TaskParameter="TargetOutputs" />
77
+ </MSBuild>
78
+
79
+ </Target>
80
+
81
+ <!--
82
+ Target that allows targets consuming source control confirmation to establish a dependency on targets producing this information.
83
+
84
+ Any target that reads SourceRevisionId, PrivateRepositoryUrl, SourceRoot, and other source control properties and items
85
+ should depend on this target and be conditioned on '$(SourceControlInformationFeatureSupported)' == 'true'.
86
+
87
+ SourceRevisionId property uniquely identifies the source control revision of the repository the project belongs to.
88
+ For Git repositories this id is a commit hash, for TFVC repositories it's the changeset number, etc.
89
+
90
+ PrivateRepositoryUrl property stores the URL of the repository supplied by the CI server or retrieved from source control manager.
91
+ Targets consuming this property shall not publish its value implicitly as it might inadvertently reveal an internal URL.
92
+ Instead, they shall only do so if the project sets PublishRepositoryUrl property to true. For example, the NuGet Pack target
93
+ may include the repository URL in the nuspec file generated for NuGet package produced by the project if PublishRepositoryUrl is true.
94
+
95
+ SourceRoot item group lists all source roots that the project source files reside under and their mapping to source control server URLs,
96
+ if available. This includes both source files under source control as well as source files in source packages. SourceRoot items are
97
+ used by compilers to determine path map in deterministic build and by SourceLink provider, which maps local paths to URLs of source files
98
+ stored on the source control server.
99
+
100
+ Source control information provider that sets these properties and items shall execute before this target (by including
101
+ InitializeSourceControlInformation in its BeforeTargets) and set source control properties and items that haven't been initialized yet.
102
+ -->
103
+ <Target Name="InitializeSourceControlInformation" />
104
+
105
+ <PropertyGroup>
106
+ <SourceControlInformationFeatureSupported>true</SourceControlInformationFeatureSupported>
107
+ </PropertyGroup>
108
+
109
+ <!--
110
+ ============================================================
111
+ DispatchToInnerBuilds
112
+
113
+ Builds this project with /t:$(InnerTarget) /p:TargetFramework=X for each
114
+ value X in $(TargetFrameworks)
115
+
116
+ [IN]
117
+ $(TargetFrameworks) - Semicolon delimited list of target frameworks.
118
+ $(InnerTargets) - The targets to build for each target framework
119
+
120
+ [OUT]
121
+ @(InnerOutput) - The combined output items of the inner targets across
122
+ all target frameworks..
123
+ ============================================================
124
+ -->
125
+ <Target Name="DispatchToInnerBuilds"
126
+ DependsOnTargets="_ComputeTargetFrameworkItems"
127
+ Returns="@(InnerOutput)">
128
+ <!-- If this logic is changed, also update Clean -->
129
+ <MSBuild Projects="@(_InnerBuildProjects)"
130
+ Condition="'@(_InnerBuildProjects)' != '' "
131
+ Targets="$(InnerTargets)"
132
+ BuildInParallel="$(BuildInParallel)">
133
+ <Output ItemName="InnerOutput" TaskParameter="TargetOutputs" />
134
+ </MSBuild>
135
+ </Target>
136
+
137
+ <!--
138
+ ============================================================
139
+ Build
140
+
141
+ Cross-targeting version of Build.
142
+
143
+ [IN]
144
+ $(TargetFrameworks) - Semicolon delimited list of target frameworks.
145
+
146
+ $(InnerTargets) - The targets to build for each target framework. Defaults
147
+ to 'Build' if unset, but allows override to support
148
+ `msbuild /p:InnerTargets=X;Y;Z` which will build X, Y,
149
+ and Z targets for each target framework.
150
+
151
+ [OUT]
152
+ @(InnerOutput) - The combined output items of the inner targets across
153
+ all builds.
154
+ ============================================================
155
+ -->
156
+ <Target Name="Build" DependsOnTargets="_SetBuildInnerTarget;DispatchToInnerBuilds" />
157
+
158
+ <Target Name="_SetBuildInnerTarget" Returns="@(InnerOutput)">
159
+ <PropertyGroup Condition="'$(InnerTargets)' == ''">
160
+ <InnerTargets>Build</InnerTargets>
161
+ </PropertyGroup>
162
+ </Target>
163
+
164
+
165
+ <!--
166
+ ============================================================
167
+ Clean
168
+
169
+ Cross-targeting version of clean.
170
+
171
+ Inner-build dispatch is a clone of DispatchToInnerBuilds;
172
+ the only reason it's replicated is that it must be a different
173
+ target to be run in the same build (e.g. by Rebuild or by
174
+ a /t:Clean;Build invocation.
175
+ ============================================================
176
+ -->
177
+ <Target Name="Clean"
178
+ DependsOnTargets="_ComputeTargetFrameworkItems">
179
+ <!-- If this logic is changed, also update DispatchToInnerBuilds -->
180
+ <MSBuild Projects="@(_InnerBuildProjects)"
181
+ Condition="'@(_InnerBuildProjects)' != '' "
182
+ Targets="Clean"
183
+ BuildInParallel="$(BuildInParallel)" />
184
+ </Target>
185
+
186
+ <!--
187
+ ============================================================
188
+ Rebuild
189
+
190
+ Cross-targeting version of rebuild.
191
+ ============================================================
192
+ -->
193
+ <Target Name="Rebuild" DependsOnTargets="Clean;Build" />
194
+
195
+ <!--
196
+ This will import NuGet restore targets. We need restore to work before any package assets are available.
197
+ -->
198
+ <PropertyGroup>
199
+ <MSBuildUseVisualStudioDirectoryLayout Condition="'$(MSBuildUseVisualStudioDirectoryLayout)'==''">$([MSBuild]::IsRunningFromVisualStudio())</MSBuildUseVisualStudioDirectoryLayout>
200
+ <NuGetRestoreTargets Condition="'$(NuGetRestoreTargets)'=='' and '$(MSBuildUseVisualStudioDirectoryLayout)'=='true'">$([MSBuild]::GetToolsDirectory32())\..\..\..\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets</NuGetRestoreTargets>
201
+ <NuGetRestoreTargets Condition="'$(NuGetRestoreTargets)'==''">$(MSBuildToolsPath)\NuGet.targets</NuGetRestoreTargets>
202
+ </PropertyGroup>
203
+
204
+ <Import Project="$(NuGetRestoreTargets)" />
205
+
206
+ <Import Project="$(CustomAfterMicrosoftCommonCrossTargetingTargets)" Condition="'$(CustomAfterMicrosoftCommonCrossTargetingTargets)' != '' and Exists('$(CustomAfterMicrosoftCommonCrossTargetingTargets)')"/>
207
+
208
+ <!--
209
+ Allow extensions like NuGet restore to work before any package assets are available.
210
+ -->
211
+ <PropertyGroup>
212
+ <ImportByWildcardAfterMicrosoftCommonCrossTargetingTargets Condition="'$(ImportByWildcardAfterMicrosoftCommonCrossTargetingTargets)' == ''">true</ImportByWildcardAfterMicrosoftCommonCrossTargetingTargets>
213
+ </PropertyGroup>
214
+
215
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.CrossTargeting.targets\ImportAfter\*.targets"
216
+ Condition="'$(ImportByWildcardAfterMicrosoftCommonCrossTargetingTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.CrossTargeting.targets\ImportAfter')"/>
217
+
218
+ <!--
219
+ Import project extensions which usually come from packages. Package management systems will create a file at:
220
+ $(MSBuildProjectExtensionsPath)\$(MSBuildProjectFile).<SomethingUnique>.targets
221
+
222
+ Each package management system should use a unique moniker to avoid collisions. It is a wild-card iport so the package
223
+ management system can write out multiple files but the order of the import is alphabetic because MSBuild sorts the list.
224
+
225
+ This is the same import that would happen in an inner (non-cross targeting) build. Package management systems are responsible for generating
226
+ appropriate conditions based on $(IsCrossTargetingBuild) to pull in only those package targets that are meant to participate in a cross-targeting
227
+ build.
228
+ -->
229
+ <PropertyGroup>
230
+ <!--
231
+ Don't import project extensions during restore because NuGet restore generates them. Importing them during restore will embed
232
+ the pre-restore files in the binary log and then NuGet won't be able to embed the generated one after restore. If some other
233
+ project extension mechanism wants to import project extensions during restore, they need to explicitly set ImportProjectExtensionTargets
234
+ -->
235
+ <ImportProjectExtensionTargets Condition="$([MSBuild]::AreFeaturesEnabled('17.10')) And '$(ImportProjectExtensionTargets)' == '' And '$(MSBuildIsRestoring)' == 'true'">false</ImportProjectExtensionTargets>
236
+
237
+ <ImportProjectExtensionTargets Condition="'$(ImportProjectExtensionTargets)' == ''">true</ImportProjectExtensionTargets>
238
+ </PropertyGroup>
239
+
240
+ <Import Project="$(MSBuildProjectExtensionsPath)$(MSBuildProjectFile).*.targets" Condition="'$(ImportProjectExtensionTargets)' == 'true' and exists('$(MSBuildProjectExtensionsPath)')" />
241
+
242
+ <PropertyGroup>
243
+ <ImportDirectoryBuildTargets Condition="'$(ImportDirectoryBuildTargets)' == ''">true</ImportDirectoryBuildTargets>
244
+ </PropertyGroup>
245
+
246
+ <!--
247
+ Determine the path to the directory build targets file if the user did not disable $(ImportDirectoryBuildTargets) and
248
+ they did not already specify an absolute path to use via $(DirectoryBuildTargetsPath)
249
+ -->
250
+ <PropertyGroup Condition="'$(ImportDirectoryBuildTargets)' == 'true' and '$(DirectoryBuildTargetsPath)' == ''">
251
+ <_DirectoryBuildTargetsFile Condition="'$(_DirectoryBuildTargetsFile)' == ''">Directory.Build.targets</_DirectoryBuildTargetsFile>
252
+ <_DirectoryBuildTargetsBasePath Condition="'$(_DirectoryBuildTargetsBasePath)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), '$(_DirectoryBuildTargetsFile)'))</_DirectoryBuildTargetsBasePath>
253
+ <DirectoryBuildTargetsPath Condition="'$(_DirectoryBuildTargetsBasePath)' != '' and '$(_DirectoryBuildTargetsFile)' != ''">$([System.IO.Path]::Combine('$(_DirectoryBuildTargetsBasePath)', '$(_DirectoryBuildTargetsFile)'))</DirectoryBuildTargetsPath>
254
+ </PropertyGroup>
255
+
256
+ <Import Project="$(DirectoryBuildTargetsPath)" Condition="'$(ImportDirectoryBuildTargets)' == 'true' and exists('$(DirectoryBuildTargetsPath)')"/>
257
+
258
+ <PropertyGroup>
259
+ <UseMSBuildTestInfrastructure Condition="'$(UseMSBuildTestInfrastructure)' == ''">false</UseMSBuildTestInfrastructure>
260
+ </PropertyGroup>
261
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Common.Test.targets" Condition="'$(UseMSBuildTestInfrastructure)' == 'true'"/>
262
+
263
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Common.CurrentVersion.targets ADDED
The diff for this file is too large to render. See raw diff
 
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Common.Test.targets ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.Common.Test.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <!--
13
+ ============================================================
14
+ This stub `Test` target allows for targets implementing Test execution functionality
15
+ to run after it.
16
+
17
+ For example:
18
+ <Target Name="RunVSTest" AfterTargets="Test">
19
+ (implementation)
20
+ </Target>
21
+ ============================================================
22
+ -->
23
+ <Project>
24
+ <Target Name="Test"></Target>
25
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Common.overridetasks ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Project>
2
+
3
+ <!-- This file lists UsingTask elements that we wish to override
4
+ any other UsingTask elements -->
5
+
6
+ <!-- NOTE: Listing a <UsingTask> tag in a *.tasks file like this one rather than in a project or targets file
7
+ can give a significant performance advantage in a large build, because every time a <UsingTask> tag
8
+ is encountered, it will cause the task to be rediscovered next time the task is used. -->
9
+
10
+ <!-- NOTE: Using the fully qualified class name in a <UsingTask> tag is faster than using a partially qualified name. -->
11
+
12
+ <UsingTask TaskName="Microsoft.Build.Tasks.ResolveComReference" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '3.5'" />
13
+
14
+ <UsingTask TaskName="Microsoft.Build.Tasks.GenerateResource" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '3.5' and ('$(DisableOutOfProcTaskHost)' != '' or !$([MSBuild]::DoesTaskHostExist(`CLR2`,`CurrentArchitecture`)))" />
15
+ <UsingTask TaskName="Microsoft.Build.Tasks.GenerateResource" AssemblyName="Microsoft.Build.Tasks.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '3.5' and '$(DisableOutOfProcTaskHost)' == '' and $([MSBuild]::DoesTaskHostExist(`CLR2`,`CurrentArchitecture`))" Runtime="CLR2" />
16
+
17
+ <UsingTask TaskName="Microsoft.Build.Tasks.RegisterAssembly" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '3.5' and ('$(DisableOutOfProcTaskHost)' != '' or !$([MSBuild]::DoesTaskHostExist(`CLR2`,`CurrentArchitecture`)))" />
18
+ <UsingTask TaskName="Microsoft.Build.Tasks.RegisterAssembly" AssemblyName="Microsoft.Build.Tasks.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '3.5' and '$(DisableOutOfProcTaskHost)' == '' and $([MSBuild]::DoesTaskHostExist(`CLR2`,`CurrentArchitecture`))" Runtime="CLR2" />
19
+
20
+ <UsingTask TaskName="Microsoft.Build.Tasks.UnregisterAssembly" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '3.5' and ('$(DisableOutOfProcTaskHost)' != '' or !$([MSBuild]::DoesTaskHostExist(`CLR2`,`CurrentArchitecture`)))" />
21
+ <UsingTask TaskName="Microsoft.Build.Tasks.UnregisterAssembly" AssemblyName="Microsoft.Build.Tasks.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '3.5' and '$(DisableOutOfProcTaskHost)' == '' and $([MSBuild]::DoesTaskHostExist(`CLR2`,`CurrentArchitecture`))" Runtime="CLR2" />
22
+
23
+ <UsingTask TaskName="ResolveComReference" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '2.0'" />
24
+
25
+ <UsingTask TaskName="GenerateResource" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '2.0' and ('$(DisableOutOfProcTaskHost)' != '' or !$([MSBuild]::DoesTaskHostExist(`CLR2`,`CurrentArchitecture`)))" />
26
+ <UsingTask TaskName="GenerateResource" AssemblyName="Microsoft.Build.Tasks.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '2.0' and '$(DisableOutOfProcTaskHost)' == '' and $([MSBuild]::DoesTaskHostExist(`CLR2`,`CurrentArchitecture`))" Runtime="CLR2" />
27
+
28
+ <UsingTask TaskName="RegisterAssembly" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '2.0' and ('$(DisableOutOfProcTaskHost)' != '' or !$([MSBuild]::DoesTaskHostExist(`CLR2`,`CurrentArchitecture`)))" />
29
+ <UsingTask TaskName="RegisterAssembly" AssemblyName="Microsoft.Build.Tasks.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '2.0' and '$(DisableOutOfProcTaskHost)' == '' and $([MSBuild]::DoesTaskHostExist(`CLR2`,`CurrentArchitecture`))" Runtime="CLR2" />
30
+
31
+ <UsingTask TaskName="UnregisterAssembly" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '2.0' and ('$(DisableOutOfProcTaskHost)' != '' or !$([MSBuild]::DoesTaskHostExist(`CLR2`,`CurrentArchitecture`)))" />
32
+ <UsingTask TaskName="UnregisterAssembly" AssemblyName="Microsoft.Build.Tasks.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '2.0' and '$(DisableOutOfProcTaskHost)' == '' and $([MSBuild]::DoesTaskHostExist(`CLR2`,`CurrentArchitecture`))" Runtime="CLR2" />
33
+
34
+ <UsingTask TaskName="ReadLinesFromFile" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '3.5' or '$(MSBuildToolsVersion)' == '2.0'" />
35
+ <UsingTask TaskName="FindUnderPath" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '3.5' or '$(MSBuildToolsVersion)' == '2.0'" />
36
+ <UsingTask TaskName="ConvertToAbsolutePath" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '3.5' or '$(MSBuildToolsVersion)' == '2.0'" />
37
+ <UsingTask TaskName="MSBuild" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '3.5' or '$(MSBuildToolsVersion)' == '2.0'" />
38
+ <UsingTask TaskName="ResolveAssemblyReference" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildToolsVersion)' == '4.0'" />
39
+
40
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Common.targets ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.Common.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file defines the steps in the standard build process for .NET projects. It
10
+ contains all the steps that are common among the different .NET languages, such as
11
+ Visual Basic, and Visual C#.
12
+
13
+ Copyright (C) Microsoft Corporation. All rights reserved.
14
+ ***********************************************************************************************
15
+ -->
16
+ <Project DefaultTargets="Build">
17
+
18
+ <PropertyGroup>
19
+ <CommonTargetsPath>$(MSBuildToolsPath)\Microsoft.Common.CurrentVersion.targets</CommonTargetsPath>
20
+ </PropertyGroup>
21
+
22
+ <Import Project="$(CommonTargetsPath)" />
23
+
24
+ <!--
25
+ Prepare to import project extensions which usually come from packages. Package management systems will create a file at:
26
+ $(MSBuildProjectExtensionsPath)\$(MSBuildProjectFile).<SomethingUnique>.targets
27
+
28
+ Each package management system should use a unique moniker to avoid collisions. It is a wild-card import so the package
29
+ management system can write out multiple files but the order of the import is alphabetic because MSBuild sorts the list.
30
+ -->
31
+ <PropertyGroup>
32
+ <!--
33
+ Don't import project extensions during restore because NuGet restore generates them. Importing them during restore will embed
34
+ the pre-restore files in the binary log and then NuGet won't be able to embed the generated one after restore. If some other
35
+ project extension mechanism wants to import project extensions during restore, they need to explicitly set ImportProjectExtensionTargets
36
+ -->
37
+ <ImportProjectExtensionTargets Condition="$([MSBuild]::AreFeaturesEnabled('17.10')) And '$(ImportProjectExtensionTargets)' == '' And '$(MSBuildIsRestoring)' == 'true'">false</ImportProjectExtensionTargets>
38
+
39
+ <ImportProjectExtensionTargets Condition="'$(ImportProjectExtensionTargets)' == ''">true</ImportProjectExtensionTargets>
40
+ </PropertyGroup>
41
+
42
+ <Import Project="$(MSBuildProjectExtensionsPath)$(MSBuildProjectFile).*.targets" Condition="'$(ImportProjectExtensionTargets)' == 'true' and exists('$(MSBuildProjectExtensionsPath)')" />
43
+
44
+ <PropertyGroup>
45
+ <ImportDirectoryBuildTargets Condition="'$(ImportDirectoryBuildTargets)' == ''">true</ImportDirectoryBuildTargets>
46
+ </PropertyGroup>
47
+
48
+ <!--
49
+ Determine the path to the directory build targets file if the user did not disable $(ImportDirectoryBuildTargets) and
50
+ they did not already specify an absolute path to use via $(DirectoryBuildTargetsPath)
51
+ -->
52
+ <PropertyGroup Condition="'$(ImportDirectoryBuildTargets)' == 'true' and '$(DirectoryBuildTargetsPath)' == ''">
53
+ <_DirectoryBuildTargetsFile Condition="'$(_DirectoryBuildTargetsFile)' == ''">Directory.Build.targets</_DirectoryBuildTargetsFile>
54
+ <_DirectoryBuildTargetsBasePath Condition="'$(_DirectoryBuildTargetsBasePath)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), '$(_DirectoryBuildTargetsFile)'))</_DirectoryBuildTargetsBasePath>
55
+ <DirectoryBuildTargetsPath Condition="'$(_DirectoryBuildTargetsBasePath)' != '' and '$(_DirectoryBuildTargetsFile)' != ''">$([System.IO.Path]::Combine('$(_DirectoryBuildTargetsBasePath)', '$(_DirectoryBuildTargetsFile)'))</DirectoryBuildTargetsPath>
56
+ </PropertyGroup>
57
+
58
+ <Import Project="$(CustomBeforeDirectoryBuildTargets)" Condition="'$(CustomBeforeDirectoryBuildTargets)' != ''" />
59
+
60
+ <Import Project="$(DirectoryBuildTargetsPath)" Condition="'$(ImportDirectoryBuildTargets)' == 'true' and exists('$(DirectoryBuildTargetsPath)')"/>
61
+
62
+ <Import Project="$(CustomAfterDirectoryBuildTargets)" Condition="'$(CustomAfterDirectoryBuildTargets)' != ''" />
63
+
64
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Common.tasks ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Project>
2
+
3
+ <!-- This file lists all the tasks that ship by default with MSBuild -->
4
+
5
+ <!-- NOTE: Listing a <UsingTask> tag in a *.tasks file like this one rather than in a project or targets file
6
+ can give a significant performance advantage in a large build, because every time a <UsingTask> tag
7
+ is encountered, it will cause the task to be rediscovered next time the task is used. -->
8
+
9
+ <!-- NOTE: Using the fully qualified class name in a <UsingTask> tag is faster than using a partially qualified name. -->
10
+
11
+ <UsingTask TaskName="Microsoft.Build.Tasks.AL" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
12
+ <UsingTask TaskName="Microsoft.Build.Tasks.AspNetCompiler" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
13
+ <UsingTask TaskName="Microsoft.Build.Tasks.AssignCulture" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
14
+ <UsingTask TaskName="Microsoft.Build.Tasks.AssignLinkMetadata" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
15
+ <UsingTask TaskName="Microsoft.Build.Tasks.AssignProjectConfiguration" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
16
+ <UsingTask TaskName="Microsoft.Build.Tasks.AssignTargetPath" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
17
+ <UsingTask TaskName="Microsoft.Build.Tasks.CallTarget" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
18
+ <UsingTask TaskName="Microsoft.Build.Tasks.CombinePath" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
19
+ <UsingTask TaskName="Microsoft.Build.Tasks.CombineTargetFrameworkInfoProperties" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
20
+ <UsingTask TaskName="Microsoft.Build.Tasks.CombineXmlElements" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
21
+ <UsingTask TaskName="Microsoft.Build.Tasks.ConvertToAbsolutePath" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
22
+ <UsingTask TaskName="Microsoft.Build.Tasks.Copy" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
23
+ <UsingTask TaskName="Microsoft.Build.Tasks.CreateCSharpManifestResourceName" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
24
+ <UsingTask TaskName="Microsoft.Build.Tasks.CreateItem" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
25
+ <UsingTask TaskName="Microsoft.Build.Tasks.CreateProperty" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
26
+ <UsingTask TaskName="Microsoft.Build.Tasks.CreateVisualBasicManifestResourceName" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
27
+ <UsingTask TaskName="Microsoft.Build.Tasks.Delete" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
28
+ <UsingTask TaskName="Microsoft.Build.Tasks.DownloadFile" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
29
+ <UsingTask TaskName="Microsoft.Build.Tasks.Error" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
30
+ <UsingTask TaskName="Microsoft.Build.Tasks.ErrorFromResources" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
31
+ <UsingTask TaskName="Microsoft.Build.Tasks.Exec" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
32
+ <UsingTask TaskName="Microsoft.Build.Tasks.FindAppConfigFile" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
33
+ <UsingTask TaskName="Microsoft.Build.Tasks.FindInList" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
34
+ <UsingTask TaskName="Microsoft.Build.Tasks.FindInvalidProjectReferences" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
35
+ <UsingTask TaskName="Microsoft.Build.Tasks.FindUnderPath" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
36
+ <UsingTask TaskName="Microsoft.Build.Tasks.FormatUrl" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
37
+ <UsingTask TaskName="Microsoft.Build.Tasks.FormatVersion" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
38
+ <UsingTask TaskName="Microsoft.Build.Tasks.GenerateApplicationManifest" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
39
+ <UsingTask TaskName="Microsoft.Build.Tasks.GenerateBindingRedirects" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
40
+ <UsingTask TaskName="Microsoft.Build.Tasks.GenerateBootstrapper" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
41
+ <UsingTask TaskName="Microsoft.Build.Tasks.GenerateDeploymentManifest" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
42
+ <UsingTask TaskName="Microsoft.Build.Tasks.GenerateLauncher" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
43
+
44
+ <UsingTask TaskName="Microsoft.Build.Tasks.GenerateResource" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(DisableOutOfProcTaskHost)' != ''" />
45
+ <UsingTask TaskName="Microsoft.Build.Tasks.GenerateResource" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Runtime="CLR4" Condition="'$(DisableOutOfProcTaskHost)' == '' and '$(MSBuildRuntimeType)' != 'Core'" />
46
+ <UsingTask TaskName="Microsoft.Build.Tasks.GenerateResource" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Runtime="NET" Condition="'$(DisableOutOfProcTaskHost)' == '' and '$(MSBuildRuntimeType)' == 'Core'" />
47
+ <UsingTask TaskName="Microsoft.Build.Tasks.GenerateResource" AssemblyName="Microsoft.Build.Tasks.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Runtime="CLR2" Condition="'$(DisableOutOfProcTaskHost)' == '' and '$(MSBuildRuntimeType)' != 'Core'" />
48
+
49
+ <UsingTask TaskName="Microsoft.Build.Tasks.GenerateTrustInfo" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
50
+ <UsingTask TaskName="Microsoft.Build.Tasks.GetAssemblyIdentity" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
51
+ <UsingTask TaskName="Microsoft.Build.Tasks.GetAssembliesMetadata" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildRuntimeType)' == 'Full'"/>
52
+ <UsingTask TaskName="Microsoft.Build.Tasks.GetCompatiblePlatform" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
53
+ <UsingTask TaskName="Microsoft.Build.Tasks.GetFileHash" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
54
+ <UsingTask TaskName="Microsoft.Build.Tasks.GetFrameworkPath" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
55
+ <UsingTask TaskName="Microsoft.Build.Tasks.GetFrameworkSdkPath" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
56
+ <UsingTask TaskName="Microsoft.Build.Tasks.GetInstalledSDKLocations" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
57
+ <UsingTask TaskName="Microsoft.Build.Tasks.GetReferenceAssemblyPaths" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
58
+ <UsingTask TaskName="Microsoft.Build.Tasks.GetSDKReferenceFiles" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
59
+ <UsingTask TaskName="Microsoft.Build.Tasks.Hash" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
60
+ <UsingTask TaskName="Microsoft.Build.Tasks.LC" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
61
+ <UsingTask TaskName="Microsoft.Build.Tasks.MakeDir" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
62
+ <UsingTask TaskName="Microsoft.Build.Tasks.Message" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
63
+ <UsingTask TaskName="Microsoft.Build.Tasks.Move" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
64
+ <UsingTask TaskName="Microsoft.Build.Tasks.MSBuild" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
65
+ <UsingTask TaskName="Microsoft.Build.Tasks.ReadLinesFromFile" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
66
+
67
+ <UsingTask TaskName="Microsoft.Build.Tasks.RegisterAssembly" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildRuntimeType)' == 'Core' or '$(DisableOutOfProcTaskHost)' != ''" />
68
+ <UsingTask TaskName="Microsoft.Build.Tasks.RegisterAssembly" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Runtime="CLR4" Condition="'$(DisableOutOfProcTaskHost)' == '' and '$(MSBuildRuntimeType)' != 'Core'" />
69
+ <UsingTask TaskName="Microsoft.Build.Tasks.RegisterAssembly" AssemblyName="Microsoft.Build.Tasks.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Runtime="CLR2" Condition="'$(DisableOutOfProcTaskHost)' == '' and '$(MSBuildRuntimeType)' != 'Core'" />
70
+
71
+ <UsingTask TaskName="Microsoft.Build.Tasks.RemoveDir" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
72
+ <UsingTask TaskName="Microsoft.Build.Tasks.RemoveDuplicates" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
73
+ <UsingTask TaskName="Microsoft.Build.Tasks.RequiresFramework35SP1Assembly" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
74
+ <UsingTask TaskName="Microsoft.Build.Tasks.ResolveAssemblyReference" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
75
+ <UsingTask TaskName="Microsoft.Build.Tasks.ResolveCodeAnalysisRuleSet" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
76
+ <UsingTask TaskName="Microsoft.Build.Tasks.ResolveComReference" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
77
+ <UsingTask TaskName="Microsoft.Build.Tasks.ResolveKeySource" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
78
+ <UsingTask TaskName="Microsoft.Build.Tasks.ResolveManifestFiles" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
79
+ <UsingTask TaskName="Microsoft.Build.Tasks.ResolveNativeReference" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
80
+ <UsingTask TaskName="Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
81
+ <UsingTask TaskName="Microsoft.Build.Tasks.ResolveSDKReference" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
82
+ <UsingTask TaskName="Microsoft.Build.Tasks.SetRidAgnosticValueForProjects" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
83
+ <UsingTask TaskName="Microsoft.Build.Tasks.SGen" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
84
+ <UsingTask TaskName="Microsoft.Build.Tasks.SignFile" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
85
+ <UsingTask TaskName="Microsoft.Build.Tasks.Telemetry" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
86
+ <UsingTask TaskName="Microsoft.Build.Tasks.Touch" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
87
+
88
+ <UsingTask TaskName="Microsoft.Build.Tasks.UnregisterAssembly" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(MSBuildRuntimeType)' == 'Core' or '$(DisableOutOfProcTaskHost)' != ''" />
89
+ <UsingTask TaskName="Microsoft.Build.Tasks.UnregisterAssembly" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Runtime="CLR4" Condition="'$(DisableOutOfProcTaskHost)' == '' and '$(MSBuildRuntimeType)' != 'Core'" />
90
+ <UsingTask TaskName="Microsoft.Build.Tasks.UnregisterAssembly" AssemblyName="Microsoft.Build.Tasks.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Runtime="CLR2" Condition="'$(DisableOutOfProcTaskHost)' == '' and '$(MSBuildRuntimeType)' != 'Core'" />
91
+
92
+ <UsingTask TaskName="Microsoft.Build.Tasks.Unzip" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
93
+ <UsingTask TaskName="Microsoft.Build.Tasks.UpdateManifest" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
94
+ <UsingTask TaskName="Microsoft.Build.Tasks.VerifyFileHash" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
95
+ <UsingTask TaskName="Microsoft.Build.Tasks.Warning" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
96
+ <UsingTask TaskName="Microsoft.Build.Tasks.WinMDExp" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
97
+ <UsingTask TaskName="Microsoft.Build.Tasks.WriteCodeFragment" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
98
+ <UsingTask TaskName="Microsoft.Build.Tasks.WriteLinesToFile" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
99
+ <UsingTask TaskName="Microsoft.Build.Tasks.XmlPeek" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
100
+ <UsingTask TaskName="Microsoft.Build.Tasks.XmlPoke" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
101
+ <UsingTask TaskName="Microsoft.Build.Tasks.XslTransformation" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
102
+ <UsingTask TaskName="Microsoft.Build.Tasks.ZipDirectory" AssemblyName="Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
103
+
104
+ <!-- Roslyn tasks are now in an assembly owned and shipped by Roslyn -->
105
+ <UsingTask TaskName="Microsoft.CodeAnalysis.BuildTasks.CopyRefAssembly" AssemblyFile="$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll" />
106
+ <UsingTask TaskName="Microsoft.CodeAnalysis.BuildTasks.Csc" AssemblyFile="$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll" />
107
+ <UsingTask TaskName="Microsoft.CodeAnalysis.BuildTasks.Vbc" AssemblyFile="$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll" />
108
+
109
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Data.Entity.targets ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Project>
2
+
3
+ <!--
4
+ With MSBuild 12, we've changed MSBuildToolsPath to for the first time point to a directory
5
+ outside of the .NET Framework. As a result of this, there were several targets files, of which
6
+ this was one, that were being referenced as out of MSBuildToolsPath that are now no longer there.
7
+
8
+ Thus, we are shimming those targets files so that they do still appear in MSBuildToolsPath, so that
9
+ consumers of them are not broken, but since the targets files themselves are still part of .NET,
10
+ the shim will internally simply redirect to the real copy of the targets file in the .NET Framework.
11
+ -->
12
+
13
+ <Import Project="$(MSBuildFrameworkToolsPath)\Microsoft.Data.Entity.targets" Condition="Exists('$(MSBuildFrameworkToolsPath)\Microsoft.Data.Entity.targets')" />
14
+
15
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Managed.After.targets ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
4
+ created a backup copy. Incorrect changes to this file will make it
5
+ impossible to load or build your projects from the command-line or the IDE.
6
+
7
+ This file defines common build logic for all managed languaged: C#, VisualBasic, F#
8
+ It is imported after the common targets have been imported.
9
+
10
+ Copyright (C) Microsoft Corporation. All rights reserved.
11
+ ***********************************************************************************************
12
+ -->
13
+ <Project>
14
+
15
+ <!-- Define crosstargeting for static graph, so it can identify inner and outer build graph nodes -->
16
+ <PropertyGroup>
17
+ <InnerBuildProperty>TargetFramework</InnerBuildProperty>
18
+ <InnerBuildPropertyValues>TargetFrameworks</InnerBuildPropertyValues>
19
+ </PropertyGroup>
20
+
21
+ <PropertyGroup Condition="'$(IsGraphBuild)' == 'true'">
22
+ <AddTransitiveProjectReferencesInStaticGraph Condition="'$(AddTransitiveProjectReferencesInStaticGraph)' == '' and '$(UsingMicrosoftNETSdk)' == 'true' and '$(DisableTransitiveProjectReferences)' != 'true'">true</AddTransitiveProjectReferencesInStaticGraph>
23
+ </PropertyGroup>
24
+
25
+ <ItemGroup Condition="'$(IsGraphBuild)' == 'true'">
26
+ <!-- WPF projects generate a project with a random name at build time and then build the project via the IBuildEngine callbacks.
27
+ Detect WPF, and exclude the generated project from static graph isolation constraint checking.
28
+ Escape the item to avoid eager evaluation of the wildcards.
29
+ -->
30
+ <GraphIsolationExemptReference
31
+ Condition="'$(UseWPF)' == 'true' or '@(Page)' != '' or '@(ApplicationDefinition)' != '' or '@(XamlPage)' != '' or '@(XamlAppDef)' != ''"
32
+ Include="$([MSBuild]::Escape('$(MSBuildProjectDirectory)\$(MSBuildProjectName)*_wpftmp$(MSBuildProjectExtension)'))" />
33
+ </ItemGroup>
34
+
35
+ <!--
36
+ Properties for extension of ProjectReferenceTargets.
37
+ Append any current value which may have been provided in a Directory.Build.props since the intent was likely to append, not prepend.
38
+ -->
39
+ <PropertyGroup Condition="'$(IsGraphBuild)' == 'true' and '$(IsCrossTargetingBuild)' != 'true'">
40
+ <!-- Empty case is for builds which do not import the target files that set BuildProjectReferences -->
41
+ <_MainReferenceTargetForBuild Condition="'$(BuildProjectReferences)' == '' or '$(BuildProjectReferences)' == 'true'">.projectReferenceTargetsOrDefaultTargets</_MainReferenceTargetForBuild>
42
+ <_MainReferenceTargetForBuild Condition="'$(_MainReferenceTargetForBuild)' == ''">GetTargetPath</_MainReferenceTargetForBuild>
43
+
44
+ <ProjectReferenceTargetsForBuild>$(_MainReferenceTargetForBuild);GetNativeManifest;$(_RecursiveTargetForContentCopying);$(ProjectReferenceTargetsForBuild)</ProjectReferenceTargetsForBuild>
45
+
46
+ <!-- Publish has the same logic as Build for the main reference target except it also takes $(NoBuild) into account. -->
47
+ <_MainReferenceTargetForPublish Condition="'$(NoBuild)' == 'true'">GetTargetPath</_MainReferenceTargetForPublish>
48
+ <_MainReferenceTargetForPublish Condition="'$(NoBuild)' != 'true'">$(_MainReferenceTargetForBuild)</_MainReferenceTargetForPublish>
49
+ <ProjectReferenceTargetsForPublish>GetTargetFrameworks;$(_MainReferenceTargetForPublish);GetNativeManifest;GetCopyToPublishDirectoryItems;$(ProjectReferenceTargetsForPublish)</ProjectReferenceTargetsForPublish>
50
+
51
+ <!-- When DeployOnBuild=true, the Publish target is hooked to the Build target -->
52
+ <ProjectReferenceTargetsForBuild Condition="'$(DeployOnBuild)' == 'true'">$(ProjectReferenceTargetsForBuild);$(ProjectReferenceTargetsForPublish)</ProjectReferenceTargetsForBuild>
53
+ <ProjectReferenceTargetsForRebuild Condition="'$(DeployOnBuild)' == 'true'">$(ProjectReferenceTargetsForRebuild);$(ProjectReferenceTargetsForPublish)</ProjectReferenceTargetsForRebuild>
54
+
55
+ <ProjectReferenceTargetsForGetCopyToPublishDirectoryItems>GetCopyToPublishDirectoryItems;$(ProjectReferenceTargetsForGetCopyToPublishDirectoryItems)</ProjectReferenceTargetsForGetCopyToPublishDirectoryItems>
56
+ </PropertyGroup>
57
+ <PropertyGroup Condition="'$(IsGraphBuild)' == 'true' and '$(IsCrossTargetingBuild)' == 'true'">
58
+ <ProjectReferenceTargetsForBuild>.default;$(ProjectReferenceTargetsForBuild)</ProjectReferenceTargetsForBuild>
59
+ </PropertyGroup>
60
+ <PropertyGroup Condition="'$(IsGraphBuild)' == 'true'">
61
+ <ProjectReferenceTargetsForClean>Clean;$(ProjectReferenceTargetsForClean)</ProjectReferenceTargetsForClean>
62
+ <ProjectReferenceTargetsForRebuild>$(ProjectReferenceTargetsForClean);$(ProjectReferenceTargetsForBuild);$(ProjectReferenceTargetsForRebuild)</ProjectReferenceTargetsForRebuild>
63
+ </PropertyGroup>
64
+
65
+ <ItemGroup Condition="'$(IsGraphBuild)' == 'true'">
66
+ <ProjectReferenceTargets Include="Build" Targets="$(ProjectReferenceTargetsForBuildInOuterBuild)" Condition=" '$(ProjectReferenceTargetsForBuildInOuterBuild)' != '' " OuterBuild="true" />
67
+ <ProjectReferenceTargets Include="Build" Targets="GetTargetFrameworks" OuterBuild="true" SkipNonexistentTargets="true" Condition="'$(IsCrossTargetingBuild)' != 'true'" />
68
+ <ProjectReferenceTargets Include="Build" Targets="$(ProjectReferenceTargetsForBuild)" Condition=" '$(ProjectReferenceTargetsForBuild)' != '' " />
69
+
70
+ <ProjectReferenceTargets Include="Clean" Targets="$(ProjectReferenceTargetsForCleanInOuterBuild)" Condition=" '$(ProjectReferenceTargetsForCleanInOuterBuild)' != '' " OuterBuild="true" />
71
+ <ProjectReferenceTargets Include="Clean" Targets="GetTargetFrameworks" OuterBuild="true" SkipNonexistentTargets="true" Condition="'$(IsCrossTargetingBuild)' != 'true'" />
72
+ <ProjectReferenceTargets Include="Clean" Targets="$(ProjectReferenceTargetsForClean)" Condition=" '$(ProjectReferenceTargetsForClean)' != '' " />
73
+
74
+ <!--
75
+ Note: SkipNonexistentTargets="true" on the following three items means that an outer build node's call to its existent GetTargetFrameworks target will fail if its inner build nodes don't define GetTargetFrameworksWithPlatformForSingleTargetFrameworks.
76
+ This is necessary since the P2P protocol cannot express the targets called from the outer build to the inner build.
77
+ -->
78
+ <ProjectReferenceTargets Include="Build" Targets="GetTargetFrameworksWithPlatformForSingleTargetFramework" SkipNonexistentTargets="true" Condition="'$(IsCrossTargetingBuild)' != 'true'" />
79
+ <ProjectReferenceTargets Include="Clean" Targets="GetTargetFrameworksWithPlatformForSingleTargetFramework" SkipNonexistentTargets="true" Condition="'$(IsCrossTargetingBuild)' != 'true'" />
80
+ <ProjectReferenceTargets Include="Rebuild" Targets="GetTargetFrameworksWithPlatformForSingleTargetFramework" SkipNonexistentTargets="true" Condition="'$(IsCrossTargetingBuild)' != 'true'" />
81
+
82
+ <ProjectReferenceTargets Include="Rebuild" Targets="$(ProjectReferenceTargetsForRebuild)" Condition=" '$(ProjectReferenceTargetsForRebuild)' != '' " />
83
+
84
+ <ProjectReferenceTargets Include="Publish" Targets="$(ProjectReferenceTargetsForPublish)" Condition=" '$(ProjectReferenceTargetsForPublish)' != '' " />
85
+
86
+ <ProjectReferenceTargets Include="GetCopyToPublishDirectoryItems" Targets="$(ProjectReferenceTargetsForGetCopyToPublishDirectoryItems)" Condition=" '$(ProjectReferenceTargetsForGetCopyToPublishDirectoryItems)' != '' " />
87
+ </ItemGroup>
88
+
89
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Managed.Before.targets ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
4
+ created a backup copy. Incorrect changes to this file will make it
5
+ impossible to load or build your projects from the command-line or the IDE.
6
+
7
+ This file defines common build logic for all managed languaged: C#, VisualBasic, F#
8
+ It is imported before the common targets have been imported.
9
+
10
+ Copyright (C) Microsoft Corporation. All rights reserved.
11
+ ***********************************************************************************************
12
+ -->
13
+ <Project>
14
+
15
+ <!--
16
+ We are doing a cross-targeting build if there is a non-empty list of target frameworks specified
17
+ and there is no current target framework being built individually. In that case, a multitargeting
18
+ project file like Microsoft.<language>.CrossTargeting.targets gets imported.
19
+ -->
20
+ <PropertyGroup Condition="'$(TargetFrameworks)' != '' and '$(TargetFramework)' == ''">
21
+ <IsCrossTargetingBuild>true</IsCrossTargetingBuild>
22
+ </PropertyGroup>
23
+
24
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.Managed.targets ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ This file is deprecated and left here for back compat reasons. It is replaced by Microsoft.Managed.<Before|After>.targets
4
+
5
+ Copyright (C) Microsoft Corporation. All rights reserved.
6
+ ***********************************************************************************************
7
+ -->
8
+ <Project>
9
+
10
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Managed.Before.targets" />
11
+
12
+ <!-- Item copied from Microsoft.Common.Currentversion.targets -->
13
+ <PropertyGroup>
14
+ <_RecursiveTargetForContentCopying>GetCopyToOutputDirectoryItems</_RecursiveTargetForContentCopying>
15
+ <_RecursiveTargetForContentCopying Condition=" '$(MSBuildCopyContentTransitively)' == 'false' ">_GetCopyToOutputDirectoryItemsFromThisProject</_RecursiveTargetForContentCopying>
16
+ </PropertyGroup>
17
+
18
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Managed.After.targets" />
19
+
20
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.NET.props ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.NET.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file contains .NET-specific properties, and items. This file is imported for .NET Core, .NET Standard, and .NET Framework projects.
10
+ these two files are used to encapsulate the multi-targeting and framework specific build process.
11
+
12
+ Copyright (C) Microsoft Corporation. All rights reserved.
13
+ ***********************************************************************************************
14
+ -->
15
+ <Project>
16
+
17
+ <!--
18
+ ============================================================
19
+ GetToolPaths
20
+ Get the paths for the .NET Framework and .NET Core tools and sdk tools directories.
21
+ This does not need to be a target since all of the values are availiable at project evaluation time.
22
+ ============================================================
23
+ -->
24
+ <PropertyGroup>
25
+ <TargetFrameworkSDKToolsDirectory Condition=" '$(TargetFrameworkSDKToolsDirectory)' == '' ">$(SDK40ToolsPath)</TargetFrameworkSDKToolsDirectory>
26
+ </PropertyGroup>
27
+
28
+ <!--
29
+ ============================================================
30
+ SetHighEntropyVA
31
+ Set HighEntropyVA according to the TargetFramework
32
+ ============================================================
33
+ -->
34
+
35
+ <PropertyGroup Condition="('$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(TargetFrameworkVersion)' != 'v4.0') or '$(TargetFrameworkIdentifier)' == '.NETCoreApp' or '$(TargetFrameworkIdentifier)' == '.NETStandard'">
36
+ <HighEntropyVA Condition="'$(HighEntropyVA)' == ''">true</HighEntropyVA>
37
+ </PropertyGroup>
38
+
39
+ <PropertyGroup>
40
+ <HighEntropyVA Condition="'$(HighEntropyVA)' == ''">false</HighEntropyVA>
41
+ </PropertyGroup>
42
+
43
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.NETFramework.CurrentVersion.props ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.NETFramework.CurrentVersion.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file contains .net framework specific properties, items and targets. They are factored into a Microsoft.NETFramework.targets and Microsoft.NetFramework.props
10
+ these two files are used to encapsulate the multi-targeting and framework specific build process.
11
+
12
+ Copyright (C) Microsoft Corporation. All rights reserved.
13
+ ***********************************************************************************************
14
+ -->
15
+ <Project>
16
+
17
+ <PropertyGroup>
18
+ <ImportByWildcardBeforeMicrosoftNetFrameworkProps Condition="'$(ImportByWildcardBeforeMicrosoftNetFrameworkProps)' == ''">true</ImportByWildcardBeforeMicrosoftNetFrameworkProps>
19
+ <ImportByWildcardAfterMicrosoftNetFrameworkProps Condition="'$(ImportByWildcardAfterMicrosoftNetFrameworkProps)' == ''">true</ImportByWildcardAfterMicrosoftNetFrameworkProps>
20
+ <ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps)' == ''">true</ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps>
21
+ <ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps)' == ''">true</ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps>
22
+ </PropertyGroup>
23
+
24
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportBefore\*" Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportBefore')"/>
25
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportBefore\*" Condition="'$(ImportByWildcardBeforeMicrosoftNetFrameworkProps)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportBefore')"/>
26
+
27
+ <PropertyGroup>
28
+ <!-- By default we want to replace subsets with profiles, but we do need a way to turning off this "upgrade" in case a user needs to target a subset-->
29
+ <UpgradeSubsetToProfile Condition="'$(UpgradeSubsetToProfile)' == '' ">true</UpgradeSubsetToProfile>
30
+ <TargetFrameworkProfile Condition="'$(UpgradeSubsetToProfile)' == 'true' and '$(TargetFrameworkSubset)' != '' and '$(TargetFrameworkProfile)' == ''">$(TargetFrameworkSubset)</TargetFrameworkProfile>
31
+ <!-- If we are not upgrading the Subset to a profile this means we want to target a subset, do not wipe out the subset name-->
32
+ <TargetFrameworkSubset Condition="'$(UpgradeTargetFrameworkSubsetToProfile)' == 'true'"></TargetFrameworkSubset>
33
+ </PropertyGroup>
34
+
35
+ <PropertyGroup Condition="'$(FrameworkPathOverride)' != ''">
36
+ <_FullFrameworkReferenceAssemblyPaths>$(FrameworkPathOverride)</_FullFrameworkReferenceAssemblyPaths>
37
+ <_TargetFrameworkDirectories>$(FrameworkPathOverride)</_TargetFrameworkDirectories>
38
+ </PropertyGroup>
39
+
40
+ <PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetFrameworkVersion)' == 'v4.0' and '$(FrameworkPathOverride)' == ''">
41
+ <!-- The FrameworkPathOverride property is required for the IDE Visual Basic compiler to initialize.
42
+ This location contains reference assemblies for mscorlib.dll and other key VB assemblies.
43
+ This property is required during project evaluation, since the IDE compilers need to initialize before
44
+ any targets have had a chance to run, hence the use of a function to retrieve the location.
45
+ -->
46
+ <!-- Hard code for the most common TargetFrameworkVersion of v4.0 with no profile: this enables us to avoid calling the GetReferenceAssemblyPaths task -->
47
+ <_FullFrameworkReferenceAssemblyPaths Condition="Exists('$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\RedistList\FrameworkList.xml')">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0</_FullFrameworkReferenceAssemblyPaths>
48
+ <_TargetFrameworkDirectories Condition="'$(TargetFrameworkProfile)' == ''">$(_FullFrameworkReferenceAssemblyPaths)</_TargetFrameworkDirectories>
49
+ <FrameworkPathOverride Condition="'$(TargetFrameworkProfile)' == ''">$(_TargetFrameworkDirectories)</FrameworkPathOverride>
50
+
51
+ <!-- Hard code for the most common TargetFrameworkVersion of v4.0 with Client profile: this enables us to avoid calling the GetReferenceAssemblyPaths task -->
52
+ <_TargetFrameworkDirectories Condition="'$(TargetFrameworkProfile)' == 'Client' and Exists('$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\$(TargetFrameworkProfile)\RedistList\FrameworkList.xml')">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\$(TargetFrameworkProfile)</_TargetFrameworkDirectories>
53
+ <FrameworkPathOverride Condition="'$(TargetFrameworkProfile)' == 'Client'">$(_TargetFrameworkDirectories)</FrameworkPathOverride>
54
+ <TargetFrameworkMonikerDisplayName Condition="'$(TargetFrameworkMonikerDisplayName)' == '' and '$(TargetFrameworkProfile)' == ''">.NET Framework 4</TargetFrameworkMonikerDisplayName>
55
+ <TargetFrameworkMonikerDisplayName Condition="'$(TargetFrameworkMonikerDisplayName)' == '' and '$(TargetFrameworkProfile)' == 'Client'">.NET Framework 4 Client Profile</TargetFrameworkMonikerDisplayName>
56
+ </PropertyGroup>
57
+
58
+ <PropertyGroup>
59
+ <MSBuildFrameworkToolsRoot Condition="'$(MSBuildFrameworkToolsRoot)' == '' and '$(MSBuildRuntimeType)' != 'Core'">$(Registry:HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework@InstallRoot)</MSBuildFrameworkToolsRoot>
60
+ <_DeploymentSignClickOnceManifests Condition="'$(TargetFrameworkVersion)' == 'v2.0' or '$(TargetFrameworkVersion)' == 'v3.0' or '$(SignManifests)' == 'true'">true</_DeploymentSignClickOnceManifests>
61
+ <!-- Assembly names added to the AdditionalExplicitAssemblyReferences property will be added as references to the resolve assembly reference call by default this is done because when upgrading from
62
+ a project targeting 2.0 to 3.5 the system.core reference is not added, therefore we need to add it automatically -->
63
+ <AddAdditionalExplicitAssemblyReferences Condition="'$(AddAdditionalExplicitAssemblyReferences)' == ''">true</AddAdditionalExplicitAssemblyReferences>
64
+ <AdditionalExplicitAssemblyReferences Condition="'$(AddAdditionalExplicitAssemblyReferences)' == 'true' and '$(TargetCompactFramework)' != 'true' and ('$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetFrameworkVersion)' != 'v3.0')">System.Core;$(AdditionalExplicitAssemblyReferences)</AdditionalExplicitAssemblyReferences>
65
+ </PropertyGroup>
66
+
67
+ <!--
68
+ ============================================================
69
+ GetToolPaths
70
+ Get the paths for the .NET Framework tools and sdk tools directories.
71
+ This does not need to be a target since all of the values are availiable at project evaluation time.
72
+ ============================================================
73
+ -->
74
+
75
+ <PropertyGroup>
76
+ <TargetingClr2Framework Condition="'$(TargetFrameworkVersion)' == 'v2.0' or '$(TargetFrameworkVersion)' == 'v3.0' or '$(TargetFrameworkVersion)' == 'v3.5'">true</TargetingClr2Framework>
77
+ <MSBuildManagedCompilerPath Condition="'$(TargetingClr2Framework)' == 'true'">$(MSBuildFrameworkToolsRoot)\v3.5</MSBuildManagedCompilerPath >
78
+ <TargetFrameworkSDKToolsDirectory Condition="'$(TargetingClr2Framework)' == 'true'">$(SDK35ToolsPath)</TargetFrameworkSDKToolsDirectory>
79
+ <!-- If the sdk path is not 3.5 or lower set it to the 40 sdk tools path. This will allow future target framework versions to use the 4.0 sdk tool set
80
+ When a new windows SDK revs they will inplace update the location pointed to by this property. When a new sdk is release this target will have to be
81
+ revised along with another toolsversion. -->
82
+ <TargetedRuntimeVersion Condition="'$(TargetedRuntimeVersion)' == '' and ('$(TargetingClr2Framework)' == 'true')">v2.0.50727</TargetedRuntimeVersion>
83
+ <TargetedRuntimeVersion Condition="'$(TargetedRuntimeVersion)' == ''">v$(MSBuildRuntimeVersion)</TargetedRuntimeVersion>
84
+ </PropertyGroup>
85
+
86
+ <PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(TargetFrameworkVersion)' != 'v4.0' and ('$(OutputType)' == 'exe' or '$(OutputType)' == 'winexe' or '$(OutputType)' == 'appcontainerexe' or '$(OutputType)' == '')">
87
+ <Prefer32Bit Condition="'$(Prefer32Bit)' == ''">true</Prefer32Bit>
88
+ </PropertyGroup>
89
+
90
+ <PropertyGroup>
91
+ <Prefer32Bit Condition="'$(Prefer32Bit)' == ''">false</Prefer32Bit>
92
+ </PropertyGroup>
93
+
94
+ <PropertyGroup>
95
+ <!-- ARM and AppContainerExe require subsystem version >= 6.02 (Windows 8) -->
96
+ <SubsystemVersion Condition="'$(SubsystemVersion)' == '' and ('$(PlatformTarget)' == 'ARM' or '$(OutputType)' == 'appcontainerexe' or '$(OutputType)' == 'winmdobj')">6.02</SubsystemVersion>
97
+ <!-- Starting with .Net 4.5 projects use subsystem 6.00 (Vista) as default -->
98
+ <SubsystemVersion Condition="'$(SubsystemVersion)' == '' and ('$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(TargetFrameworkVersion)' != 'v4.0')">6.00</SubsystemVersion>
99
+ </PropertyGroup>
100
+
101
+ <PropertyGroup>
102
+ <ComReferenceExecuteAsTool Condition="'$(ExecuteAsTool)'!=''">$(ExecuteAsTool)</ComReferenceExecuteAsTool>
103
+ <ComReferenceExecuteAsTool Condition="'$(ExecuteAsTool)'=='' and '$(TargetingClr2Framework)' == 'true'">true</ComReferenceExecuteAsTool>
104
+ </PropertyGroup>
105
+
106
+ <PropertyGroup>
107
+ <ResGenExecuteAsTool Condition="'$(ExecuteAsTool)'!=''">$(ExecuteAsTool)</ResGenExecuteAsTool>
108
+ <ResGenExecuteAsTool Condition="'$(ExecuteAsTool)'=='' and '$(TargetingClr2Framework)' == 'true'">true</ResGenExecuteAsTool>
109
+ </PropertyGroup>
110
+
111
+ <PropertyGroup>
112
+ <!-- Starting with .NET 4.5 projects we implictly reference all portable design-time facades -->
113
+ <ImplicitlyExpandDesignTimeFacades Condition="'$(ImplicitlyExpandDesignTimeFacades)' == '' and ('$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(TargetFrameworkVersion)' != 'v4.0')">true</ImplicitlyExpandDesignTimeFacades>
114
+ </PropertyGroup>
115
+
116
+ <PropertyGroup>
117
+ <AvailablePlatforms Condition="!$(AvailablePlatforms.Contains('ARM64')) and '$(TargetFrameworkIdentifier)' == '.NETFramework' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '4.0'))">$(AvailablePlatforms),ARM64</AvailablePlatforms>
118
+ </PropertyGroup>
119
+
120
+ <!--Import props that are common for both full framework and core.
121
+ And before the ImportAfter\* , so users can override it-->
122
+ <Import Project="$(MSBuildToolsPath)\Microsoft.NET.props" />
123
+
124
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportAfter\*" Condition="'$(ImportByWildcardAfterMicrosoftNetFrameworkProps)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportAfter')"/>
125
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportAfter\*" Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.props\ImportAfter')"/>
126
+
127
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.NETFramework.CurrentVersion.targets ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.NETFramework.CurrentVersion.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file contains .net framework specific properties, items and targets. They are factored into a Microsoft.NETFramework.targets and Microsoft.NetFramework.props
10
+ these two files are used to encapsulate the multi-targeting and framework specific build process.
11
+
12
+ Copyright (C) Microsoft Corporation. All rights reserved.
13
+ ***********************************************************************************************
14
+ -->
15
+ <Project>
16
+
17
+ <PropertyGroup>
18
+ <ImportByWildcardBeforeMicrosoftNetFrameworkTargets Condition="'$(ImportByWildcardBeforeMicrosoftNetFrameworkTargets)' == ''">true</ImportByWildcardBeforeMicrosoftNetFrameworkTargets>
19
+ <ImportByWildcardAfterMicrosoftNetFrameworkTargets Condition="'$(ImportByWildcardAfterMicrosoftNetFrameworkTargets)' == ''">true</ImportByWildcardAfterMicrosoftNetFrameworkTargets>
20
+ <ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets)' == ''">true</ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets>
21
+ <ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkTargets Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkTargets)' == ''">true</ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkTargets>
22
+ </PropertyGroup>
23
+
24
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportBefore\*" Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportBefore')"/>
25
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportBefore\*" Condition="'$(ImportByWildcardBeforeMicrosoftNetFrameworkTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportBefore')"/>
26
+
27
+ <Target
28
+ Name="GetFrameworkPaths"
29
+ DependsOnTargets="$(GetFrameworkPathsDependsOn)">
30
+
31
+ <!-- For backwards compatibility of targets who replaced this target we cannot move these values outside the target even though they
32
+ now only depend on statically availiable values-->
33
+
34
+ <ItemGroup>
35
+ <_TargetFramework40DirectoryItem Include="$(MSBuildFrameworkToolsRoot)v4.0.30319"/>
36
+ <_TargetFramework35DirectoryItem Include="$(MSBuildFrameworkToolsRoot)v3.5"/>
37
+ <_TargetFramework30DirectoryItem Include="$(MSBuildFrameworkToolsRoot)v3.0"/>
38
+ <_TargetFramework20DirectoryItem Include="$(MSBuildFrameworkToolsRoot)v2.0.50727"/>
39
+
40
+ <_TargetedFrameworkDirectoryItem Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Include="@(_TargetFramework20DirectoryItem)"/>
41
+ <_TargetedFrameworkDirectoryItem Condition="'$(TargetFrameworkVersion)' == 'v3.0' OR '$(TargetFrameworkVersion)' == 'v3.5'" Include="$(MSBuildFrameworkToolsRoot)\$(TargetFrameworkVersion)"/>
42
+ <_TargetedFrameworkDirectoryItem Condition="'@(_TargetedFrameworkDirectoryItem)' == ''" Include="@(_TargetFramework40DirectoryItem)"/>
43
+ </ItemGroup>
44
+
45
+ <ItemGroup>
46
+ <_CombinedTargetFrameworkDirectoriesItem Condition=" '$(TargetFrameworkVersion)' == 'v4.0' "
47
+ Include="@(_TargetFramework40DirectoryItem)" />
48
+
49
+ <_CombinedTargetFrameworkDirectoriesItem Condition=" '$(TargetFrameworkVersion)' == 'v3.5'"
50
+ Include="@(_TargetFramework35DirectoryItem)"/>
51
+
52
+ <_CombinedTargetFrameworkDirectoriesItem Condition=" '$(TargetFrameworkVersion)' == 'v3.0' or '$(TargetFrameworkVersion)' == 'v3.5'"
53
+ Include="@(_TargetFramework30DirectoryItem)" />
54
+
55
+ <_CombinedTargetFrameworkDirectoriesItem Condition=" '$(TargetFrameworkVersion)' == 'v2.0' or '$(TargetFrameworkVersion)' == 'v3.0' or '$(TargetFrameworkVersion)' == 'v3.5'"
56
+ Include="@(_TargetFramework20DirectoryItem)" />
57
+
58
+ <_CombinedTargetFrameworkDirectoriesItem Condition=" '@(_CombinedTargetFrameworkDirectoriesItem)' == ''"
59
+ Include="@(_TargetedFrameworkDirectoryItem)" />
60
+ </ItemGroup>
61
+
62
+ <PropertyGroup>
63
+ <TargetFrameworkDirectory>@(_CombinedTargetFrameworkDirectoriesItem)</TargetFrameworkDirectory>
64
+ <TargetFrameworkSDKDirectory>$(FrameworkSDKRoot)</TargetFrameworkSDKDirectory>
65
+ </PropertyGroup>
66
+
67
+ <ItemGroup>
68
+ <_TargetFrameworkSDKDirectoryItem Include="$(TargetFrameworkSDKDirectory)"/>
69
+ </ItemGroup>
70
+
71
+ </Target>
72
+
73
+ <PropertyGroup>
74
+ <ResolveReferencesDependsOn>
75
+ $(ResolveReferencesDependsOn);
76
+ ImplicitlyExpandDesignTimeFacades
77
+ </ResolveReferencesDependsOn>
78
+
79
+ <ImplicitlyExpandDesignTimeFacadesDependsOn>
80
+ $(ImplicitlyExpandDesignTimeFacadesDependsOn);
81
+ GetReferenceAssemblyPaths
82
+ </ImplicitlyExpandDesignTimeFacadesDependsOn>
83
+ </PropertyGroup>
84
+
85
+ <!-- Implicitly references all portable design-time facades if the user is referencing a System.Runtime-based portable library -->
86
+ <Target Name="ImplicitlyExpandDesignTimeFacades" Condition="'$(ImplicitlyExpandDesignTimeFacades)' == 'true'" DependsOnTargets="$(ImplicitlyExpandDesignTimeFacadesDependsOn)">
87
+
88
+ <PropertyGroup>
89
+ <!-- Does one of our dependencies reference a System.Runtime-based portable library? -->
90
+ <_HasReferenceToSystemRuntime Condition="'$(DependsOnSystemRuntime)' == 'true'">true</_HasReferenceToSystemRuntime>
91
+ <_HasReferenceToSystemRuntime Condition="'%(_ResolvedProjectReferencePaths.TargetPlatformIdentifier)' == 'Portable'">true</_HasReferenceToSystemRuntime>
92
+ <_HasReferenceToSystemRuntime Condition="'%(_ResolvedProjectReferencePaths.TargetFrameworkIdentifier)' == '.NETStandard' and '%(_ResolvedProjectReferencePaths.TargetFrameworkVersion)' &lt; '2.0'">true</_HasReferenceToSystemRuntime>
93
+
94
+ <_HasReferenceToNETStandard Condition="'$(_DependsOnNETStandard)' == 'true'">true</_HasReferenceToNETStandard>
95
+ <_HasReferenceToNETStandard Condition="'%(_ResolvedProjectReferencePaths.TargetFrameworkIdentifier)' == '.NETStandard' and '%(_ResolvedProjectReferencePaths.TargetFrameworkVersion)' &gt;= '2.0'">true</_HasReferenceToNETStandard>
96
+ </PropertyGroup>
97
+
98
+ <ItemGroup Condition="'$(_HasReferenceToSystemRuntime)' == 'true'">
99
+ <_DesignTimeFacadeAssemblies Include="%(DesignTimeFacadeDirectories.Identity)*.dll"/>
100
+ </ItemGroup>
101
+
102
+ <ItemGroup Condition="'$(_HasReferenceToNETStandard)' == 'true' And '$(_HasReferenceToSystemRuntime)' != 'true'">
103
+ <_DesignTimeFacadeAssemblies Include="%(DesignTimeFacadeDirectories.Identity)netstandard.dll"
104
+ Condition="Exists('%(DesignTimeFacadeDirectories.Identity)netstandard.dll')"/>
105
+ </ItemGroup>
106
+
107
+ <ItemGroup Condition="'$(_HasReferenceToSystemRuntime)' == 'true' Or '$(_HasReferenceToNETStandard)' == 'true' ">
108
+ <_DesignTimeFacadeAssemblies_Names Include="@(_DesignTimeFacadeAssemblies->'%(FileName)')">
109
+ <OriginalIdentity>%(_DesignTimeFacadeAssemblies.Identity)</OriginalIdentity>
110
+ </_DesignTimeFacadeAssemblies_Names>
111
+
112
+ <_ReferencePath_Names Include="@(ReferencePath->'%(FileName)')">
113
+ <OriginalIdentity>%(ReferencePath.Identity)</OriginalIdentity>
114
+ </_ReferencePath_Names>
115
+
116
+ <_DesignTimeFacadeAssemblies_Names Remove="@(_ReferencePath_Names)"/>
117
+
118
+ <ReferencePath Include="@(_DesignTimeFacadeAssemblies_Names->'%(OriginalIdentity)')">
119
+ <WinMDFile>false</WinMDFile>
120
+ <CopyLocal>false</CopyLocal>
121
+ <ResolvedFrom>ImplicitlyExpandDesignTimeFacades</ResolvedFrom>
122
+ </ReferencePath>
123
+
124
+ <_ResolveAssemblyReferenceResolvedFiles Include="@(ReferencePath)" Condition="'%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades'" />
125
+ </ItemGroup>
126
+
127
+ </Target>
128
+
129
+
130
+ <Import Project="$(MSBuildToolsPath)\Microsoft.WinFX.targets" Condition="'$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetCompactFramework)' != 'true' and Exists('$(MSBuildToolsPath)\Microsoft.WinFX.targets')"/>
131
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Data.Entity.targets" Condition="'$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetFrameworkVersion)' != 'v3.0' and Exists('$(MSBuildToolsPath)\Microsoft.Data.Entity.targets')"/>
132
+
133
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportAfter\*" Condition="'$(ImportByWildcardAfterMicrosoftNetFrameworkTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportAfter')"/>
134
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportAfter\*" Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportAfter')"/>
135
+
136
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.NETFramework.props ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.NetFramework.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file contains .net framework specific properties, items and targets. They are factored into a Microsoft.NETFramework.targets and Microsoft.NetFramework.props
10
+ these two files are used to encapsulate the multi-targeting and framework specific build process.
11
+
12
+ Copyright (C) Microsoft Corporation. All rights reserved.
13
+ ***********************************************************************************************
14
+ -->
15
+ <Project DefaultTargets="Build">
16
+
17
+ <PropertyGroup>
18
+ <NetFrameworkPropsPath>$(MSBuildToolsPath)\Microsoft.NETFramework.CurrentVersion.props</NetFrameworkPropsPath>
19
+ </PropertyGroup>
20
+
21
+ <Import Project="$(NetFrameworkPropsPath)" />
22
+
23
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.NETFramework.targets ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.NetFramework.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file contains .net framework specific properties, items and targets. They are factored into a Microsoft.NETFramework.targets and Microsoft.NetFramework.props
10
+ these two files are used to encapsulate the multi-targeting and framework specific build process.
11
+
12
+ Copyright (C) Microsoft Corporation. All rights reserved.
13
+ ***********************************************************************************************
14
+ -->
15
+ <Project DefaultTargets="Build">
16
+
17
+ <PropertyGroup>
18
+ <NetFrameworkTargetsPath>$(MSBuildToolsPath)\Microsoft.NETFramework.CurrentVersion.targets</NetFrameworkTargetsPath>
19
+ </PropertyGroup>
20
+
21
+ <Import Project="$(NetFrameworkTargetsPath)" />
22
+
23
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.ServiceModel.targets ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Project>
2
+
3
+ <!--
4
+ With MSBuild 12, we've changed MSBuildToolsPath to for the first time point to a directory
5
+ outside of the .NET Framework. As a result of this, there were several targets files, of which
6
+ this was one, that were being referenced as out of MSBuildToolsPath that are now no longer there.
7
+
8
+ Thus, we are shimming those targets files so that they do still appear in MSBuildToolsPath, so that
9
+ consumers of them are not broken, but since the targets files themselves are still part of .NET,
10
+ the shim will internally simply redirect to the real copy of the targets file in the .NET Framework.
11
+ -->
12
+
13
+ <Import Project="$(MSBuildFrameworkToolsPath)\Microsoft.ServiceModel.targets" Condition="Exists('$(MSBuildFrameworkToolsPath)\Microsoft.ServiceModel.targets')" />
14
+
15
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.VisualBasic.CrossTargeting.targets ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.VisualBasic.CrossTargeting.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <Project>
13
+
14
+ <!-- Import design time targets for Roslyn Project System. These are only available if Visual Studio is installed. -->
15
+ <!-- Import design time targets before the common crosstargeting targets, which import targets from Nuget. -->
16
+ <PropertyGroup>
17
+ <VisualBasicDesignTimeTargetsPath Condition="'$(VisualBasicDesignTimeTargetsPath)'==''">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.VisualBasic.DesignTime.targets</VisualBasicDesignTimeTargetsPath>
18
+ </PropertyGroup>
19
+
20
+ <Import Project="$(VisualBasicDesignTimeTargetsPath)" Condition="'$(VisualBasicDesignTimeTargetsPath)' != '' and Exists('$(VisualBasicDesignTimeTargetsPath)')" />
21
+
22
+ <Import Project="Microsoft.Common.CrossTargeting.targets" />
23
+
24
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.VisualBasic.CurrentVersion.targets ADDED
@@ -0,0 +1,377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.VisualBasic.CurrentVersion.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file defines the steps in the standard build process specific for VB .NET projects.
10
+ For example, it contains the step that actually calls the VB compiler. The remainder
11
+ of the build process is defined in Microsoft.Common.targets, which is imported by
12
+ this file.
13
+
14
+ Copyright (C) Microsoft Corporation. All rights reserved.
15
+ ***********************************************************************************************
16
+ -->
17
+ <Project>
18
+
19
+ <PropertyGroup>
20
+ <ImportByWildcardBeforeMicrosoftVisualBasicTargets Condition="'$(ImportByWildcardBeforeMicrosoftVisualBasicTargets)' == ''">true</ImportByWildcardBeforeMicrosoftVisualBasicTargets>
21
+ <ImportByWildcardAfterMicrosoftVisualBasicTargets Condition="'$(ImportByWildcardAfterMicrosoftVisualBasicTargets)' == ''">true</ImportByWildcardAfterMicrosoftVisualBasicTargets>
22
+ <ImportUserLocationsByWildcardBeforeMicrosoftVisualBasicTargets Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftVisualBasicTargets)' == ''">true</ImportUserLocationsByWildcardBeforeMicrosoftVisualBasicTargets>
23
+ <ImportUserLocationsByWildcardAfterMicrosoftVisualBasicTargets Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftVisualBasicTargets)' == ''">true</ImportUserLocationsByWildcardAfterMicrosoftVisualBasicTargets>
24
+ </PropertyGroup>
25
+
26
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportBefore\*" Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftVisualBasicTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportBefore')"/>
27
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportBefore\*" Condition="'$(ImportByWildcardBeforeMicrosoftVisualBasicTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportBefore')"/>
28
+
29
+ <PropertyGroup>
30
+ <CustomBeforeMicrosoftVisualBasicTargets Condition="'$(CustomBeforeMicrosoftVisualBasicTargets)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.Microsoft.VisualBasic.targets</CustomBeforeMicrosoftVisualBasicTargets>
31
+ <CustomAfterMicrosoftVisualBasicTargets Condition="'$(CustomAfterMicrosoftVisualBasicTargets)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.Microsoft.VisualBasic.targets</CustomAfterMicrosoftVisualBasicTargets>
32
+ </PropertyGroup>
33
+
34
+ <Import Project="$(CustomBeforeMicrosoftVisualBasicTargets)" Condition="'$(CustomBeforeMicrosoftVisualBasicTargets)' != '' and Exists('$(CustomBeforeMicrosoftVisualBasicTargets)')" />
35
+
36
+ <PropertyGroup>
37
+ <DefaultLanguageSourceExtension>.vb</DefaultLanguageSourceExtension>
38
+ <Language>VB</Language>
39
+ <TargetRuntime>Managed</TargetRuntime>
40
+ <AlwaysUseNumericalSuffixInItemNames>true</AlwaysUseNumericalSuffixInItemNames>
41
+ <DefineCommonItemSchemas Condition=" '$(DefineCommonItemSchemas)' == '' ">true</DefineCommonItemSchemas>
42
+ <DefineCommonReferenceSchemas Condition=" '$(DefineCommonReferenceSchemas)' == '' ">true</DefineCommonReferenceSchemas>
43
+ <DefineCommonCapabilities Condition=" '$(DefineCommonCapabilities)' == '' ">true</DefineCommonCapabilities>
44
+ <SynthesizeLinkMetadata Condition=" '$(SynthesizeLinkMetadata)' == '' and '$(HasSharedItems)' == 'true' ">true</SynthesizeLinkMetadata>
45
+ <DefaultProjectTypeGuid Condition=" '$(DefaultProjectTypeGuid)' == '' ">{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</DefaultProjectTypeGuid>
46
+ <AppDesignerFolder Condition="'$(AppDesignerFolder)' == ''">My Project</AppDesignerFolder>
47
+ </PropertyGroup>
48
+
49
+ <ItemGroup Condition=" '$(DefineVisualBasicItemSchemas)' != 'false' ">
50
+ <PropertyPageSchema Include="$(CommonXamlResourcesDirectory)VisualBasic.ProjectItemsSchema.xaml;"/>
51
+ <PropertyPageSchema Include="$(CommonXamlResourcesDirectory)VisualBasic.xaml;">
52
+ <Context>File</Context>
53
+ </PropertyPageSchema>
54
+ <PropertyPageSchema Include="$(CommonXamlResourcesDirectory)VisualBasic.BrowseObject.xaml;">
55
+ <Context>BrowseObject</Context>
56
+ </PropertyPageSchema>
57
+
58
+ <ProjectCapability Include="VB;Managed"/>
59
+ </ItemGroup>
60
+
61
+ <ItemGroup Condition=" '$(DefineCommonCapabilities)' == 'true' ">
62
+ <ProjectCapability Include="ReferencesFolder;LanguageService" />
63
+ </ItemGroup>
64
+
65
+ <!--
66
+ The CreateManifestResourceNames target create the manifest resource names from the .RESX
67
+ files.
68
+
69
+ [IN]
70
+ @(EmbeddedResource) - The list of EmbeddedResource items that have been pre-processed to add metadata about resource type
71
+ Expected Metadata "Type" can either be "Resx" or "Non-Resx"
72
+
73
+ [OUT]
74
+ @(EmbeddedResource) - EmbeddedResource items with metadata
75
+
76
+ For VB applications the transformation is like:
77
+
78
+ Resources1.resx => RootNamespace.Resources1 => Build into main assembly
79
+ SubFolder\Resources1.resx => RootNamespace.Resources1 => Build into main assembly
80
+ Resources1.fr.resx => RootNamespace.Resources1.fr => Build into satellite assembly
81
+ Resources1.notaculture.resx => RootNamespace.Resources1.notaculture => Build into main assembly
82
+
83
+ For other project systems, this transformation may be different.
84
+ -->
85
+
86
+ <PropertyGroup>
87
+ <CreateManifestResourceNamesDependsOn></CreateManifestResourceNamesDependsOn>
88
+ </PropertyGroup>
89
+
90
+ <Target
91
+ Name="CreateManifestResourceNames"
92
+ Condition="'@(EmbeddedResource)' != ''"
93
+ DependsOnTargets="$(CreateManifestResourceNamesDependsOn)"
94
+ >
95
+ <ItemGroup>
96
+ <_Temporary Remove="@(_Temporary)" />
97
+ </ItemGroup>
98
+
99
+ <!-- Create manifest names for culture and non-culture Resx files, and for non-culture Non-Resx resources -->
100
+ <CreateVisualBasicManifestResourceName
101
+ ResourceFiles="@(EmbeddedResource)"
102
+ RootNamespace="$(RootNamespace)"
103
+ UseDependentUponConvention="$(EmbeddedResourceUseDependentUponConvention)"
104
+ Condition="'%(EmbeddedResource.ManifestResourceName)' == '' and ('%(EmbeddedResource.WithCulture)' == 'false' or '%(EmbeddedResource.Type)' == 'Resx')">
105
+ <Output TaskParameter="ResourceFilesWithManifestResourceNames" ItemName="_Temporary" />
106
+ </CreateVisualBasicManifestResourceName>
107
+
108
+ <!-- Create manifest names for all culture non-resx resources -->
109
+ <CreateVisualBasicManifestResourceName
110
+ ResourceFiles="@(EmbeddedResource)"
111
+ RootNamespace="$(RootNamespace)"
112
+ PrependCultureAsDirectory="false"
113
+ UseDependentUponConvention="$(EmbeddedResourceUseDependentUponConvention)"
114
+ Condition="'%(EmbeddedResource.ManifestResourceName)' == '' and '%(EmbeddedResource.WithCulture)' == 'true' and '%(EmbeddedResource.Type)' == 'Non-Resx'">
115
+ <Output TaskParameter="ResourceFilesWithManifestResourceNames" ItemName="_Temporary" />
116
+ </CreateVisualBasicManifestResourceName>
117
+
118
+ <ItemGroup>
119
+ <EmbeddedResource Remove="@(EmbeddedResource)" Condition="'%(EmbeddedResource.ManifestResourceName)' == ''"/>
120
+ <EmbeddedResource Include="@(_Temporary)" />
121
+ <_Temporary Remove="@(_Temporary)" />
122
+ </ItemGroup>
123
+ </Target>
124
+
125
+ <Target
126
+ Name="ResolveCodeAnalysisRuleSet"
127
+ Condition="'$(CodeAnalysisRuleSet)' != ''"
128
+ >
129
+ <ResolveCodeAnalysisRuleSet
130
+ CodeAnalysisRuleSet="$(CodeAnalysisRuleSet)"
131
+ CodeAnalysisRuleSetDirectories="$(CodeAnalysisRuleSetDirectories)"
132
+ MSBuildProjectDirectory="$(MSBuildProjectDirectory)">
133
+ <Output TaskParameter="ResolvedCodeAnalysisRuleSet" PropertyName="ResolvedCodeAnalysisRuleSet" />
134
+ </ResolveCodeAnalysisRuleSet>
135
+ </Target>
136
+
137
+ <PropertyGroup>
138
+ <FinalDefineConstants>CONFIG=&quot;$(Configuration)&quot;</FinalDefineConstants>
139
+ <FinalDefineConstants Condition=" '$(DefineDebug)' == 'true' ">$(FinalDefineConstants),DEBUG=-1</FinalDefineConstants>
140
+ <FinalDefineConstants Condition=" '$(DefineTrace)' == 'true' ">$(FinalDefineConstants),TRACE=-1</FinalDefineConstants>
141
+ <FinalDefineConstants Condition=" '$(MyType)' != '' ">$(FinalDefineConstants),_MyType=&quot;$(MyType)&quot;</FinalDefineConstants>
142
+ <FinalDefineConstants Condition=" '$(Platform)' != '' ">$(FinalDefineConstants),PLATFORM=&quot;$(Platform)&quot;</FinalDefineConstants>
143
+ <FinalDefineConstants Condition=" '$(Platform)' == '' ">$(FinalDefineConstants),PLATFORM=&quot;AnyCPU&quot;</FinalDefineConstants>
144
+ <FinalDefineConstants Condition=" '$(DefineConstants)' != '' ">$(FinalDefineConstants),$(DefineConstants)</FinalDefineConstants>
145
+
146
+ <!-- Provide a facility to override UseHostCompilerIfAvailable-->
147
+ <UseHostCompilerIfAvailable Condition=" '$(UseHostCompilerIfAvailable)' == ''">true</UseHostCompilerIfAvailable>
148
+ </PropertyGroup>
149
+
150
+ <ItemGroup>
151
+ <DocFileItem Include="$(IntermediateOutputPath)$(DocumentationFile)" Condition="'$(DocumentationFile)'!=''"/>
152
+ </ItemGroup>
153
+
154
+ <ItemGroup Condition="'$(_DebugSymbolsProduced)' == 'true' and '$(PdbFile)' != ''">
155
+ <_DebugSymbolsIntermediatePathTemporary Include="$(PdbFile)"/>
156
+ <!-- Add any missing .pdb extension, as the compiler does -->
157
+ <_DebugSymbolsIntermediatePath Include="@(_DebugSymbolsIntermediatePathTemporary->'%(RootDir)%(Directory)%(Filename).pdb')"/>
158
+ </ItemGroup>
159
+
160
+ <PropertyGroup>
161
+ <CoreCompileDependsOn>_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet</CoreCompileDependsOn>
162
+ <ExportWinMDFile Condition="'$(ExportWinMDFile)' == '' and '$(OutputType)' == 'WinMDObj'">true</ExportWinMDFile>
163
+ </PropertyGroup>
164
+
165
+ <!--
166
+ The XamlPreCompile target must remain identical to
167
+ the CoreCompile target in Microsoft.VisualBasic.Core.targets.
168
+ Any updates to one must be made to the other.
169
+ -->
170
+ <Target
171
+ Name="XamlPreCompile"
172
+ Inputs="$(MSBuildAllProjects);
173
+ @(Compile);
174
+ @(_CoreCompileResourceInputs);
175
+ $(ApplicationIcon);
176
+ $(AssemblyOriginatorKeyFile);
177
+ @(ReferencePath);
178
+ @(CompiledLicenseFile);
179
+ @(LinkResource);
180
+ @(EmbeddedDocumentation);
181
+ $(Win32Resource);
182
+ $(Win32Manifest);
183
+ @(Page);
184
+ @(ApplicationDefinition);
185
+ @(CustomAdditionalCompileInputs);
186
+ $(ResolvedCodeAnalysisRuleSet)"
187
+ Outputs="@(DocFileItem);
188
+ @(XamlIntermediateAssembly);
189
+ @(_DebugSymbolsIntermediatePath);
190
+ $(NonExistentFile);
191
+ @(CustomAdditionalCompileOutputs)"
192
+ Returns=""
193
+ DependsOnTargets="$(CoreCompileDependsOn);GenerateMSBuildEditorConfigFile"
194
+ Condition="'@(Page)' != '' Or '@(ApplicationDefinition)' != ''"
195
+ >
196
+ <PropertyGroup>
197
+ <_NoWarnings Condition=" '$(WarningLevel)' == '0' ">true</_NoWarnings>
198
+ <_NoWarnings Condition=" '$(WarningLevel)' == '1' ">false</_NoWarnings>
199
+ </PropertyGroup>
200
+
201
+ <PropertyGroup>
202
+ <!-- If we are targeting winmdobj we want to specifically set the pdbFile property so that it does not collide with the output of winmdexp which we will run subsequently -->
203
+ <PdbFile Condition="'$(PdbFile)' == '' and '$(OutputType)' == 'winmdobj' and '$(DebugSymbols)' == 'true'">$(IntermediateOutputPath)$(TargetName).compile.pdb</PdbFile>
204
+ </PropertyGroup>
205
+
206
+ <ItemGroup Condition="'$(TargetingClr2Framework)'=='true'">
207
+ <ReferencePath>
208
+ <EmbedInteropTypes/>
209
+ </ReferencePath>
210
+ </ItemGroup>
211
+
212
+ <!-- Prefer32Bit was introduced in .NET 4.5. Set it to false if we are targeting 4.0 -->
213
+ <PropertyGroup Condition="('$(TargetFrameworkVersion)' == 'v4.0')">
214
+ <Prefer32Bit>false</Prefer32Bit>
215
+ </PropertyGroup>
216
+
217
+ <ItemGroup Condition="('$(AdditionalFileItemNames)' != '')">
218
+ <AdditionalFileItems Include="$(AdditionalFileItemNames)" />
219
+ <AdditionalFiles Include="@(%(AdditionalFileItems.Identity))" />
220
+ </ItemGroup>
221
+
222
+ <!-- Don't run analyzers for Vbc task on XamlPrecompile pass, we only want to run them on core compile. -->
223
+ <!-- Analyzers="@(Analyzer)" -->
224
+
225
+ <PropertyGroup Condition="'$(UseSharedCompilation)' == ''">
226
+ <UseSharedCompilation>true</UseSharedCompilation>
227
+ </PropertyGroup>
228
+
229
+ <!-- Condition is to filter out the _CoreCompileResourceInputs so that it doesn't pass in culture resources to the compiler -->
230
+ <Vbc Condition=" '%(_CoreCompileResourceInputs.WithCulture)' != 'true' "
231
+ AdditionalLibPaths="$(AdditionalLibPaths)"
232
+ AddModules="@(AddModules)"
233
+ AdditionalFiles="@(AdditionalFiles)"
234
+ AnalyzerConfigFiles="@(EditorConfigFiles)"
235
+ Analyzers="@(Analyzer)"
236
+ BaseAddress="$(BaseAddress)"
237
+ CodeAnalysisRuleSet="$(ResolvedCodeAnalysisRuleSet)"
238
+ CodePage="$(CodePage)"
239
+ DebugType="$(DebugType)"
240
+ DefineConstants="$(FinalDefineConstants)"
241
+ DelaySign="$(DelaySign)"
242
+ DisabledWarnings="$(NoWarn)"
243
+ DocumentationFile="@(DocFileItem)"
244
+ EmitDebugInformation="$(DebugSymbols)"
245
+ EnvironmentVariables="$(VbcEnvironment)"
246
+ ErrorLog="$(ErrorLog)"
247
+ ErrorReport="$(ErrorReport)"
248
+ FileAlignment="$(FileAlignment)"
249
+ GenerateDocumentation="$(GenerateDocumentation)"
250
+ HighEntropyVA="$(HighEntropyVA)"
251
+ Imports="@(Import)"
252
+ KeyContainer="$(KeyContainerName)"
253
+ KeyFile="$(KeyOriginatorFile)"
254
+ LangVersion="$(LangVersion)"
255
+ LinkResources="@(LinkResource)"
256
+ MainEntryPoint="$(StartupObject)"
257
+ ModuleAssemblyName="$(ModuleAssemblyName)"
258
+ NoConfig="true"
259
+ NoStandardLib="$(NoCompilerStandardLib)"
260
+ NoVBRuntimeReference="$(NoVBRuntimeReference)"
261
+ NoWarnings="$(_NoWarnings)"
262
+ NoWin32Manifest="$(NoWin32Manifest)"
263
+ Optimize="$(Optimize)"
264
+ OptionCompare="$(OptionCompare)"
265
+ OptionExplicit="$(OptionExplicit)"
266
+ OptionInfer="$(OptionInfer)"
267
+ OptionStrict="$(OptionStrict)"
268
+ OptionStrictType="$(OptionStrictType)"
269
+ OutputAssembly="@(XamlIntermediateAssembly)"
270
+ Platform="$(PlatformTarget)"
271
+ Prefer32Bit="$(Prefer32Bit)"
272
+ PreferredUILang="$(PreferredUILang)"
273
+ References="@(ReferencePath)"
274
+ RemoveIntegerChecks="$(RemoveIntegerChecks)"
275
+ ReportAnalyzer="$(ReportAnalyzer)"
276
+ Resources="@(_CoreCompileResourceInputs);@(CompiledLicenseFile)"
277
+ ResponseFiles="$(CompilerResponseFile)"
278
+ RootNamespace="$(RootNamespace)"
279
+ PdbFile="$(PdbFile)"
280
+ SdkPath="$(FrameworkPathOverride)"
281
+ SkipAnalyzers="$(_SkipAnalyzers)"
282
+ Sources="@(Compile)"
283
+ SubsystemVersion="$(SubsystemVersion)"
284
+ TargetCompactFramework="$(TargetCompactFramework)"
285
+ TargetType="$(OutputType)"
286
+ ToolExe="$(VbcToolExe)"
287
+ ToolPath="$(VbcToolPath)"
288
+ TreatWarningsAsErrors="$(TreatWarningsAsErrors)"
289
+ UseHostCompilerIfAvailable="$(UseHostCompilerIfAvailable)"
290
+ UseSharedCompilation="$(UseSharedCompilation)"
291
+ Utf8Output="$(Utf8Output)"
292
+ VBRuntimePath="$(VBRuntimePath)"
293
+ Verbosity="$(VbcVerbosity)"
294
+ VsSessionGuid="$(VsSessionGuid)"
295
+ WarningsAsErrors="$(WarningsAsErrors)"
296
+ WarningsNotAsErrors="$(WarningsNotAsErrors)"
297
+ Win32Icon="$(ApplicationIcon)"
298
+ Win32Manifest="$(Win32Manifest)"
299
+ Win32Resource="$(Win32Resource)"
300
+ VBRuntime="$(VBRuntime)"
301
+ />
302
+
303
+ <!-- Only Applicable to the regular CoreCompile:
304
+ <ItemGroup>
305
+ <_CoreCompileResourceInputs Remove="@(_CoreCompileResourceInputs)" />
306
+ </ItemGroup>
307
+
308
+ <CallTarget Targets="$(TargetsTriggeredByCompilation)" Condition="'$(TargetsTriggeredByCompilation)' != ''"/>
309
+ -->
310
+ <OnError Condition="'$(OnXamlPreCompileErrorTarget)' != ''" ExecuteTargets="$(OnXamlPreCompileErrorTarget)" />
311
+ </Target>
312
+
313
+ <PropertyGroup>
314
+ <!-- Design-time builds require a newer version than 1.0 to succeed, so override back to inbox in that case -->
315
+ <VisualBasicCoreTargetsPath Condition="'$(VisualBasicCoreTargetsPath)' == '' or ('$(DesignTimeBuild)' == 'true' and $(VisualBasicCoreTargetsPath.Contains('Microsoft.Net.Compilers.1.0.0')))">$(RoslynTargetsPath)\Microsoft.VisualBasic.Core.targets</VisualBasicCoreTargetsPath>
316
+ </PropertyGroup>
317
+
318
+ <Import Project="$(VisualBasicCoreTargetsPath)" />
319
+
320
+ <!-- Import design time targets for Roslyn Project System. These are only available if Visual Studio is installed. -->
321
+ <!-- Import design time targets before the common targets, which import targets from Nuget. -->
322
+ <PropertyGroup>
323
+ <VisualBasicDesignTimeTargetsPath Condition="'$(VisualBasicDesignTimeTargetsPath)'==''">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.VisualBasic.DesignTime.targets</VisualBasicDesignTimeTargetsPath>
324
+ </PropertyGroup>
325
+
326
+ <Import Project="$(VisualBasicDesignTimeTargetsPath)" Condition="'$(VisualBasicDesignTimeTargetsPath)' != '' and Exists('$(VisualBasicDesignTimeTargetsPath)')" />
327
+
328
+ <Import Project="Microsoft.Common.targets" />
329
+
330
+ <Import Project="$(MSBuildToolsPath)\Microsoft.ServiceModel.targets" Condition="('$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetFrameworkVersion)' != 'v3.0' and '$(TargetFrameworkVersion)' != 'v3.5') and Exists('$(MSBuildToolsPath)\Microsoft.ServiceModel.targets')"/>
331
+
332
+ <Target Name="_SetTargetFrameworkMonikerAttribute" BeforeTargets="GenerateTargetFrameworkMonikerAttribute">
333
+ <PropertyGroup>
334
+ <!-- This attribute is only available in mscorlib v4 and later -->
335
+ <TargetFrameworkMonikerAssemblyAttributeText Condition="'$(TargetFrameworkMoniker)' != '' and '$(TargetingClr2Framework)' != 'true'">
336
+ ' &lt;autogenerated/&gt;
337
+ Option Strict Off
338
+ Option Explicit On
339
+
340
+ Imports System
341
+ Imports System.Reflection
342
+ &lt;Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(&quot;$(TargetFrameworkMoniker)&quot;, FrameworkDisplayName:=&quot;$(TargetFrameworkMonikerDisplayName)&quot;)&gt;
343
+ </TargetFrameworkMonikerAssemblyAttributeText>
344
+ </PropertyGroup>
345
+ </Target>
346
+
347
+ <PropertyGroup>
348
+ <Utf8Output Condition="'$(Utf8Output)' == ''">true</Utf8Output>
349
+ <!-- NoCompilerStandardLib maps to the compiler's /nostdlib option. By default we always
350
+ want that switch to be passed to the compiler so that either we or the user
351
+ provides the references
352
+ NoStdLib on the other hand indicates that the user doesn't want standard references
353
+ so only if NoStdLib isn't set to true, will we provide the standard references
354
+ -->
355
+ <NoCompilerStandardLib Condition=" '$(NoCompilerStandardLib)' == '' ">true</NoCompilerStandardLib>
356
+ <!-- When building inside VS, by default use the same language for compiler messages as VS itself does. -->
357
+ <PreferredUILang Condition="'$(BuildingInsideVisualStudio)' == 'true' and '$(PreferredUILang)' == ''">$([System.Globalization.CultureInfo]::CurrentUICulture.Name)</PreferredUILang>
358
+ </PropertyGroup>
359
+
360
+ <!-- Add any "automatic" compiler references that need to be resolved when NoCompilerStandardLib is set
361
+ but the user hasn't told us to not include standard references -->
362
+ <ItemGroup Condition=" '$(NoCompilerStandardLib)' == 'true' and '$(NoStdLib)' != 'true' ">
363
+ <!-- Note that unlike C#, VB gets its mscorlib.dll path from the $(FrameworkPathOverride) property
364
+ via the /sdkpath parameter.
365
+ In addition to that, VB normally treats System.dll as a "standard library" however since we are
366
+ passing NoCompilerStandardLib=true we need an explicit reference to System in order to avoid
367
+ resolving it from, e.g., {CandidateAssemblyFiles}.
368
+ -->
369
+ <_ExplicitReference Include="$(FrameworkPathOverride)\System.dll" />
370
+ </ItemGroup>
371
+
372
+ <Import Project="$(CustomAfterMicrosoftVisualBasicTargets)" Condition="'$(CustomAfterMicrosoftVisualBasicTargets)' != '' and Exists('$(CustomAfterMicrosoftVisualBasicTargets)')" />
373
+
374
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportAfter\*" Condition="'$(ImportByWildcardAfterMicrosoftVisualBasicTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportAfter')"/>
375
+ <Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportAfter\*" Condition="'$(ImportUserLocationsByWildcardAfterMicrosoftVisualBasicTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.VisualBasic.targets\ImportAfter')"/>
376
+
377
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.VisualBasic.targets ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.VisualBasic.targets
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ This file defines the steps in the standard build process specific for VB .NET projects.
10
+ For example, it contains the step that actually calls the VB compiler. The remainder
11
+ of the build process is defined in Microsoft.Common.targets, which is imported by
12
+ this file.
13
+
14
+ Copyright (C) Microsoft Corporation. All rights reserved.
15
+ ***********************************************************************************************
16
+ -->
17
+ <Project>
18
+
19
+ <Choose>
20
+ <When Condition="'$(IsCrossTargetingBuild)' == 'true'">
21
+ <PropertyGroup>
22
+ <VisualBasicTargetsPath>$(MSBuildToolsPath)\Microsoft.VisualBasic.CrossTargeting.targets</VisualBasicTargetsPath>
23
+ </PropertyGroup>
24
+ </When>
25
+ <Otherwise>
26
+ <PropertyGroup>
27
+ <VisualBasicTargetsPath>$(MSBuildToolsPath)\Microsoft.VisualBasic.CurrentVersion.targets</VisualBasicTargetsPath>
28
+ </PropertyGroup>
29
+ </Otherwise>
30
+ </Choose>
31
+
32
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Managed.Before.targets" />
33
+
34
+ <Import Project="$(VisualBasicTargetsPath)" />
35
+
36
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Managed.After.targets" />
37
+
38
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.VisualStudioVersion.v11.Common.props ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.VisualStudio.v11.Common.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <Project ToolsVersion="4.0">
13
+
14
+ <PropertyGroup>
15
+ <VisualStudioVersion>11.0</VisualStudioVersion>
16
+ <VSToolsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
17
+ </PropertyGroup>
18
+
19
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.VisualStudioVersion.v12.Common.props ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.VisualStudio.v11.Common.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <Project ToolsVersion="4.0">
13
+
14
+ <PropertyGroup>
15
+ <VisualStudioVersion>12.0</VisualStudioVersion>
16
+ <VSToolsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
17
+ </PropertyGroup>
18
+
19
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.VisualStudioVersion.v14.Common.props ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ ***********************************************************************************************
3
+ Microsoft.VisualStudio.v14.Common.props
4
+
5
+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6
+ created a backup copy. Incorrect changes to this file will make it
7
+ impossible to load or build your projects from the command-line or the IDE.
8
+
9
+ Copyright (C) Microsoft Corporation. All rights reserved.
10
+ ***********************************************************************************************
11
+ -->
12
+ <Project ToolsVersion="4.0">
13
+
14
+ <PropertyGroup>
15
+ <VisualStudioVersion>14.0</VisualStudioVersion>
16
+ <VSToolsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
17
+ </PropertyGroup>
18
+
19
+ </Project>
msbuild_packages/Microsoft.Build.Runtime.17.10.4/contentFiles/any/net472/Microsoft.WinFx.targets ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Project>
2
+
3
+ <!--
4
+ With MSBuild 12, we've changed MSBuildToolsPath to for the first time point to a directory
5
+ outside of the .NET Framework. As a result of this, there were several targets files, of which
6
+ this was one, that were being referenced as out of MSBuildToolsPath that are now no longer there.
7
+
8
+ Thus, we are shimming those targets files so that they do still appear in MSBuildToolsPath, so that
9
+ consumers of them are not broken, but since the targets files themselves are still part of .NET,
10
+ the shim will internally simply redirect to the real copy of the targets file in the .NET Framework.
11
+ -->
12
+
13
+ <Import Project="$(MSBuildFrameworkToolsPath)\Microsoft.WinFx.targets" Condition="'$(ImportFrameworkWinFXTargets)' != 'false' and Exists('$(MSBuildFrameworkToolsPath)\Microsoft.WinFx.targets')" />
14
+
15
+ </Project>