Skip to content

Commit

Permalink
Aggiunti file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmatteo Palmieri committed Jul 5, 2016
1 parent 1b25553 commit 54f246c
Show file tree
Hide file tree
Showing 18 changed files with 15,807 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Kryptonite.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.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kryptonite", "Kryptonite\Kryptonite.csproj", "{349103D0-4358-4BF8-B30C-0B99B6973469}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{349103D0-4358-4BF8-B30C-0B99B6973469}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{349103D0-4358-4BF8-B30C-0B99B6973469}.Debug|Any CPU.Build.0 = Debug|Any CPU
{349103D0-4358-4BF8-B30C-0B99B6973469}.Release|Any CPU.ActiveCfg = Release|Any CPU
{349103D0-4358-4BF8-B30C-0B99B6973469}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions Kryptonite/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>
1,319 changes: 1,319 additions & 0 deletions Kryptonite/Form2.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 54f246c

Please sign in to comment.