Skip to content

Commit 74f5d46

Browse files
author
Oren (electricessence)
committed
Moved tests.
1 parent 30ecd7d commit 74f5d46

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Open.Text.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.30204.135
55
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
86
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.Text", "Source\Open.Text.csproj", "{3C245F69-844A-4DC9-93E7-C02545B013C0}"
97
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.Text.Tests", "Tests\Open.Text.Tests.csproj", "{C5BB368A-90CC-4DDA-B587-DAE590308F08}"
9+
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1212
Debug|Any CPU = Debug|Any CPU
1313
Release|Any CPU = Release|Any CPU
1414
EndGlobalSection
1515
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
2016
{3C245F69-844A-4DC9-93E7-C02545B013C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2117
{3C245F69-844A-4DC9-93E7-C02545B013C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
2218
{3C245F69-844A-4DC9-93E7-C02545B013C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
2319
{3C245F69-844A-4DC9-93E7-C02545B013C0}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{C5BB368A-90CC-4DDA-B587-DAE590308F08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{C5BB368A-90CC-4DDA-B587-DAE590308F08}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{C5BB368A-90CC-4DDA-B587-DAE590308F08}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{C5BB368A-90CC-4DDA-B587-DAE590308F08}.Release|Any CPU.Build.0 = Release|Any CPU
2424
EndGlobalSection
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE

Tests/Open.Text.Tests/Open.Text.Tests.csproj renamed to Tests/Open.Text.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<ProjectReference Include="..\..\Source\Open.Text.csproj" />
17+
<ProjectReference Include="..\Source\Open.Text.csproj" />
1818
</ItemGroup>
1919

2020
</Project>

0 commit comments

Comments
 (0)