This commit is contained in:
2014-11-17 00:24:51 +01:00
commit 05390b4bdd
26 changed files with 14585 additions and 0 deletions

20
CobXmlSupport.sln Normal file
View File

@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CobXmlSupport", "CobXmlSupport\CobXmlSupport.csproj", "{847B8069-1ED4-41A8-B17D-EA6F596895D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{847B8069-1ED4-41A8-B17D-EA6F596895D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{847B8069-1ED4-41A8-B17D-EA6F596895D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{847B8069-1ED4-41A8-B17D-EA6F596895D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{847B8069-1ED4-41A8-B17D-EA6F596895D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal