Initial commit

This commit is contained in:
AJ
2018-08-31 07:25:48 -04:00
commit adecdc13e5
76 changed files with 7005 additions and 0 deletions

34
PepLib.sln Normal file
View File

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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PepLib", "PepLib\PepLib.csproj", "{22360453-B878-49FA-A5DC-0D9C577DE902}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PepLib.Dxf", "PepLib.Dxf\PepLib.Dxf.csproj", "{E15A7403-B16D-4D11-A061-2F5E98DF36B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PepLib.UI", "PepLib.UI\PepLib.UI.csproj", "{7A7D21F5-8EF1-4A63-A65B-86D10BEDFC2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22360453-B878-49FA-A5DC-0D9C577DE902}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22360453-B878-49FA-A5DC-0D9C577DE902}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22360453-B878-49FA-A5DC-0D9C577DE902}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22360453-B878-49FA-A5DC-0D9C577DE902}.Release|Any CPU.Build.0 = Release|Any CPU
{E15A7403-B16D-4D11-A061-2F5E98DF36B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E15A7403-B16D-4D11-A061-2F5E98DF36B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E15A7403-B16D-4D11-A061-2F5E98DF36B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E15A7403-B16D-4D11-A061-2F5E98DF36B0}.Release|Any CPU.Build.0 = Release|Any CPU
{7A7D21F5-8EF1-4A63-A65B-86D10BEDFC2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A7D21F5-8EF1-4A63-A65B-86D10BEDFC2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A7D21F5-8EF1-4A63-A65B-86D10BEDFC2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A7D21F5-8EF1-4A63-A65B-86D10BEDFC2A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal