Skip to content

Commit

Permalink
Merge pull request #46 from datalogics-josepha/organize
Browse files Browse the repository at this point in the history
Main solution cleanup.
  • Loading branch information
datalogics-robl authored Jan 24, 2025
2 parents 72c39bb + abdbbd8 commit 88aa98a
Show file tree
Hide file tree
Showing 20 changed files with 88 additions and 827 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
<ProjectGuid>{a1a2f184-6250-4843-8d6b-3a72776dd27d}</ProjectGuid>
<ProjectGuid>{F69F3E92-2388-4702-813C-CE25CCB3FAEC}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>AddTextToDocument</RootNamespace>
<AssemblyName>AddTextToDocument</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33328.57
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddTextToDocument", "AddTextToDocument.csproj", "{a1a2f184-6250-4843-8d6b-3a72776dd27d}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddTextToDocument", "AddTextToDocument.csproj", "{F69F3E92-2388-4702-813C-CE25CCB3FAEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{a1a2f184-6250-4843-8d6b-3a72776dd27d}.Debug|x64.ActiveCfg = Debug|x64
{a1a2f184-6250-4843-8d6b-3a72776dd27d}.Debug|x64.Build.0 = Debug|x64
{a1a2f184-6250-4843-8d6b-3a72776dd27d}.Release|x64.ActiveCfg = Release|x64
{a1a2f184-6250-4843-8d6b-3a72776dd27d}.Release|x64.Build.0 = Release|x64
{F69F3E92-2388-4702-813C-CE25CCB3FAEC}.Debug|x64.ActiveCfg = Debug|x64
{F69F3E92-2388-4702-813C-CE25CCB3FAEC}.Debug|x64.Build.0 = Debug|x64
{F69F3E92-2388-4702-813C-CE25CCB3FAEC}.Release|x64.ActiveCfg = Release|x64
{F69F3E92-2388-4702-813C-CE25CCB3FAEC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 0 additions & 2 deletions Other/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ This sample illustrates how to utilize memory only for processing temporary file
## ***StreamIO***
Reads a PDF document from a stream and writes one to a stream.

## ***WebApplication***
This sample illustrates using the PDF Library as part of a simple ASP.NET web application.
17 changes: 0 additions & 17 deletions Other/WebApplication/WebApplication/About.aspx.cs

This file was deleted.

15 changes: 0 additions & 15 deletions Other/WebApplication/WebApplication/About.aspx.designer.cs

This file was deleted.

17 changes: 0 additions & 17 deletions Other/WebApplication/WebApplication/Account/ChangePassword.aspx.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions Other/WebApplication/WebApplication/Account/Login.aspx.cs

This file was deleted.

33 changes: 0 additions & 33 deletions Other/WebApplication/WebApplication/Account/Login.aspx.designer.cs

This file was deleted.

32 changes: 0 additions & 32 deletions Other/WebApplication/WebApplication/Account/Register.aspx.cs

This file was deleted.

This file was deleted.

Loading

0 comments on commit 88aa98a

Please sign in to comment.