Skip to content

Commit 2837009

Browse files
committed
Fix type. Renaming.
1 parent bcd605b commit 2837009

16 files changed

+14
-14
lines changed

Diff for: MSBuildProjectBrowser.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
44
VisualStudioVersion = 12.0.31101.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSBuildProjectBrowser", "MSBuilgApiTest\MSBuildProjectBrowser.csproj", "{357BA3C5-89D7-4024-BA35-44A1D64C2FCA}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSBuildProjectBrowser", "MSBuildProjectBrowser\MSBuildProjectBrowser.csproj", "{357BA3C5-89D7-4024-BA35-44A1D64C2FCA}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Diff for: MSBuilgApiTest/Configuration/AssemblyInfo.cs renamed to MSBuildProjectBrowser/Configuration/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("MSBuilgApiTest")]
8+
[assembly: AssemblyTitle("MSBuildProjectBrowser")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("optim.ru")]
12-
[assembly: AssemblyProduct("MSBuilgApiTest")]
12+
[assembly: AssemblyProduct("MSBuildProjectBrowser")]
1313
[assembly: AssemblyCopyright("Copyright @ optim.ru 2005")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]

Diff for: MSBuilgApiTest/Configuration/Resources.Designer.cs renamed to MSBuildProjectBrowser/Configuration/Resources.Designer.cs

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: MSBuilgApiTest/Configuration/Settings.Designer.cs renamed to MSBuildProjectBrowser/Configuration/Settings.Designer.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: MSBuilgApiTest/MSBuildItemTreeViewNodeSorter.cs renamed to MSBuildProjectBrowser/MSBuildItemTreeViewNodeSorter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Collections;
55
using System.Windows.Forms;
66

7-
namespace MSBuilgApiTest
7+
namespace MSBuildProjectBrowser
88
{
99
class MSBuildTreeViewNodeSorter : IComparer, IComparer<TreeNode>
1010
{

Diff for: MSBuilgApiTest/MSBuildProjectBrowser.csproj renamed to MSBuildProjectBrowser/MSBuildProjectBrowser.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<SchemaVersion>2.0</SchemaVersion>
88
<ProjectGuid>{357BA3C5-89D7-4024-BA35-44A1D64C2FCA}</ProjectGuid>
99
<OutputType>WinExe</OutputType>
10-
<RootNamespace>MSBuilgApiTest</RootNamespace>
11-
<AssemblyName>MSBuilgApiTest</AssemblyName>
10+
<RootNamespace>MSBuildProjectBrowser</RootNamespace>
11+
<AssemblyName>MSBuildProjectBrowser</AssemblyName>
1212
<WarningLevel>4</WarningLevel>
1313
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
1414
<FileUpgradeFlags>

Diff for: MSBuilgApiTest/MainForm.Designer.cs renamed to MSBuildProjectBrowser/MainForm.Designer.cs

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: MSBuilgApiTest/MainForm.cs renamed to MSBuildProjectBrowser/MainForm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
using Microsoft.Build;
1212
using Microsoft.Build.Evaluation;
1313

14-
namespace MSBuilgApiTest
14+
namespace MSBuildProjectBrowser
1515
{
1616
using StrTreeNodePair = KeyValuePair<string, List<TreeNode>>;
1717
using ItemTypesMap = Dictionary<string, List<TreeNode>>;
File renamed without changes.

Diff for: MSBuilgApiTest/Program.cs renamed to MSBuildProjectBrowser/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Collections.Generic;
33
using System.Windows.Forms;
44

5-
namespace MSBuilgApiTest
5+
namespace MSBuildProjectBrowser
66
{
77
static class Program
88
{
File renamed without changes.

0 commit comments

Comments
 (0)