Skip to content

Commit

Permalink
chore: Remove targets from solution file(.sln)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jan 19, 2024
1 parent 373deb5 commit 7575ae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion YeSql.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions samples/YeSql.Net.Examples.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7575ae7

Please sign in to comment.