diff --git a/Spring.Net.2010.sln b/Spring.Net.2010.sln index 1156a61b..c237ace5 100644 --- a/Spring.Net.2010.sln +++ b/Spring.Net.2010.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 +VisualStudioVersion = 12.0.30110.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F04753EF-7A1B-4837-AB63-8C0821E8155D}" ProjectSection(SolutionItems) = preProject @@ -11,7 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution readme.txt = readme.txt Spring.build = Spring.build Spring.include = Spring.include - Spring.Net.2010.vsmdi = Spring.Net.2010.vsmdi TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings EndProjectSection EndProject diff --git a/Spring.Net.2010.vsmdi b/Spring.Net.2010.vsmdi deleted file mode 100644 index 55942ea1..00000000 --- a/Spring.Net.2010.vsmdi +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Spring.Testing.Microsoft.Tests.2010.vsmdi b/Spring.Testing.Microsoft.Tests.2010.vsmdi deleted file mode 100644 index d1a4ea35..00000000 --- a/Spring.Testing.Microsoft.Tests.2010.vsmdi +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Spring.build b/Spring.build index 1972d514..c1a45b77 100644 --- a/Spring.build +++ b/Spring.build @@ -23,7 +23,7 @@ Build properties that may be set: signs all assemblies. Requires the key file $/Spring.Net.snk to be in place "mstest.exe": - value: string, fully-qualiifed location of mstest.exe, for example, C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\mstest.exe + value: string, fully-qualified location of mstest.exe, for example, C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\mstest.exe "vs-net.mstest.bin.dir": value: string: location of mstest.exe, for example C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE @@ -323,16 +323,6 @@ Commandline Examples: commandline="restore Spring.NET.2010.sln" workingdir="." failonerror="true" /> - - - + - + @@ -1756,6 +1751,7 @@ Commandline Examples: + @@ -1796,6 +1792,7 @@ Commandline Examples: + diff --git a/TraceAndTestImpact.testsettings b/TraceAndTestImpact.testsettings deleted file mode 100644 index 444444ec..00000000 --- a/TraceAndTestImpact.testsettings +++ /dev/null @@ -1,21 +0,0 @@ - - - These are test settings for Trace and Test Impact. - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build-release-all.cmd b/build-release-all.cmd index 3190acae..942f7af0 100644 --- a/build-release-all.cmd +++ b/build-release-all.cmd @@ -7,7 +7,7 @@ cd .. @echo ... @echo Running full Build Script, capturing output to buildlog.txt file... @echo Start Time: %time% -build-support\tools\nant\bin\nant clean package -f:spring.build -D:project.build.sign=true -D:build-ems=true -D:test.integration.ems=false -D:test.integration.data=true -D:mstest.exe="c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\mstest.exe" -D:package.version=2.0.0 -D:nuget.version.suffix=RC1 -D:vs-net.mstest.bin.dir="c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE" > buildlog.txt +build-support\tools\nant\bin\nant clean package -f:spring.build -D:project.build.sign=true -D:build-ems=true -D:test.integration.ems=false -D:test.integration.data=true -D:mstest.exe="c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\mstest.exe" -D:package.version=2.0.0 -D:nuget.version.suffix=RC1 -D:vs-net.mstest.bin.dir="c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE" -D:skipmstestrun=true > buildlog.txt @echo . @echo .. @echo ... diff --git a/examples/Spring/Spring.WebQuickStart/.nuget/NuGet.Config b/examples/Spring/Spring.WebQuickStart/.nuget/NuGet.Config new file mode 100644 index 00000000..67f8ea04 --- /dev/null +++ b/examples/Spring/Spring.WebQuickStart/.nuget/NuGet.Config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/examples/Spring/Spring.WebQuickStart/.nuget/NuGet.targets b/examples/Spring/Spring.WebQuickStart/.nuget/NuGet.targets new file mode 100644 index 00000000..2c3545bc --- /dev/null +++ b/examples/Spring/Spring.WebQuickStart/.nuget/NuGet.targets @@ -0,0 +1,151 @@ + + + + $(MSBuildProjectDirectory)\..\ + + + false + + + false + + + true + + + false + + + + + + + + + + + $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) + + + + + $(SolutionDir).nuget + + + + packages.$(MSBuildProjectName.Replace(' ', '_')).config + + + + + + $(PackagesProjectConfig) + + + + + packages.config + + + + + + + $(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.WebQuickStart/.nuget/packages.config b/examples/Spring/Spring.WebQuickStart/.nuget/packages.config new file mode 100644 index 00000000..bd5e5f3b --- /dev/null +++ b/examples/Spring/Spring.WebQuickStart/.nuget/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file