diff options
author | heqnx <root@heqnx.com> | 2025-05-02 13:06:42 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-02 13:06:42 +0300 |
commit | 769db61e21ff9a1456d9b695375e0b5f1c0d9d36 (patch) | |
tree | c156c434818100dfb3cb28f7e8d79fa527eea024 /SharpAMSIGhosting.sln | |
parent | a7e23d3084405f78ca1e4dbf44feffc7d85ac133 (diff) | |
download | SharpAMSIGhosting-769db61e21ff9a1456d9b695375e0b5f1c0d9d36.tar.gz SharpAMSIGhosting-769db61e21ff9a1456d9b695375e0b5f1c0d9d36.zip |
initial commit
Diffstat (limited to 'SharpAMSIGhosting.sln')
-rw-r--r-- | SharpAMSIGhosting.sln | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/SharpAMSIGhosting.sln b/SharpAMSIGhosting.sln new file mode 100644 index 0000000..d7e0e9e --- /dev/null +++ b/SharpAMSIGhosting.sln @@ -0,0 +1,37 @@ +
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.13.35931.197 d17.13
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpAMSIGhosting", "SharpAMSIGhosting\SharpAMSIGhosting.csproj", "{8A92D4B7-C956-445D-9F51-3287FDC7F522}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|Any CPU = Release|Any CPU
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {8A92D4B7-C956-445D-9F51-3287FDC7F522}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8A92D4B7-C956-445D-9F51-3287FDC7F522}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8A92D4B7-C956-445D-9F51-3287FDC7F522}.Debug|x64 CPU.ActiveCfg = Debug|x64
+ {8A92D4B7-C956-445D-9F51-3287FDC7F522}.Debug|x64 CPU.Build.0 = Debug|x64
+ {8A92D4B7-C956-445D-9F51-3287FDC7F522}.Debug|x86 CPU.ActiveCfg = Debug|x86
+ {8A92D4B7-C956-445D-9F51-3287FDC7F522}.Debug|x86 CPU.Build.0 = Debug|x86
+ {8A92D4B7-C956-445D-9F51-3287FDC7F522}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8A92D4B7-C956-445D-9F51-3287FDC7F522}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8A92D4B7-C956-445D-9F51-3287FDC7F522}.Release|x64 CPU.ActiveCfg = Release|x64
+ {8A92D4B7-C956-445D-9F51-3287FDC7F522}.Release|x64 CPU.Build.0 = Release|x64
+ {8A92D4B7-C956-445D-9F51-3287FDC7F522}.Release|x86 CPU.ActiveCfg = Release|x86
+ {8A92D4B7-C956-445D-9F51-3287FDC7F522}.Release|x86 CPU.Build.0 = Release|x86
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {BE36A9FC-9412-4596-84C2-1D5F4E056CA2}
+ EndGlobalSection
+EndGlobal
|