Commit for development environment setup

This commit is contained in:
2023-06-19 16:12:33 -04:00
parent be72063a3c
commit bbce2ad0a6
2209 changed files with 1171775 additions and 625 deletions

View File

@@ -0,0 +1,34 @@

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FindDifferences", "FindDifferences\FindDifferences.csproj", "{82A5D621-315D-4059-8F01-245349D52438}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MergePDFs", "MergePDFs\MergePDFs.csproj", "{EDE182A0-5D65-48E4-909D-04902B462AF8}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82A5D621-315D-4059-8F01-245349D52438}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82A5D621-315D-4059-8F01-245349D52438}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82A5D621-315D-4059-8F01-245349D52438}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82A5D621-315D-4059-8F01-245349D52438}.Release|Any CPU.Build.0 = Release|Any CPU
{EDE182A0-5D65-48E4-909D-04902B462AF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDE182A0-5D65-48E4-909D-04902B462AF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDE182A0-5D65-48E4-909D-04902B462AF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDE182A0-5D65-48E4-909D-04902B462AF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal