Skip to content

Commit

Permalink
renamed build.csproj to targets.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasduft committed Feb 2, 2023
1 parent 8cdf183 commit cbcb0b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
set -euo pipefail
dotnet run --project build/build.csproj -- "$@"
dotnet run --project build/targets.csproj -- "$@"
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions releasy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5B165FC2-791
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "releasy", "src\releasy\releasy.csproj", "{465C7145-7B4D-4476-B49A-E0BE796FEDFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "build", "build\build.csproj", "{B01E9498-1AF2-4598-AED2-316B9E625A2F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "targets", "build\targets.csproj", "{BFC41007-C126-4638-ABE3-7AF6ECB99448}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -22,10 +22,10 @@ Global
{465C7145-7B4D-4476-B49A-E0BE796FEDFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{465C7145-7B4D-4476-B49A-E0BE796FEDFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{465C7145-7B4D-4476-B49A-E0BE796FEDFF}.Release|Any CPU.Build.0 = Release|Any CPU
{B01E9498-1AF2-4598-AED2-316B9E625A2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B01E9498-1AF2-4598-AED2-316B9E625A2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B01E9498-1AF2-4598-AED2-316B9E625A2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B01E9498-1AF2-4598-AED2-316B9E625A2F}.Release|Any CPU.Build.0 = Release|Any CPU
{BFC41007-C126-4638-ABE3-7AF6ECB99448}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFC41007-C126-4638-ABE3-7AF6ECB99448}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFC41007-C126-4638-ABE3-7AF6ECB99448}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFC41007-C126-4638-ABE3-7AF6ECB99448}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{465C7145-7B4D-4476-B49A-E0BE796FEDFF} = {5B165FC2-791D-48B7-8999-024A385AB207}
Expand Down

0 comments on commit cbcb0b4

Please sign in to comment.