Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main solution cleanup. #46

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading