diff --git a/Directory.Packages.props b/Directory.Packages.props index 738d1f5..017009c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,7 +5,6 @@ - diff --git a/YeSql.Net.sln b/YeSql.Net.sln index 51c4ad1..0dba73a 100644 --- a/YeSql.Net.sln +++ b/YeSql.Net.sln @@ -16,7 +16,6 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A2554DDC-4D44-4D81-82C3-6491F99C3159}" ProjectSection(SolutionItems) = preProject props\build\CopySqlFilesToOutputDirectory.props = props\build\CopySqlFilesToOutputDirectory.props - targets\build\CopySqlFilesToPublishDirectory.targets = targets\build\CopySqlFilesToPublishDirectory.targets Directory.Build.props = Directory.Build.props Directory.Packages.props = Directory.Packages.props EndProjectSection diff --git a/samples/Example.AspNetCore/Example.AspNetCore.csproj b/samples/Example.AspNetCore/Example.AspNetCore.csproj index 1e20695..e51a62c 100644 --- a/samples/Example.AspNetCore/Example.AspNetCore.csproj +++ b/samples/Example.AspNetCore/Example.AspNetCore.csproj @@ -12,7 +12,6 @@ - diff --git a/samples/Example.ConsoleApp/Example.ConsoleApp.csproj b/samples/Example.ConsoleApp/Example.ConsoleApp.csproj index 95911ac..220e56a 100644 --- a/samples/Example.ConsoleApp/Example.ConsoleApp.csproj +++ b/samples/Example.ConsoleApp/Example.ConsoleApp.csproj @@ -11,7 +11,6 @@ - diff --git a/samples/Example.PluginApp/Host/PluginApp.Host.csproj b/samples/Example.PluginApp/Host/PluginApp.Host.csproj index 1181811..7d392b8 100644 --- a/samples/Example.PluginApp/Host/PluginApp.Host.csproj +++ b/samples/Example.PluginApp/Host/PluginApp.Host.csproj @@ -7,7 +7,6 @@ - diff --git a/samples/YeSql.Net.Examples.sln b/samples/YeSql.Net.Examples.sln index 31327cd..dfc2ed7 100644 --- a/samples/YeSql.Net.Examples.sln +++ b/samples/YeSql.Net.Examples.sln @@ -38,7 +38,6 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{91D295C8-520D-46AF-95BC-D1E6C1E60534}" ProjectSection(SolutionItems) = preProject ..\props\build\CopySqlFilesToOutputDirectory.props = ..\props\build\CopySqlFilesToOutputDirectory.props - ..\targets\build\CopySqlFilesToPublishDirectory.targets = ..\targets\build\CopySqlFilesToPublishDirectory.targets ..\Directory.Build.props = ..\Directory.Build.props Example.PluginApp\Plugins\Directory.Build.props = Example.PluginApp\Plugins\Directory.Build.props ..\Directory.Packages.props = ..\Directory.Packages.props @@ -54,6 +53,10 @@ Global {6BC0D80C-3A4D-4146-BC50-B7BCC25F56C2}.Debug|Any CPU.Build.0 = Debug|Any CPU {6BC0D80C-3A4D-4146-BC50-B7BCC25F56C2}.Release|Any CPU.ActiveCfg = Release|Any CPU {6BC0D80C-3A4D-4146-BC50-B7BCC25F56C2}.Release|Any CPU.Build.0 = Release|Any CPU + {86BDF5CB-EBE6-495C-BD13-5E6F69DD6274}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {86BDF5CB-EBE6-495C-BD13-5E6F69DD6274}.Debug|Any CPU.Build.0 = Debug|Any CPU + {86BDF5CB-EBE6-495C-BD13-5E6F69DD6274}.Release|Any CPU.ActiveCfg = Release|Any CPU + {86BDF5CB-EBE6-495C-BD13-5E6F69DD6274}.Release|Any CPU.Build.0 = Release|Any CPU {A1E46E21-86C3-4EED-80EE-8ECC1D5C44F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A1E46E21-86C3-4EED-80EE-8ECC1D5C44F4}.Debug|Any CPU.Build.0 = Debug|Any CPU {A1E46E21-86C3-4EED-80EE-8ECC1D5C44F4}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -110,10 +113,6 @@ Global {8A3E96F3-B6FE-4F0B-9421-49328822E36B}.Debug|Any CPU.Build.0 = Debug|Any CPU {8A3E96F3-B6FE-4F0B-9421-49328822E36B}.Release|Any CPU.ActiveCfg = Release|Any CPU {8A3E96F3-B6FE-4F0B-9421-49328822E36B}.Release|Any CPU.Build.0 = Release|Any CPU - {86BDF5CB-EBE6-495C-BD13-5E6F69DD6274}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {86BDF5CB-EBE6-495C-BD13-5E6F69DD6274}.Debug|Any CPU.Build.0 = Debug|Any CPU - {86BDF5CB-EBE6-495C-BD13-5E6F69DD6274}.Release|Any CPU.ActiveCfg = Release|Any CPU - {86BDF5CB-EBE6-495C-BD13-5E6F69DD6274}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/targets/README.md b/targets/README.md deleted file mode 100644 index 3f3b1b7..0000000 --- a/targets/README.md +++ /dev/null @@ -1,3 +0,0 @@ -## About - -A simple package that allows to copy .sql files from the output directory (e.g. bin/Debug/net8.0) to the publish directory. \ No newline at end of file diff --git a/targets/YeSql.Net.nuspec b/targets/YeSql.Net.nuspec deleted file mode 100644 index 3e173f7..0000000 --- a/targets/YeSql.Net.nuspec +++ /dev/null @@ -1,26 +0,0 @@ - - - - CopySqlFilesToPublishDirectory - 0.1.0-alpha - OSE.NET - OSE.NET - https://github.com/ose-net/yesql.net - MIT - README.md - yesql-icon-nuget.png - false - - A simple package that allows to copy .sql files from the output directory to the publish directory - - - Copyright (c) OSE.NET - targets target sql sql-files yesql - - - - - - - - \ No newline at end of file diff --git a/targets/build/CopySqlFilesToPublishDirectory.targets b/targets/build/CopySqlFilesToPublishDirectory.targets deleted file mode 100644 index 98dfcec..0000000 --- a/targets/build/CopySqlFilesToPublishDirectory.targets +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - \ No newline at end of file