diff --git a/examples/Spring/Spring.EmsQuickStart/.nuget/NuGet.Config b/examples/Spring/Spring.EmsQuickStart/.nuget/NuGet.Config new file mode 100644 index 00000000..67f8ea04 --- /dev/null +++ b/examples/Spring/Spring.EmsQuickStart/.nuget/NuGet.Config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/examples/Spring/Spring.EmsQuickStart/.nuget/NuGet.exe b/examples/Spring/Spring.EmsQuickStart/.nuget/NuGet.exe new file mode 100644 index 00000000..8dd7e45a Binary files /dev/null and b/examples/Spring/Spring.EmsQuickStart/.nuget/NuGet.exe differ diff --git a/examples/Spring/Spring.EmsQuickStart/.nuget/NuGet.targets b/examples/Spring/Spring.EmsQuickStart/.nuget/NuGet.targets new file mode 100644 index 00000000..3f8c37b2 --- /dev/null +++ b/examples/Spring/Spring.EmsQuickStart/.nuget/NuGet.targets @@ -0,0 +1,144 @@ + + + + $(MSBuildProjectDirectory)\..\ + + + false + + + false + + + true + + + false + + + + + + + + + + + $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) + + + + + $(SolutionDir).nuget + + + + $(MSBuildProjectDirectory)\packages.$(MSBuildProjectName.Replace(' ', '_')).config + $(MSBuildProjectDirectory)\packages.$(MSBuildProjectName).config + + + + $(MSBuildProjectDirectory)\packages.config + $(PackagesProjectConfig) + + + + + $(NuGetToolsPath)\NuGet.exe + @(PackageSource) + + "$(NuGetExePath)" + mono --runtime=v4.0.30319 "$(NuGetExePath)" + + $(TargetDir.Trim('\\')) + + -RequireConsent + -NonInteractive + + "$(SolutionDir) " + "$(SolutionDir)" + + + $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(PaddedSolutionDir) + $(NuGetCommand) pack "$(ProjectPath)" -Properties "Configuration=$(Configuration);Platform=$(Platform)" $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols + + + + RestorePackages; + $(BuildDependsOn); + + + + + $(BuildDependsOn); + BuildPackage; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Spring/Spring.EmsQuickStart/Spring.EmsQuickStart.2010.sln b/examples/Spring/Spring.EmsQuickStart/Spring.EmsQuickStart.2010.sln index 642dedb6..b89a3ff6 100644 --- a/examples/Spring/Spring.EmsQuickStart/Spring.EmsQuickStart.2010.sln +++ b/examples/Spring/Spring.EmsQuickStart/Spring.EmsQuickStart.2010.sln @@ -1,12 +1,21 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30723.0 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.EmsQuickStart.Common.2010", "src\Spring\Spring.EmsQuickStart.Common\Spring.EmsQuickStart.Common.2010.csproj", "{AC5A3035-75DD-48E5-ABCA-38FBC8193F22}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.EmsQuickStart.Server.2010", "src\Spring\Spring.EmsQuickStart.Server\Spring.EmsQuickStart.Server.2010.csproj", "{85E7B947-8153-45E4-B572-BEDB191F1FB2}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.EmsQuickStart.Client.2010", "src\Spring\Spring.EmsQuickStart.Client\Spring.EmsQuickStart.Client.2010.csproj", "{87D0B725-A652-4A6B-A95F-197F7155769F}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{65E8C5AC-1A63-401B-8D46-C86B53AD0FCA}" + ProjectSection(SolutionItems) = preProject + .nuget\NuGet.Config = .nuget\NuGet.Config + .nuget\NuGet.exe = .nuget\NuGet.exe + .nuget\NuGet.targets = .nuget\NuGet.targets + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/Spring.EmsQuickStart.Client.2010.csproj b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/Spring.EmsQuickStart.Client.2010.csproj index f2be3d7c..45c3e93f 100644 --- a/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/Spring.EmsQuickStart.Client.2010.csproj +++ b/examples/Spring/Spring.EmsQuickStart/src/Spring/Spring.EmsQuickStart.Client/Spring.EmsQuickStart.Client.2010.csproj @@ -31,6 +31,8 @@ 1.0.0.%2a false true + ..\..\..\ + true true @@ -52,9 +54,11 @@ AllRules.ruleset - - False - ..\..\..\..\..\..\lib\Net\2.0\Common.Logging.dll + + ..\..\..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll + + + ..\..\..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll ..\..\..\..\..\..\bin\net\4.0\debug\Spring.Core.dll @@ -104,6 +108,7 @@ True + SettingsSingleFileGenerator Settings.Designer.cs @@ -163,6 +168,13 @@ + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + +