commit 2d2535f3513dd01abb45476f613e2526aea2b271 Author: littlefoot Date: Wed Oct 13 09:17:37 2021 -0400 initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/PetriePanel.sln b/PetriePanel.sln new file mode 100644 index 0000000..1a471c5 --- /dev/null +++ b/PetriePanel.sln @@ -0,0 +1,10 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + EndGlobalSection +EndGlobal