remove 2010 from sln and csproj names

This commit is contained in:
Marko Lahma
2018-09-30 21:12:07 +03:00
parent d00399a9cf
commit d7da839948
220 changed files with 4352 additions and 9467 deletions

View File

@@ -4,11 +4,8 @@
<NoWarn>618, 1591</NoWarn>
<CleanedProjectName>$(MSBuildProjectName.Replace('.2010', ''))</CleanedProjectName>
<OutputPath>..\..\..\build\$(Configuration)\$(CleanedProjectName)</OutputPath>
<OutputPath>..\..\..\build\$(Configuration)\$(MSBuildProjectName)</OutputPath>
<AssemblyName>$(CleanedProjectName)</AssemblyName>
<RootNamespace>Spring</RootNamespace>
<Deterministic>true</Deterministic>