implemented resource parser logic as a test spike

This commit is contained in:
Christian Resma Helle
2012-11-07 22:53:54 +01:00
parent 79fe714b5b
commit 1559769152
30 changed files with 16298 additions and 144 deletions
@@ -1,8 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReswCodeGen.Core", "ReswCodeGen.Core\ReswCodeGen.Core.csproj", "{53912EB5-C7DD-486F-9293-8B485AEB0366}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReswCodeGen.CustomTool", "ReswCodeGen.CustomTool\ReswCodeGen.CustomTool.csproj", "{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReswCodeGen.Tests", "ReswCodeGen.Tests\ReswCodeGen.Tests.csproj", "{B56DDC92-E86D-46AA-BE28-7ACA670EE9CE}"
@@ -13,10 +11,6 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53912EB5-C7DD-486F-9293-8B485AEB0366}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53912EB5-C7DD-486F-9293-8B485AEB0366}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53912EB5-C7DD-486F-9293-8B485AEB0366}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53912EB5-C7DD-486F-9293-8B485AEB0366}.Release|Any CPU.Build.0 = Release|Any CPU
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.Release|Any CPU.ActiveCfg = Release|Any CPU