Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
hlldz authored Nov 13, 2017
1 parent 43857b7 commit 7a840c0
Show file tree
Hide file tree
Showing 6 changed files with 606 additions and 0 deletions.
22 changes: 22 additions & 0 deletions SpookFlare.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpookFlare", "SpookFlare\SpookFlare.csproj", "{C5C74839-FDDB-4B80-B3F0-E8F53AFD8A49}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5C74839-FDDB-4B80-B3F0-E8F53AFD8A49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5C74839-FDDB-4B80-B3F0-E8F53AFD8A49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5C74839-FDDB-4B80-B3F0-E8F53AFD8A49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5C74839-FDDB-4B80-B3F0-E8F53AFD8A49}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions SpookFlare/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
Loading

0 comments on commit 7a840c0

Please sign in to comment.