Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

CLI is complete, Tests are working. #1

Merged
merged 10 commits into from
Aug 11, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*.exe
obj
bin
*.suo
TestResult.xml
*VisualState*
4 changes: 2 additions & 2 deletions EVE-Val SQL to YAML Tool/EVE-Val SQL to YAML Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SQLToYAML\SQLToYAML.csproj">
<ProjectReference Include="..\SQLToYAML\ExtractorLib.csproj">
<Project>{E271FABA-D0CE-4FCF-88F5-8925A22B0053}</Project>
<Name>SQLToYAML</Name>
<Name>ExtractorLib</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
14 changes: 13 additions & 1 deletion EVE-Val SQL to YAML Tool/EVE-Val SQL to YAML Tool.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EVE-Val SQL to YAML Tool", "EVE-Val SQL to YAML Tool.csproj", "{57582151-8AA3-4C79-AEEE-04BF79A2857E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLToYAML", "..\SQLToYAML\SQLToYAML.csproj", "{E271FABA-D0CE-4FCF-88F5-8925A22B0053}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtractorLib", "..\SQLToYAML\ExtractorLib.csproj", "{E271FABA-D0CE-4FCF-88F5-8925A22B0053}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQL To YAML CLI", "SQL To YAML CLI\SQL To YAML CLI.csproj", "{D58D13DD-BBDE-468C-9DFE-A55FF27F8381}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtractorLibTest", "..\ExtractorLibTest\ExtractorLibTest.csproj", "{E488FA39-D416-4EDE-A6ED-59B1D532A6A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -47,6 +49,16 @@ Global
{D58D13DD-BBDE-468C-9DFE-A55FF27F8381}.Release|Mixed Platforms.Build.0 = Release|x86
{D58D13DD-BBDE-468C-9DFE-A55FF27F8381}.Release|x86.ActiveCfg = Release|x86
{D58D13DD-BBDE-468C-9DFE-A55FF27F8381}.Release|x86.Build.0 = Release|x86
{E488FA39-D416-4EDE-A6ED-59B1D532A6A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E488FA39-D416-4EDE-A6ED-59B1D532A6A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E488FA39-D416-4EDE-A6ED-59B1D532A6A0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E488FA39-D416-4EDE-A6ED-59B1D532A6A0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E488FA39-D416-4EDE-A6ED-59B1D532A6A0}.Debug|x86.ActiveCfg = Debug|Any CPU
{E488FA39-D416-4EDE-A6ED-59B1D532A6A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E488FA39-D416-4EDE-A6ED-59B1D532A6A0}.Release|Any CPU.Build.0 = Release|Any CPU
{E488FA39-D416-4EDE-A6ED-59B1D532A6A0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E488FA39-D416-4EDE-A6ED-59B1D532A6A0}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E488FA39-D416-4EDE-A6ED-59B1D532A6A0}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file not shown.
Loading