Skip to content

Commit 50eeb1b

Browse files
author
Hovsep Mkrtchyan
committed
Removed space from StaticAnalysis project.
1 parent 8eeb515 commit 50eeb1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<CmdletSolutionsToBuild Include=".\src\ServiceManagement\ServiceManagement.sln"
5454
Condition=" '$(Scope)' == 'ServiceManagement' or '$(Scope)' == 'AzureStorage' "/>
5555
<SetupSln Include=".\setup\azurepowershell.sln" />
56-
<Analysis Include=".\tools\StaticAnalysis\Static Analysis.sln" />
56+
<StaticAnalysis Include=".\tools\StaticAnalysis\StaticAnalysis.sln" />
5757
</ItemGroup>
5858

5959
<!--
@@ -164,7 +164,7 @@
164164
Condition=" '$(Scope)' == 'all' "/>
165165

166166
<MSBuild
167-
Projects="@(Analysis)"
167+
Projects="@(StaticAnalysis)"
168168
Targets="Build"
169169
Properties="Configuration=Debug;Platform=Any CPU"
170170
ContinueOnError="false" />

tools/StaticAnalysis/Static Analysis.sln renamed to tools/StaticAnalysis/StaticAnalysis.sln

Lines changed: 1 addition & 1 deletion
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.40629.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Static Analysis", "Static Analysis.csproj", "{68384B59-BA0C-4B7B-B3F6-9C7988296C16}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Static Analysis", "StaticAnalysis.csproj", "{68384B59-BA0C-4B7B-B3F6-9C7988296C16}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)