diff options
Diffstat (limited to 'CommandLineWrapper/CommandLineWrapper.csproj')
| -rw-r--r-- | CommandLineWrapper/CommandLineWrapper.csproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CommandLineWrapper/CommandLineWrapper.csproj b/CommandLineWrapper/CommandLineWrapper.csproj index b92e51b..753d77a 100644 --- a/CommandLineWrapper/CommandLineWrapper.csproj +++ b/CommandLineWrapper/CommandLineWrapper.csproj @@ -4,6 +4,19 @@ <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + </PropertyGroup> + + <Target Name="GenerateWorkspaceExtensions" BeforeTargets="BeforeBuild"> + <Exec + Command="dotnet run --project WorkspaceCommandGenerator/WorkspaceCommandGenerator.csproj" + WorkingDirectory="$(MSBuildProjectDirectory)" + /> + </Target> + + <PropertyGroup> + <TargetFramework>net8.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> </PropertyGroup> </Project> |
