diff --git a/tools/config/.gitignore b/tools/config/.gitignore new file mode 100644 index 0000000..7645b76 --- /dev/null +++ b/tools/config/.gitignore @@ -0,0 +1,15 @@ +*.suo +*.o +*.obj +*.pdb +*.lib +*.exp +[Dd]ebug/ +[Rr]elease/ +[Oo]bj/ +*.user +*.ipch +.vs/ +*.vcxproj +*.filters +*.pubxml diff --git a/tools/config/TRX_ConfigToolLib.sln b/tools/config/TRX_ConfigToolLib.sln new file mode 100644 index 0000000..efff011 --- /dev/null +++ b/tools/config/TRX_ConfigToolLib.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.11.35219.272 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TRX_ConfigToolLib", "TRX_ConfigToolLib\TRX_ConfigToolLib.csproj", "{27F08E8C-2910-4682-B8BC-96ED4C1ECE54}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {27F08E8C-2910-4682-B8BC-96ED4C1ECE54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {27F08E8C-2910-4682-B8BC-96ED4C1ECE54}.Debug|Any CPU.Build.0 = Debug|Any CPU + {27F08E8C-2910-4682-B8BC-96ED4C1ECE54}.Release|Any CPU.ActiveCfg = Release|Any CPU + {27F08E8C-2910-4682-B8BC-96ED4C1ECE54}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {BA21B1D5-1CC7-4ED8-8C79-A1A5B0ACC840} + EndGlobalSection +EndGlobal diff --git a/tools/config/TRX_ConfigToolLib/Controls/AboutWindow.xaml b/tools/config/TRX_ConfigToolLib/Controls/AboutWindow.xaml new file mode 100644 index 0000000..13e1b0f --- /dev/null +++ b/tools/config/TRX_ConfigToolLib/Controls/AboutWindow.xaml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +