Skip to content

Commit

Permalink
Sql Project
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanjofigue97 committed Apr 14, 2024
1 parent 243162e commit 2d726bf
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OwnProjects/SQL/SqlLiteToMysqlApp/SqlLiteToMysql/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
25 changes: 25 additions & 0 deletions OwnProjects/SQL/SqlLiteToMysqlApp/SqlLiteToMysqlApp.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlLiteToMysql", "SqlLiteToMysql\SqlLiteToMysql.csproj", "{1909CD65-2CC5-44CD-B9FF-6F07A4378F09}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1909CD65-2CC5-44CD-B9FF-6F07A4378F09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1909CD65-2CC5-44CD-B9FF-6F07A4378F09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1909CD65-2CC5-44CD-B9FF-6F07A4378F09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1909CD65-2CC5-44CD-B9FF-6F07A4378F09}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EFEF555C-6FA4-4630-B8DF-E0D2967E0DB1}
EndGlobalSection
EndGlobal

0 comments on commit 2d726bf

Please sign in to comment.