diff options
Diffstat (limited to '')
-rwxr-xr-x | ArchBreaker.sln | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ArchBreaker.sln b/ArchBreaker.sln new file mode 100755 index 0000000..4d30e5c --- /dev/null +++ b/ArchBreaker.sln @@ -0,0 +1,22 @@ +
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 14
+VisualStudioVersion = 14.0.25123.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArchBreaker", "ArchBreaker.csproj", "{1961BA9D-8BDF-4DEC-A7E5-F60469411E94}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {1961BA9D-8BDF-4DEC-A7E5-F60469411E94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {1961BA9D-8BDF-4DEC-A7E5-F60469411E94}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {1961BA9D-8BDF-4DEC-A7E5-F60469411E94}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {1961BA9D-8BDF-4DEC-A7E5-F60469411E94}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|