diff --git a/GPW/GPW.csproj b/GPW/GPW.csproj index ba22064..bed15d8 100644 --- a/GPW/GPW.csproj +++ b/GPW/GPW.csproj @@ -1,7 +1,7 @@  - - + + Debug @@ -43,8 +43,8 @@ 4 - - ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll + + ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.2\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll True @@ -109,8 +109,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + - - - - - - - - - - - diff --git a/packages/Microsoft.Net.Compilers.1.0.0/tools/csc.exe b/packages/Microsoft.Net.Compilers.1.0.0/tools/csc.exe deleted file mode 100644 index 44c3c41..0000000 Binary files a/packages/Microsoft.Net.Compilers.1.0.0/tools/csc.exe and /dev/null differ diff --git a/packages/Microsoft.Net.Compilers.1.0.0/tools/vbc.exe b/packages/Microsoft.Net.Compilers.1.0.0/tools/vbc.exe deleted file mode 100644 index bc98748..0000000 Binary files a/packages/Microsoft.Net.Compilers.1.0.0/tools/vbc.exe and /dev/null differ diff --git a/packages/Microsoft.Net.Compilers.1.3.2/Microsoft.Net.Compilers.1.3.2.nupkg b/packages/Microsoft.Net.Compilers.1.3.2/Microsoft.Net.Compilers.1.3.2.nupkg new file mode 100644 index 0000000..f6d49a8 Binary files /dev/null and b/packages/Microsoft.Net.Compilers.1.3.2/Microsoft.Net.Compilers.1.3.2.nupkg differ diff --git a/packages/Microsoft.Net.Compilers.1.0.0/ThirdPartyNotices.rtf b/packages/Microsoft.Net.Compilers.1.3.2/ThirdPartyNotices.rtf similarity index 100% rename from packages/Microsoft.Net.Compilers.1.0.0/ThirdPartyNotices.rtf rename to packages/Microsoft.Net.Compilers.1.3.2/ThirdPartyNotices.rtf diff --git a/packages/Microsoft.Net.Compilers.1.0.0/build/Microsoft.Net.Compilers.props b/packages/Microsoft.Net.Compilers.1.3.2/build/Microsoft.Net.Compilers.props similarity index 100% rename from packages/Microsoft.Net.Compilers.1.0.0/build/Microsoft.Net.Compilers.props rename to packages/Microsoft.Net.Compilers.1.3.2/build/Microsoft.Net.Compilers.props diff --git a/packages/Microsoft.Net.Compilers.1.3.2/tools/Microsoft.Build.Tasks.CodeAnalysis.dll b/packages/Microsoft.Net.Compilers.1.3.2/tools/Microsoft.Build.Tasks.CodeAnalysis.dll new file mode 100644 index 0000000..2fd00f1 Binary files /dev/null and b/packages/Microsoft.Net.Compilers.1.3.2/tools/Microsoft.Build.Tasks.CodeAnalysis.dll differ diff --git a/packages/Microsoft.Net.Compilers.1.0.0/tools/Microsoft.CSharp.Core.targets b/packages/Microsoft.Net.Compilers.1.3.2/tools/Microsoft.CSharp.Core.targets similarity index 92% rename from packages/Microsoft.Net.Compilers.1.0.0/tools/Microsoft.CSharp.Core.targets rename to packages/Microsoft.Net.Compilers.1.3.2/tools/Microsoft.CSharp.Core.targets index 65629e5..faeeafe 100644 --- a/packages/Microsoft.Net.Compilers.1.0.0/tools/Microsoft.CSharp.Core.targets +++ b/packages/Microsoft.Net.Compilers.1.3.2/tools/Microsoft.CSharp.Core.targets @@ -19,7 +19,7 @@ @(_DebugSymbolsIntermediatePath); $(NonExistentFile); @(CustomAdditionalCompileOutputs)" - Returns="" + Returns="@(CscCommandLineArgs)" DependsOnTargets="$(CoreCompileDependsOn)" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/Microsoft.Net.Compilers.1.3.2/tools/csc.exe b/packages/Microsoft.Net.Compilers.1.3.2/tools/csc.exe new file mode 100644 index 0000000..7077f16 Binary files /dev/null and b/packages/Microsoft.Net.Compilers.1.3.2/tools/csc.exe differ diff --git a/packages/Microsoft.Net.Compilers.1.3.2/tools/csc.exe.config b/packages/Microsoft.Net.Compilers.1.3.2/tools/csc.exe.config new file mode 100644 index 0000000..21681d9 --- /dev/null +++ b/packages/Microsoft.Net.Compilers.1.3.2/tools/csc.exe.config @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/Microsoft.Net.Compilers.1.3.2/tools/csc.rsp b/packages/Microsoft.Net.Compilers.1.3.2/tools/csc.rsp new file mode 100644 index 0000000..ce72ac6 --- /dev/null +++ b/packages/Microsoft.Net.Compilers.1.3.2/tools/csc.rsp @@ -0,0 +1,46 @@ +# Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + +# This file contains command-line options that the C# +# command line compiler (CSC) will process as part +# of every compilation, unless the "/noconfig" option +# is specified. + +# Reference the common Framework libraries +/r:Accessibility.dll +/r:Microsoft.CSharp.dll +/r:System.Configuration.dll +/r:System.Configuration.Install.dll +/r:System.Core.dll +/r:System.Data.dll +/r:System.Data.DataSetExtensions.dll +/r:System.Data.Linq.dll +/r:System.Data.OracleClient.dll +/r:System.Deployment.dll +/r:System.Design.dll +/r:System.DirectoryServices.dll +/r:System.dll +/r:System.Drawing.Design.dll +/r:System.Drawing.dll +/r:System.EnterpriseServices.dll +/r:System.Management.dll +/r:System.Messaging.dll +/r:System.Runtime.Remoting.dll +/r:System.Runtime.Serialization.dll +/r:System.Runtime.Serialization.Formatters.Soap.dll +/r:System.Security.dll +/r:System.ServiceModel.dll +/r:System.ServiceModel.Web.dll +/r:System.ServiceProcess.dll +/r:System.Transactions.dll +/r:System.Web.dll +/r:System.Web.Extensions.Design.dll +/r:System.Web.Extensions.dll +/r:System.Web.Mobile.dll +/r:System.Web.RegularExpressions.dll +/r:System.Web.Services.dll +/r:System.Windows.Forms.dll +/r:System.Workflow.Activities.dll +/r:System.Workflow.ComponentModel.dll +/r:System.Workflow.Runtime.dll +/r:System.Xml.dll +/r:System.Xml.Linq.dll diff --git a/packages/Microsoft.Net.Compilers.1.3.2/tools/csi.exe b/packages/Microsoft.Net.Compilers.1.3.2/tools/csi.exe new file mode 100644 index 0000000..4174a21 Binary files /dev/null and b/packages/Microsoft.Net.Compilers.1.3.2/tools/csi.exe differ diff --git a/packages/Microsoft.Net.Compilers.1.3.2/tools/csi.rsp b/packages/Microsoft.Net.Compilers.1.3.2/tools/csi.rsp new file mode 100644 index 0000000..96e81d8 --- /dev/null +++ b/packages/Microsoft.Net.Compilers.1.3.2/tools/csi.rsp @@ -0,0 +1,13 @@ +/r:System +/r:System.Core +/r:Microsoft.CSharp +/u:System +/u:System.IO +/u:System.Collections.Generic +/u:System.Console +/u:System.Diagnostics +/u:System.Dynamic +/u:System.Linq +/u:System.Linq.Expressions +/u:System.Text +/u:System.Threading.Tasks \ No newline at end of file diff --git a/packages/Microsoft.Net.Compilers.1.3.2/tools/vbc.exe b/packages/Microsoft.Net.Compilers.1.3.2/tools/vbc.exe new file mode 100644 index 0000000..3454d6a Binary files /dev/null and b/packages/Microsoft.Net.Compilers.1.3.2/tools/vbc.exe differ diff --git a/packages/Microsoft.Net.Compilers.1.3.2/tools/vbc.exe.config b/packages/Microsoft.Net.Compilers.1.3.2/tools/vbc.exe.config new file mode 100644 index 0000000..21681d9 --- /dev/null +++ b/packages/Microsoft.Net.Compilers.1.3.2/tools/vbc.exe.config @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/Microsoft.Net.Compilers.1.3.2/tools/vbc.rsp b/packages/Microsoft.Net.Compilers.1.3.2/tools/vbc.rsp new file mode 100644 index 0000000..8350880 --- /dev/null +++ b/packages/Microsoft.Net.Compilers.1.3.2/tools/vbc.rsp @@ -0,0 +1,55 @@ +# Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + +# This file contains command-line options that the VB +# command line compiler (VBC) will process as part +# of every compilation, unless the "/noconfig" option +# is specified. + +# Reference the common Framework libraries +/r:Accessibility.dll +/r:System.Configuration.dll +/r:System.Configuration.Install.dll +/r:System.Data.dll +/r:System.Data.OracleClient.dll +/r:System.Deployment.dll +/r:System.Design.dll +/r:System.DirectoryServices.dll +/r:System.dll +/r:System.Drawing.Design.dll +/r:System.Drawing.dll +/r:System.EnterpriseServices.dll +/r:System.Management.dll +/r:System.Messaging.dll +/r:System.Runtime.Remoting.dll +/r:System.Runtime.Serialization.Formatters.Soap.dll +/r:System.Security.dll +/r:System.ServiceProcess.dll +/r:System.Transactions.dll +/r:System.Web.dll +/r:System.Web.Mobile.dll +/r:System.Web.RegularExpressions.dll +/r:System.Web.Services.dll +/r:System.Windows.Forms.dll +/r:System.XML.dll + +/r:System.Workflow.Activities.dll +/r:System.Workflow.ComponentModel.dll +/r:System.Workflow.Runtime.dll +/r:System.Runtime.Serialization.dll +/r:System.ServiceModel.dll + +/r:System.Core.dll +/r:System.Xml.Linq.dll +/r:System.Data.Linq.dll +/r:System.Data.DataSetExtensions.dll +/r:System.Web.Extensions.dll +/r:System.Web.Extensions.Design.dll +/r:System.ServiceModel.Web.dll + +# Import System and Microsoft.VisualBasic +/imports:System +/imports:Microsoft.VisualBasic +/imports:System.Linq +/imports:System.Xml.Linq + +/optioninfer+