Skip to content

Commit 8ef5c67

Browse files
authored
Revert "Added FastColoredTextBox to Project Solution (#160)" (#161)
This reverts commit 4c19317.
1 parent 4c19317 commit 8ef5c67

26 files changed

+11
-3348
lines changed

.gitignore

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,15 @@
1111
*.userprefs
1212

1313
# Build results
14+
[Dd]ebug/
1415
[Dd]ebugPublic/
16+
[Rr]elease/
17+
[Rr]eleases/
18+
x64/
19+
x86/
1520
bld/
21+
[Bb]in/
22+
[Oo]bj/
1623
[Ll]og/
1724

1825
# Visual Studio 2015 cache/options directory
@@ -251,4 +258,4 @@ paket-files/
251258

252259
# Python Tools for Visual Studio (PTVS)
253260
__pycache__/
254-
*.pyc
261+
*.pyc

FastColoredTextBox

-1
This file was deleted.

Notepad-Sharp.sln

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.9.34728.123
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29215.179
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notepad-Sharp", "Notepad-Sharp\Notepad-Sharp.csproj", "{2D886A7B-5A05-418E-8598-1E93D49321B5}"
7-
ProjectSection(ProjectDependencies) = postProject
8-
{6DD14A85-CCFC-4774-BD26-0F5772512319} = {6DD14A85-CCFC-4774-BD26-0F5772512319}
9-
EndProjectSection
10-
EndProject
11-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastColoredTextBox", "FastColoredTextBox\FastColoredTextBox\FastColoredTextBox.csproj", "{6DD14A85-CCFC-4774-BD26-0F5772512319}"
127
EndProject
138
Global
149
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,10 +15,6 @@ Global
2015
{2D886A7B-5A05-418E-8598-1E93D49321B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
2116
{2D886A7B-5A05-418E-8598-1E93D49321B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
2217
{2D886A7B-5A05-418E-8598-1E93D49321B5}.Release|Any CPU.Build.0 = Release|Any CPU
23-
{6DD14A85-CCFC-4774-BD26-0F5772512319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24-
{6DD14A85-CCFC-4774-BD26-0F5772512319}.Debug|Any CPU.Build.0 = Debug|Any CPU
25-
{6DD14A85-CCFC-4774-BD26-0F5772512319}.Release|Any CPU.ActiveCfg = Release|Any CPU
26-
{6DD14A85-CCFC-4774-BD26-0F5772512319}.Release|Any CPU.Build.0 = Release|Any CPU
2718
EndGlobalSection
2819
GlobalSection(SolutionProperties) = preSolution
2920
HideSolutionNode = FALSE

Notepad-Sharp/Notepad-Sharp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<ItemGroup>
5252
<Reference Include="FastColoredTextBox, Version=2.16.26.0, Culture=neutral, PublicKeyToken=fb8aa12b994ef61b, processorArchitecture=MSIL">
5353
<SpecificVersion>False</SpecificVersion>
54-
<HintPath>..\FastColoredTextBox\FastColoredTextBox\bin\Debug\FastColoredTextBox.dll</HintPath>
54+
<HintPath>Resources\FastColoredTextBox.dll</HintPath>
5555
</Reference>
5656
<Reference Include="System" />
5757
<Reference Include="System.Configuration" />
-403 KB
Binary file not shown.

Notepad-Sharp/bin/Debug/Essay_Analysis_Tool.exe.config

-14
This file was deleted.
-327 KB
Binary file not shown.

0 commit comments

Comments
 (0)