Skip to content

Commit

Permalink
Remove 'Weelink-IT' prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
weelink committed Jun 20, 2019
1 parent fea4847 commit 9e50e54
Show file tree
Hide file tree
Showing 90 changed files with 644 additions and 654 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/src/Weelink-IT.FluentSQL.Tests/bin/Debug/netcoreapp2.1/Weelink-IT.FluentSQL.Tests.dll",
"program": "${workspaceFolder}/src/FluentSQL.Tests/bin/Debug/netcoreapp2.1/FluentSQL.Tests.dll",
"args": [],
"cwd": "${workspaceFolder}/src/Weelink-IT.FluentSQL.Tests",
"cwd": "${workspaceFolder}/src/FluentSQL.Tests",
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
"console": "internalConsole",
"stopAtEntry": false
Expand Down
6 changes: 3 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/src/Weelink-IT.FluentSQL.Tests/Weelink-IT.FluentSQL.Tests.csproj"
"${workspaceFolder}/src/FluentSQL.Tests/FluentSQL.Tests.csproj"
],
"problemMatcher": "$tsc"
},
Expand All @@ -17,7 +17,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/src/Weelink-IT.FluentSQL.Tests/Weelink-IT.FluentSQL.Tests.csproj"
"${workspaceFolder}/src/FluentSQL.Tests/FluentSQL.Tests.csproj"
],
"problemMatcher": "$tsc"
},
Expand All @@ -28,7 +28,7 @@
"args": [
"watch",
"run",
"${workspaceFolder}/src/Weelink-IT.FluentSQL.Tests/Weelink-IT.FluentSQL.Tests.csproj"
"${workspaceFolder}/src/FluentSQL.Tests/FluentSQL.Tests.csproj"
],
"problemMatcher": "$tsc"
}
Expand Down
31 changes: 31 additions & 0 deletions FluentSQL.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentSQL", "src\FluentSQL\FluentSQL.csproj", "{800CCADC-4D2E-46B9-BBCA-615460EC0BE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentSQL.Tests", "src\FluentSQL.Tests\FluentSQL.Tests.csproj", "{19D00F63-693F-4EFA-AA6C-B106291C9A6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{800CCADC-4D2E-46B9-BBCA-615460EC0BE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{800CCADC-4D2E-46B9-BBCA-615460EC0BE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{800CCADC-4D2E-46B9-BBCA-615460EC0BE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{800CCADC-4D2E-46B9-BBCA-615460EC0BE1}.Release|Any CPU.Build.0 = Release|Any CPU
{19D00F63-693F-4EFA-AA6C-B106291C9A6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19D00F63-693F-4EFA-AA6C-B106291C9A6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19D00F63-693F-4EFA-AA6C-B106291C9A6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19D00F63-693F-4EFA-AA6C-B106291C9A6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D4D5910-FD0C-4E31-8BB4-D618A300A761}
EndGlobalSection
EndGlobal
File renamed without changes.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Weelink-IT
Copyright (c) 2019 FluentSQL

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
31 changes: 0 additions & 31 deletions Weelink-IT.FluentSQL.sln

This file was deleted.

Loading

0 comments on commit 9e50e54

Please sign in to comment.