-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
baltasar
authored and
baltasar
committed
Sep 21, 2024
1 parent
8b1b5f3
commit 84ce967
Showing
74 changed files
with
11,797 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.