diff options
author | Treeki <treeki@gmail.com> | 2016-06-30 04:00:55 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2016-06-30 04:00:55 +0200 |
commit | 4bb20b3e883912fc5468fe2492d9070cec9e367f (patch) | |
tree | f5d72a50c3d60d851ed8d7f6f754bab84fa8a8e0 /ArchBreaker.sln | |
download | ArchBreaker-4bb20b3e883912fc5468fe2492d9070cec9e367f.tar.gz ArchBreaker-4bb20b3e883912fc5468fe2492d9070cec9e367f.zip |
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
|