This commit is contained in:
rlv-dan
2017-04-22 17:40:03 +02:00
parent ff20c7305f
commit 7b9f51ceb9
21 changed files with 5771 additions and 0 deletions

20
Snap2HTML.sln Normal file
View File

@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Snap2HTML", "Snap2HTML\Snap2HTML.csproj", "{04CDFDC2-534E-443D-B75D-A7A0F19B4008}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04CDFDC2-534E-443D-B75D-A7A0F19B4008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04CDFDC2-534E-443D-B75D-A7A0F19B4008}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04CDFDC2-534E-443D-B75D-A7A0F19B4008}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04CDFDC2-534E-443D-B75D-A7A0F19B4008}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal