Skip to content

Commit 436c835

Browse files
committed
Removed Test Project
1 parent 16f1371 commit 436c835

File tree

4 files changed

+0
-63
lines changed

4 files changed

+0
-63
lines changed

Diff for: Grepolib Test/Grepolib Test.csproj

-12
This file was deleted.

Diff for: Grepolib Test/Program.cs

-44
This file was deleted.

Diff for: Grepolib.sln

-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ VisualStudioVersion = 15.0.26228.4
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grepolib", "Grepolib\Grepolib.csproj", "{1DD29A37-9E5A-421F-B215-880F6D8624DE}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grepolib Test", "Grepolib Test\Grepolib Test.csproj", "{D594CE57-EFDF-4132-96CF-F7B143698B24}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
@@ -17,10 +15,6 @@ Global
1715
{1DD29A37-9E5A-421F-B215-880F6D8624DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
1816
{1DD29A37-9E5A-421F-B215-880F6D8624DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
1917
{1DD29A37-9E5A-421F-B215-880F6D8624DE}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{D594CE57-EFDF-4132-96CF-F7B143698B24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{D594CE57-EFDF-4132-96CF-F7B143698B24}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{D594CE57-EFDF-4132-96CF-F7B143698B24}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{D594CE57-EFDF-4132-96CF-F7B143698B24}.Release|Any CPU.Build.0 = Release|Any CPU
2418
EndGlobalSection
2519
GlobalSection(SolutionProperties) = preSolution
2620
HideSolutionNode = FALSE

Diff for: Grepolib/Data.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Grepolib.Objects;
2-
using Grepolib.Objects.Enum;
32
using System;
43
using System.Collections.Generic;
54
using System.IO;

0 commit comments

Comments
 (0)