From 2d2535f3513dd01abb45476f613e2526aea2b271 Mon Sep 17 00:00:00 2001 From: littlefoot Date: Wed, 13 Oct 2021 09:17:37 -0400 Subject: [PATCH] initial --- .gitignore | 1 + PetriePanel.sln | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 PetriePanel.sln 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