Skip to content

Commit

Permalink
Aggiungere i file di progetto.
Browse files Browse the repository at this point in the history
  • Loading branch information
baltasar authored and baltasar committed Sep 21, 2024
1 parent 8b1b5f3 commit 84ce967
Show file tree
Hide file tree
Showing 74 changed files with 11,797 additions and 0 deletions.
33 changes: 33 additions & 0 deletions segugio.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33328.57
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "segugio2", "segugio\segugio2.csproj", "{92BE4C1E-CDE8-4F13-8FBB-E5B9445B5077}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B4C869D-CE20-45B9-A082-F7C99AD5250A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92BE4C1E-CDE8-4F13-8FBB-E5B9445B5077}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92BE4C1E-CDE8-4F13-8FBB-E5B9445B5077}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92BE4C1E-CDE8-4F13-8FBB-E5B9445B5077}.Debug|x64.ActiveCfg = Debug|x64
{92BE4C1E-CDE8-4F13-8FBB-E5B9445B5077}.Debug|x64.Build.0 = Debug|x64
{92BE4C1E-CDE8-4F13-8FBB-E5B9445B5077}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92BE4C1E-CDE8-4F13-8FBB-E5B9445B5077}.Release|Any CPU.Build.0 = Release|Any CPU
{92BE4C1E-CDE8-4F13-8FBB-E5B9445B5077}.Release|x64.ActiveCfg = Release|x64
{92BE4C1E-CDE8-4F13-8FBB-E5B9445B5077}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1287E09F-B3B5-4CD2-A937-344329A4EDEE}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions segugio/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.7.2" />
</startup>
</configuration>
Loading

0 comments on commit 84ce967

Please sign in to comment.