Skip to content

Commit 940e789

Browse files
author
Oren (electricessence)
committed
Cleanup of project file. Added solution.
1 parent 64e7073 commit 940e789

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

Open.Text.sln

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30204.135
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.Text.Tests", "Tests\Open.Text.Tests\Open.Text.Tests.csproj", "{7487A230-4C87-450D-985E-F6DA784B0A63}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.Text", "Source\Open.Text.csproj", "{3C245F69-844A-4DC9-93E7-C02545B013C0}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{7487A230-4C87-450D-985E-F6DA784B0A63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{7487A230-4C87-450D-985E-F6DA784B0A63}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{7487A230-4C87-450D-985E-F6DA784B0A63}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{7487A230-4C87-450D-985E-F6DA784B0A63}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{3C245F69-844A-4DC9-93E7-C02545B013C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{3C245F69-844A-4DC9-93E7-C02545B013C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{3C245F69-844A-4DC9-93E7-C02545B013C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{3C245F69-844A-4DC9-93E7-C02545B013C0}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {E4D180B1-0EE4-4265-B49E-EC5B6A9AFAA3}
30+
EndGlobalSection
31+
EndGlobal

Source/Open.Text.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Part of the "Open" set of libraries.
1515
<RepositoryUrl>https://github.com/Open-NET-Libraries/Open.Text</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>dotnet, dotnetcore, string, text, format, stringbuilder, extensions</PackageTags>
18-
<Version>2.3.0</Version>
18+
<Version>2.3.1</Version>
1919
<PackageReleaseNotes></PackageReleaseNotes>
2020
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2121
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -29,10 +29,8 @@ Part of the "Open" set of libraries.
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<None Remove=".editorconfig" />
3332
<None Remove=".git" />
3433
<None Remove=".gitignore" />
35-
<AdditionalFiles Include=".editorconfig" />
3634
<None Include="logo.png">
3735
<Pack>True</Pack>
3836
<PackagePath></PackagePath>

0 commit comments

Comments
 (0)