~ubuntu-branches/debian/sid/nunit/sid

« back to all changes in this revision

Viewing changes to src/ClientUtilities/tests/resources/WebApplication1.sln

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2014-09-16 13:43:36 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140916134336-kjxz48tty6lx2ja5
Tags: 2.6.3+dfsg-1
* [c7bd1b5] Imported Upstream version 2.6.3+dfsg
* [bcb4bf8] Move nunit-console-runner to GAC-installed libnunit2.6, 
  don't treat it as a private lib. This lib is signed, and treated 
  as a GAC lib by consumers such as MonoDevelop.
* [7f08e99] Bump version to 2.6.3 as required
* [84535eb] Refreshed patches
* [8479f61] Split package up into per-assembly packages. This makes 
  ABI tracking easier in the future, as we can meaningfully have GAC 
  policy for cases where ABI isn't truly bumped, and no policy for 
  cases where it is. For example, if nunit.framework bumps ABI but 
  nunit.core does not, previously we would need to rebuild everything 
  using NUnit, but under the new split packaging, that rebuild would 
  not be needed for apps only using nunit.core.
* [17a7dc7] Add missing nunit.mocks.dll to nunit.pc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Microsoft Visual Studio Solution File, Format Version 7.00
2
 
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication1", "http://localhost/WebApplication1/WebApplication1.csproj", "{7123B53C-8003-454D-92D1-E9E8C533CBED}"
3
 
EndProject
4
 
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.csproj", "{48E7F6A7-5E5C-4046-AD8E-5381D98D55B8}"
5
 
EndProject
6
 
Global
7
 
        GlobalSection(SolutionConfiguration) = preSolution
8
 
                ConfigName.0 = Debug
9
 
                ConfigName.1 = Release
10
 
        EndGlobalSection
11
 
        GlobalSection(ProjectDependencies) = postSolution
12
 
        EndGlobalSection
13
 
        GlobalSection(ProjectConfiguration) = postSolution
14
 
                {7123B53C-8003-454D-92D1-E9E8C533CBED}.Debug.ActiveCfg = Debug|.NET
15
 
                {7123B53C-8003-454D-92D1-E9E8C533CBED}.Debug.Build.0 = Debug|.NET
16
 
                {7123B53C-8003-454D-92D1-E9E8C533CBED}.Release.ActiveCfg = Release|.NET
17
 
                {7123B53C-8003-454D-92D1-E9E8C533CBED}.Release.Build.0 = Release|.NET
18
 
                {48E7F6A7-5E5C-4046-AD8E-5381D98D55B8}.Debug.ActiveCfg = Debug|.NET
19
 
                {48E7F6A7-5E5C-4046-AD8E-5381D98D55B8}.Debug.Build.0 = Debug|.NET
20
 
                {48E7F6A7-5E5C-4046-AD8E-5381D98D55B8}.Release.ActiveCfg = Release|.NET
21
 
                {48E7F6A7-5E5C-4046-AD8E-5381D98D55B8}.Release.Build.0 = Release|.NET
22
 
        EndGlobalSection
23
 
        GlobalSection(ExtensibilityGlobals) = postSolution
24
 
        EndGlobalSection
25
 
        GlobalSection(ExtensibilityAddIns) = postSolution
26
 
        EndGlobalSection
27
 
EndGlobal
 
1
Microsoft Visual Studio Solution File, Format Version 7.00
 
2
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication1", "http://localhost/WebApplication1/WebApplication1.csproj", "{7123B53C-8003-454D-92D1-E9E8C533CBED}"
 
3
EndProject
 
4
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.csproj", "{48E7F6A7-5E5C-4046-AD8E-5381D98D55B8}"
 
5
EndProject
 
6
Global
 
7
        GlobalSection(SolutionConfiguration) = preSolution
 
8
                ConfigName.0 = Debug
 
9
                ConfigName.1 = Release
 
10
        EndGlobalSection
 
11
        GlobalSection(ProjectDependencies) = postSolution
 
12
        EndGlobalSection
 
13
        GlobalSection(ProjectConfiguration) = postSolution
 
14
                {7123B53C-8003-454D-92D1-E9E8C533CBED}.Debug.ActiveCfg = Debug|.NET
 
15
                {7123B53C-8003-454D-92D1-E9E8C533CBED}.Debug.Build.0 = Debug|.NET
 
16
                {7123B53C-8003-454D-92D1-E9E8C533CBED}.Release.ActiveCfg = Release|.NET
 
17
                {7123B53C-8003-454D-92D1-E9E8C533CBED}.Release.Build.0 = Release|.NET
 
18
                {48E7F6A7-5E5C-4046-AD8E-5381D98D55B8}.Debug.ActiveCfg = Debug|.NET
 
19
                {48E7F6A7-5E5C-4046-AD8E-5381D98D55B8}.Debug.Build.0 = Debug|.NET
 
20
                {48E7F6A7-5E5C-4046-AD8E-5381D98D55B8}.Release.ActiveCfg = Release|.NET
 
21
                {48E7F6A7-5E5C-4046-AD8E-5381D98D55B8}.Release.Build.0 = Release|.NET
 
22
        EndGlobalSection
 
23
        GlobalSection(ExtensibilityGlobals) = postSolution
 
24
        EndGlobalSection
 
25
        GlobalSection(ExtensibilityAddIns) = postSolution
 
26
        EndGlobalSection
 
27
EndGlobal