diff options
| author | 2026-03-16 16:03:52 -0400 | |
|---|---|---|
| committer | 2026-03-16 16:03:52 -0400 | |
| commit | a6fcd3f4c75651e08c4392dea8a77b7fed1c2fe5 (patch) | |
| tree | be60df9efc6961ceb2e96b8411a688ec4e5ed4d6 /WorldTuningTool.sln | |
| download | WorldTuningTool-a6fcd3f4c75651e08c4392dea8a77b7fed1c2fe5.tar.gz WorldTuningTool-a6fcd3f4c75651e08c4392dea8a77b7fed1c2fe5.tar.bz2 WorldTuningTool-a6fcd3f4c75651e08c4392dea8a77b7fed1c2fe5.zip | |
Outline of new features
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'WorldTuningTool.sln')
| -rwxr-xr-x | WorldTuningTool.sln | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/WorldTuningTool.sln b/WorldTuningTool.sln new file mode 100755 index 0000000..052a1c4 --- /dev/null +++ b/WorldTuningTool.sln @@ -0,0 +1,22 @@ +
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.12.35514.174 d17.12
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("F2C49107-DDB9-415B-9A7F-DE6B9BA1E104") = "WorldTuningTool", "WorldTuningTool.csproj", "{E9DE1105-BC7A-4753-9181-E7DA03727E54}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {E9DE1105-BC7A-4753-9181-E7DA03727E54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E9DE1105-BC7A-4753-9181-E7DA03727E54}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E9DE1105-BC7A-4753-9181-E7DA03727E54}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E9DE1105-BC7A-4753-9181-E7DA03727E54}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|