Skip to content

Commit 877e019

Browse files
committed
rename solution and library to SubRealTeam; push release version 1.0.2.1 to nuget
1 parent 7ae030c commit 877e019

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

SubrealTeam.Common.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ProjectGuid>{8DC2CB47-BB68-472E-870F-89B13D52CAA2}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>SubrealTeam.Common</RootNamespace>
11-
<AssemblyName>SubrealTeam.Common</AssemblyName>
10+
<RootNamespace>SubRealTeam.Common</RootNamespace>
11+
<AssemblyName>SubRealTeam.Common</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
@@ -28,7 +28,7 @@
2828
<DefineConstants>TRACE</DefineConstants>
2929
<ErrorReport>prompt</ErrorReport>
3030
<WarningLevel>4</WarningLevel>
31-
<DocumentationFile>bin\Release\SubrealTeam.Common.xml</DocumentationFile>
31+
<DocumentationFile>bin\Release\SubRealTeam.Common.xml</DocumentationFile>
3232
</PropertyGroup>
3333
<ItemGroup>
3434
<Reference Include="System" />
@@ -52,7 +52,7 @@
5252
<Compile Include="Properties\AssemblyInfo.cs" />
5353
</ItemGroup>
5454
<ItemGroup>
55-
<None Include="SubrealTeam.Common.nuspec" />
55+
<None Include="SubRealTeam.Common.nuspec" />
5656
</ItemGroup>
5757
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5858
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

SubrealTeam.Common.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
</dependencies>-->
1515
</metadata>
1616
<files>
17-
<file src="bin\Release\SubrealTeam.Common.XML" target="lib\net45\SubrealTeam.Common.xml" />
17+
<file src="bin\Release\SubRealTeam.Common.XML" target="lib\net45\SubRealTeam.Common.xml" />
1818
</files>
1919
</package>

SubrealTeam.Common.sln

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.28307.705
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29102.190
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubrealTeam.Common", "SubrealTeam.Common.csproj", "{8DC2CB47-BB68-472E-870F-89B13D52CAA2}"
7-
EndProject
86
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CAFE27B-7A74-4C85-A1DA-449004E2BD96}"
97
ProjectSection(SolutionItems) = preProject
108
Nuget\build-nuget.bat = Nuget\build-nuget.bat
@@ -14,16 +12,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubRealTeam.Common.UnitTest
1412
EndProject
1513
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsole", "TestConsole\TestConsole.csproj", "{E478C9C2-0ED9-4386-B57E-4E7687C8A605}"
1614
EndProject
15+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubRealTeam.Common", "SubRealTeam.Common.csproj", "{8DC2CB47-BB68-472E-870F-89B13D52CAA2}"
16+
EndProject
1717
Global
1818
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1919
Debug|Any CPU = Debug|Any CPU
2020
Release|Any CPU = Release|Any CPU
2121
EndGlobalSection
2222
GlobalSection(ProjectConfigurationPlatforms) = postSolution
23-
{8DC2CB47-BB68-472E-870F-89B13D52CAA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24-
{8DC2CB47-BB68-472E-870F-89B13D52CAA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
25-
{8DC2CB47-BB68-472E-870F-89B13D52CAA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
26-
{8DC2CB47-BB68-472E-870F-89B13D52CAA2}.Release|Any CPU.Build.0 = Release|Any CPU
2723
{DE47AB90-4015-4F87-AC30-8DEE115577C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2824
{DE47AB90-4015-4F87-AC30-8DEE115577C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
2925
{DE47AB90-4015-4F87-AC30-8DEE115577C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -32,6 +28,10 @@ Global
3228
{E478C9C2-0ED9-4386-B57E-4E7687C8A605}.Debug|Any CPU.Build.0 = Debug|Any CPU
3329
{E478C9C2-0ED9-4386-B57E-4E7687C8A605}.Release|Any CPU.ActiveCfg = Release|Any CPU
3430
{E478C9C2-0ED9-4386-B57E-4E7687C8A605}.Release|Any CPU.Build.0 = Release|Any CPU
31+
{8DC2CB47-BB68-472E-870F-89B13D52CAA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32+
{8DC2CB47-BB68-472E-870F-89B13D52CAA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
33+
{8DC2CB47-BB68-472E-870F-89B13D52CAA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
34+
{8DC2CB47-BB68-472E-870F-89B13D52CAA2}.Release|Any CPU.Build.0 = Release|Any CPU
3535
EndGlobalSection
3636
GlobalSection(SolutionProperties) = preSolution
3737
HideSolutionNode = FALSE

TestConsole/TestConsole.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
<None Include="App.config" />
5151
</ItemGroup>
5252
<ItemGroup>
53-
<ProjectReference Include="..\SubrealTeam.Common.csproj">
53+
<ProjectReference Include="..\SubRealTeam.Common.csproj">
5454
<Project>{8dc2cb47-bb68-472e-870f-89b13d52caa2}</Project>
55-
<Name>SubrealTeam.Common</Name>
55+
<Name>SubRealTeam.Common</Name>
5656
</ProjectReference>
5757
</ItemGroup>
5858
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

UnitTests/SubrealTeam.Common.UnitTests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,13 @@
310310
<Reference Include="System" />
311311
</ItemGroup>
312312
<ItemGroup>
313-
<ProjectReference Include="..\SubrealTeam.Common.csproj">
314-
<Project>{8DC2CB47-BB68-472E-870F-89B13D52CAA2}</Project>
315-
<Name>SubrealTeam.Common</Name>
316-
</ProjectReference>
313+
<Content Include="packages.config" />
317314
</ItemGroup>
318315
<ItemGroup>
319-
<Content Include="packages.config" />
316+
<ProjectReference Include="..\SubRealTeam.Common.csproj">
317+
<Project>{8dc2cb47-bb68-472e-870f-89b13d52caa2}</Project>
318+
<Name>SubRealTeam.Common</Name>
319+
</ProjectReference>
320320
</ItemGroup>
321321
<Choose>
322322
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3')" />

0 commit comments

Comments
 (0)