From acca3401d65fb826a38372f11fe68488d6076b92 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 13 May 2017 19:08:44 +0200 Subject: [PATCH] Add project files. --- Maki.sln | 22 ++++++++++++++++++++++ Maki/App.config | 6 ++++++ Maki/Maki.csproj | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 Maki.sln create mode 100644 Maki/App.config create mode 100644 Maki/Maki.csproj diff --git a/Maki.sln b/Maki.sln new file mode 100644 index 0000000..27135d6 --- /dev/null +++ b/Maki.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26403.7 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maki", "Maki\Maki.csproj", "{4DC6C0A6-520E-4A0A-9A47-3515458B44A2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4DC6C0A6-520E-4A0A-9A47-3515458B44A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4DC6C0A6-520E-4A0A-9A47-3515458B44A2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4DC6C0A6-520E-4A0A-9A47-3515458B44A2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4DC6C0A6-520E-4A0A-9A47-3515458B44A2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Maki/App.config b/Maki/App.config new file mode 100644 index 0000000..b50c74f --- /dev/null +++ b/Maki/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Maki/Maki.csproj b/Maki/Maki.csproj new file mode 100644 index 0000000..57c5689 --- /dev/null +++ b/Maki/Maki.csproj @@ -0,0 +1,38 @@ + + + + + Debug + AnyCPU + {4DC6C0A6-520E-4A0A-9A47-3515458B44A2} + Exe + Maki + Maki + v4.6.2 + 512 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + \ No newline at end of file