Skip to content

Commit abdbbd8

Browse files
Sample organization.
Some samples never actually made their way into the main solution file. Reorganize things a bit so it's easier to review sample names. Remove ancient WebApplication sample which isn't really relevant anymore.
1 parent 72c39bb commit abdbbd8

20 files changed

+88
-827
lines changed

OpticalCharacterRecognition/AddTextToDocument/AddTextToDocument.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
7-
<ProjectGuid>{a1a2f184-6250-4843-8d6b-3a72776dd27d}</ProjectGuid>
7+
<ProjectGuid>{F69F3E92-2388-4702-813C-CE25CCB3FAEC}</ProjectGuid>
88
<OutputType>Exe</OutputType>
99
<RootNamespace>AddTextToDocument</RootNamespace>
1010
<AssemblyName>AddTextToDocument</AssemblyName>

OpticalCharacterRecognition/AddTextToDocument/AddTextToDocument.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.33328.57
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddTextToDocument", "AddTextToDocument.csproj", "{a1a2f184-6250-4843-8d6b-3a72776dd27d}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddTextToDocument", "AddTextToDocument.csproj", "{F69F3E92-2388-4702-813C-CE25CCB3FAEC}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|x64 = Debug|x64
1111
Release|x64 = Release|x64
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{a1a2f184-6250-4843-8d6b-3a72776dd27d}.Debug|x64.ActiveCfg = Debug|x64
15-
{a1a2f184-6250-4843-8d6b-3a72776dd27d}.Debug|x64.Build.0 = Debug|x64
16-
{a1a2f184-6250-4843-8d6b-3a72776dd27d}.Release|x64.ActiveCfg = Release|x64
17-
{a1a2f184-6250-4843-8d6b-3a72776dd27d}.Release|x64.Build.0 = Release|x64
14+
{F69F3E92-2388-4702-813C-CE25CCB3FAEC}.Debug|x64.ActiveCfg = Debug|x64
15+
{F69F3E92-2388-4702-813C-CE25CCB3FAEC}.Debug|x64.Build.0 = Debug|x64
16+
{F69F3E92-2388-4702-813C-CE25CCB3FAEC}.Release|x64.ActiveCfg = Release|x64
17+
{F69F3E92-2388-4702-813C-CE25CCB3FAEC}.Release|x64.Build.0 = Release|x64
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

Other/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ This sample illustrates how to utilize memory only for processing temporary file
44
## ***StreamIO***
55
Reads a PDF document from a stream and writes one to a stream.
66

7-
## ***WebApplication***
8-
This sample illustrates using the PDF Library as part of a simple ASP.NET web application.

Other/WebApplication/WebApplication/About.aspx.cs

Lines changed: 0 additions & 17 deletions
This file was deleted.

Other/WebApplication/WebApplication/About.aspx.designer.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

Other/WebApplication/WebApplication/Account/ChangePassword.aspx.cs

Lines changed: 0 additions & 17 deletions
This file was deleted.

Other/WebApplication/WebApplication/Account/ChangePassword.aspx.designer.cs

Lines changed: 0 additions & 24 deletions
This file was deleted.

Other/WebApplication/WebApplication/Account/ChangePasswordSuccess.aspx.cs

Lines changed: 0 additions & 17 deletions
This file was deleted.

Other/WebApplication/WebApplication/Account/ChangePasswordSuccess.aspx.designer.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

Other/WebApplication/WebApplication/Account/Login.aspx.cs

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)