From 7a8daa6ab8edf041870dbc4a5ef1fdf98f109cfd Mon Sep 17 00:00:00 2001 From: oistig Date: Thu, 9 Oct 2025 17:01:54 +0200 Subject: [PATCH] le sln --- PyroFetes.sln | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 PyroFetes.sln diff --git a/PyroFetes.sln b/PyroFetes.sln new file mode 100644 index 0000000..2918820 --- /dev/null +++ b/PyroFetes.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PyroFetes", "PyroFetes\PyroFetes.csproj", "{23E11090-EC39-414E-B2A7-FEF96FE729E3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {23E11090-EC39-414E-B2A7-FEF96FE729E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {23E11090-EC39-414E-B2A7-FEF96FE729E3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {23E11090-EC39-414E-B2A7-FEF96FE729E3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {23E11090-EC39-414E-B2A7-FEF96FE729E3}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal