Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(497)

Side by Side Diff: Tools/Tools.sln

Issue 12767046: Issue 377: New build for releasing a new version (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: david comments Created 11 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Tools/Lib/nunit.core.interfaces.dll ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1  1 
2 Microsoft Visual Studio Solution File, Format Version 12.00 2 Microsoft Visual Studio Solution File, Format Version 12.00
3 # Visual Studio 2012 3 # Visual Studio 2012
4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Build.Utils", "Googl e.Build.Utils\Google.Build.Utils.csproj", "{A6E792C8-D5E7-40DD-9483-3901E70BF93F }"
5 EndProject
6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildRelease", "BuildReleas e\BuildRelease.csproj", "{0273723C-9B94-4A13-9635-4519633D9E0E}"
7 EndProject
8 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Build.Tester", "Goog le.Build.Tester\Google.Build.Tester.csproj", "{585E1BD4-C989-4041-9AA2-14EEB13D8 F15}"
9 EndProject
10 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Apis.NuGet.Publisher ", "Google.Apis.NuGet.Publisher\Google.Apis.NuGet.Publisher.csproj", "{169385A5- 0122-4BDD-BC34-73B6B399F781}" 4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Apis.NuGet.Publisher ", "Google.Apis.NuGet.Publisher\Google.Apis.NuGet.Publisher.csproj", "{169385A5- 0122-4BDD-BC34-73B6B399F781}"
11 EndProject 5 EndProject
12 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E9959F E0-9FB2-499B-B624-DC2DC07B8106}" 6 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E9959F E0-9FB2-499B-B624-DC2DC07B8106}"
13 ProjectSection(SolutionItems) = preProject 7 ProjectSection(SolutionItems) = preProject
14 .nuget\NuGet.Config = .nuget\NuGet.Config 8 .nuget\NuGet.Config = .nuget\NuGet.Config
15 .nuget\NuGet.exe = .nuget\NuGet.exe 9 .nuget\NuGet.exe = .nuget\NuGet.exe
16 .nuget\NuGet.targets = .nuget\NuGet.targets 10 .nuget\NuGet.targets = .nuget\NuGet.targets
17 EndProjectSection 11 EndProjectSection
18 EndProject 12 EndProject
13 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Apis.Utils", "Google .Apis.Utils\Google.Apis.Utils.csproj", "{CBC99A4A-E3D0-4609-B704-7B2BF583FC30}"
14 EndProject
15 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Apis.Release", "Goog le.Apis.Release\Google.Apis.Release.csproj", "{68A9F685-4B3D-4DFA-8CB1-F2F15B17A 8AB}"
16 EndProject
19 Global 17 Global
20 GlobalSection(SolutionConfigurationPlatforms) = preSolution 18 GlobalSection(SolutionConfigurationPlatforms) = preSolution
21 Debug|Any CPU = Debug|Any CPU 19 Debug|Any CPU = Debug|Any CPU
22 Debug|Mixed Platforms = Debug|Mixed Platforms 20 Debug|Mixed Platforms = Debug|Mixed Platforms
23 Debug|x86 = Debug|x86 21 Debug|x86 = Debug|x86
24 Release|Any CPU = Release|Any CPU 22 Release|Any CPU = Release|Any CPU
25 Release|Mixed Platforms = Release|Mixed Platforms 23 Release|Mixed Platforms = Release|Mixed Platforms
26 Release|x86 = Release|x86 24 Release|x86 = Release|x86
27 EndGlobalSection 25 EndGlobalSection
28 GlobalSection(ProjectConfigurationPlatforms) = postSolution 26 GlobalSection(ProjectConfigurationPlatforms) = postSolution
29 {A6E792C8-D5E7-40DD-9483-3901E70BF93F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30 {A6E792C8-D5E7-40DD-9483-3901E70BF93F}.Debug|Any CPU.Build.0 = D ebug|Any CPU
31 {A6E792C8-D5E7-40DD-9483-3901E70BF93F}.Debug|Mixed Platforms.Act iveCfg = Debug|Any CPU
32 {A6E792C8-D5E7-40DD-9483-3901E70BF93F}.Debug|Mixed Platforms.Bui ld.0 = Debug|Any CPU
33 {A6E792C8-D5E7-40DD-9483-3901E70BF93F}.Debug|x86.ActiveCfg = Deb ug|Any CPU
34 {A6E792C8-D5E7-40DD-9483-3901E70BF93F}.Release|Any CPU.ActiveCfg = Release|Any CPU
35 {A6E792C8-D5E7-40DD-9483-3901E70BF93F}.Release|Any CPU.Build.0 = Release|Any CPU
36 {A6E792C8-D5E7-40DD-9483-3901E70BF93F}.Release|Mixed Platforms.A ctiveCfg = Release|Any CPU
37 {A6E792C8-D5E7-40DD-9483-3901E70BF93F}.Release|Mixed Platforms.B uild.0 = Release|Any CPU
38 {A6E792C8-D5E7-40DD-9483-3901E70BF93F}.Release|x86.ActiveCfg = R elease|Any CPU
39 {0273723C-9B94-4A13-9635-4519633D9E0E}.Debug|Any CPU.ActiveCfg = Debug|x86
40 {0273723C-9B94-4A13-9635-4519633D9E0E}.Debug|Mixed Platforms.Act iveCfg = Debug|x86
41 {0273723C-9B94-4A13-9635-4519633D9E0E}.Debug|Mixed Platforms.Bui ld.0 = Debug|x86
42 {0273723C-9B94-4A13-9635-4519633D9E0E}.Debug|x86.ActiveCfg = Deb ug|x86
43 {0273723C-9B94-4A13-9635-4519633D9E0E}.Debug|x86.Build.0 = Debug |x86
44 {0273723C-9B94-4A13-9635-4519633D9E0E}.Release|Any CPU.ActiveCfg = Release|x86
45 {0273723C-9B94-4A13-9635-4519633D9E0E}.Release|Mixed Platforms.A ctiveCfg = Release|x86
46 {0273723C-9B94-4A13-9635-4519633D9E0E}.Release|Mixed Platforms.B uild.0 = Release|x86
47 {0273723C-9B94-4A13-9635-4519633D9E0E}.Release|x86.ActiveCfg = R elease|x86
48 {0273723C-9B94-4A13-9635-4519633D9E0E}.Release|x86.Build.0 = Rel ease|x86
49 {585E1BD4-C989-4041-9AA2-14EEB13D8F15}.Debug|Any CPU.ActiveCfg = Debug|x86
50 {585E1BD4-C989-4041-9AA2-14EEB13D8F15}.Debug|Mixed Platforms.Act iveCfg = Debug|x86
51 {585E1BD4-C989-4041-9AA2-14EEB13D8F15}.Debug|Mixed Platforms.Bui ld.0 = Debug|x86
52 {585E1BD4-C989-4041-9AA2-14EEB13D8F15}.Debug|x86.ActiveCfg = Deb ug|x86
53 {585E1BD4-C989-4041-9AA2-14EEB13D8F15}.Debug|x86.Build.0 = Debug |x86
54 {585E1BD4-C989-4041-9AA2-14EEB13D8F15}.Release|Any CPU.ActiveCfg = Release|x86
55 {585E1BD4-C989-4041-9AA2-14EEB13D8F15}.Release|Mixed Platforms.A ctiveCfg = Release|x86
56 {585E1BD4-C989-4041-9AA2-14EEB13D8F15}.Release|Mixed Platforms.B uild.0 = Release|x86
57 {585E1BD4-C989-4041-9AA2-14EEB13D8F15}.Release|x86.ActiveCfg = R elease|x86
58 {585E1BD4-C989-4041-9AA2-14EEB13D8F15}.Release|x86.Build.0 = Rel ease|x86
59 {169385A5-0122-4BDD-BC34-73B6B399F781}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 27 {169385A5-0122-4BDD-BC34-73B6B399F781}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
60 {169385A5-0122-4BDD-BC34-73B6B399F781}.Debug|Any CPU.Build.0 = D ebug|Any CPU 28 {169385A5-0122-4BDD-BC34-73B6B399F781}.Debug|Any CPU.Build.0 = D ebug|Any CPU
61 {169385A5-0122-4BDD-BC34-73B6B399F781}.Debug|Mixed Platforms.Act iveCfg = Debug|Any CPU 29 {169385A5-0122-4BDD-BC34-73B6B399F781}.Debug|Mixed Platforms.Act iveCfg = Debug|Any CPU
62 {169385A5-0122-4BDD-BC34-73B6B399F781}.Debug|Mixed Platforms.Bui ld.0 = Debug|Any CPU 30 {169385A5-0122-4BDD-BC34-73B6B399F781}.Debug|Mixed Platforms.Bui ld.0 = Debug|Any CPU
63 {169385A5-0122-4BDD-BC34-73B6B399F781}.Debug|x86.ActiveCfg = Deb ug|Any CPU 31 {169385A5-0122-4BDD-BC34-73B6B399F781}.Debug|x86.ActiveCfg = Deb ug|Any CPU
64 {169385A5-0122-4BDD-BC34-73B6B399F781}.Release|Any CPU.ActiveCfg = Release|Any CPU 32 {169385A5-0122-4BDD-BC34-73B6B399F781}.Release|Any CPU.ActiveCfg = Release|Any CPU
65 {169385A5-0122-4BDD-BC34-73B6B399F781}.Release|Any CPU.Build.0 = Release|Any CPU 33 {169385A5-0122-4BDD-BC34-73B6B399F781}.Release|Any CPU.Build.0 = Release|Any CPU
66 {169385A5-0122-4BDD-BC34-73B6B399F781}.Release|Mixed Platforms.A ctiveCfg = Release|Any CPU 34 {169385A5-0122-4BDD-BC34-73B6B399F781}.Release|Mixed Platforms.A ctiveCfg = Release|Any CPU
67 {169385A5-0122-4BDD-BC34-73B6B399F781}.Release|Mixed Platforms.B uild.0 = Release|Any CPU 35 {169385A5-0122-4BDD-BC34-73B6B399F781}.Release|Mixed Platforms.B uild.0 = Release|Any CPU
68 {169385A5-0122-4BDD-BC34-73B6B399F781}.Release|x86.ActiveCfg = R elease|Any CPU 36 {169385A5-0122-4BDD-BC34-73B6B399F781}.Release|x86.ActiveCfg = R elease|Any CPU
37 {CBC99A4A-E3D0-4609-B704-7B2BF583FC30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38 {CBC99A4A-E3D0-4609-B704-7B2BF583FC30}.Debug|Any CPU.Build.0 = D ebug|Any CPU
39 {CBC99A4A-E3D0-4609-B704-7B2BF583FC30}.Debug|Mixed Platforms.Act iveCfg = Debug|Any CPU
40 {CBC99A4A-E3D0-4609-B704-7B2BF583FC30}.Debug|Mixed Platforms.Bui ld.0 = Debug|Any CPU
41 {CBC99A4A-E3D0-4609-B704-7B2BF583FC30}.Debug|x86.ActiveCfg = Deb ug|Any CPU
42 {CBC99A4A-E3D0-4609-B704-7B2BF583FC30}.Release|Any CPU.ActiveCfg = Release|Any CPU
43 {CBC99A4A-E3D0-4609-B704-7B2BF583FC30}.Release|Any CPU.Build.0 = Release|Any CPU
44 {CBC99A4A-E3D0-4609-B704-7B2BF583FC30}.Release|Mixed Platforms.A ctiveCfg = Release|Any CPU
45 {CBC99A4A-E3D0-4609-B704-7B2BF583FC30}.Release|Mixed Platforms.B uild.0 = Release|Any CPU
46 {CBC99A4A-E3D0-4609-B704-7B2BF583FC30}.Release|x86.ActiveCfg = R elease|Any CPU
47 {68A9F685-4B3D-4DFA-8CB1-F2F15B17A8AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48 {68A9F685-4B3D-4DFA-8CB1-F2F15B17A8AB}.Debug|Any CPU.Build.0 = D ebug|Any CPU
49 {68A9F685-4B3D-4DFA-8CB1-F2F15B17A8AB}.Debug|Mixed Platforms.Act iveCfg = Debug|Any CPU
50 {68A9F685-4B3D-4DFA-8CB1-F2F15B17A8AB}.Debug|Mixed Platforms.Bui ld.0 = Debug|Any CPU
51 {68A9F685-4B3D-4DFA-8CB1-F2F15B17A8AB}.Debug|x86.ActiveCfg = Deb ug|Any CPU
52 {68A9F685-4B3D-4DFA-8CB1-F2F15B17A8AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
53 {68A9F685-4B3D-4DFA-8CB1-F2F15B17A8AB}.Release|Any CPU.Build.0 = Release|Any CPU
54 {68A9F685-4B3D-4DFA-8CB1-F2F15B17A8AB}.Release|Mixed Platforms.A ctiveCfg = Release|Any CPU
55 {68A9F685-4B3D-4DFA-8CB1-F2F15B17A8AB}.Release|Mixed Platforms.B uild.0 = Release|Any CPU
56 {68A9F685-4B3D-4DFA-8CB1-F2F15B17A8AB}.Release|x86.ActiveCfg = R elease|Any CPU
69 EndGlobalSection 57 EndGlobalSection
70 GlobalSection(SolutionProperties) = preSolution 58 GlobalSection(SolutionProperties) = preSolution
71 HideSolutionNode = FALSE 59 HideSolutionNode = FALSE
72 EndGlobalSection 60 EndGlobalSection
73 EndGlobal 61 EndGlobal
OLDNEW
« no previous file with comments | « Tools/Lib/nunit.core.interfaces.dll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b