add support for userdev launch in ide
All checks were successful
Build / Compute Version (push) Successful in 8s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 4m5s
Build / Build Nuget package (NuGet) (push) Successful in 4m8s
Build / Build Nuget package (SharedCringe) (push) Successful in 4m9s
Build / Build Nuget package (CringePlugins) (push) Successful in 4m30s
Build / Build Launcher (push) Successful in 5m22s
All checks were successful
Build / Compute Version (push) Successful in 8s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 4m5s
Build / Build Nuget package (NuGet) (push) Successful in 4m8s
Build / Build Nuget package (SharedCringe) (push) Successful in 4m9s
Build / Build Nuget package (CringePlugins) (push) Successful in 4m30s
Build / Build Launcher (push) Successful in 5m22s
add template for user plugins
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
<Solution>
|
||||
<Configurations>
|
||||
<Platform Name="x64"/>
|
||||
<BuildType Name="Debug"/>
|
||||
<BuildType Name="Release"/>
|
||||
</Configurations>
|
||||
<Project Path="CringeBootstrap.Abstractions/CringeBootstrap.Abstractions.csproj"/>
|
||||
<Project Path="CringeBootstrap/CringeBootstrap.csproj">
|
||||
<BuildDependency Project="TestPlugin/TestPlugin.csproj"/>
|
||||
</Project>
|
||||
<Project Path="CringeLauncher/CringeLauncher.csproj"/>
|
||||
<Project Path="CringePlugins/CringePlugins.csproj"/>
|
||||
<Project Path="NuGet/NuGet.csproj"/>
|
||||
<Project Path="SharedCringe/SharedCringe.csproj"/>
|
||||
<Project Path="TestPlugin/TestPlugin.csproj"/>
|
||||
</Solution>
|
||||
<Configurations>
|
||||
<BuildType Name="Debug" />
|
||||
<BuildType Name="Release" />
|
||||
<Platform Name="x64" />
|
||||
</Configurations>
|
||||
<Project Path="CringeBootstrap.Abstractions/CringeBootstrap.Abstractions.csproj" />
|
||||
<Project Path="CringeBootstrap/CringeBootstrap.csproj">
|
||||
<BuildDependency Project="TestPlugin/TestPlugin.csproj" />
|
||||
</Project>
|
||||
<Project Path="CringeLauncher/CringeLauncher.csproj" />
|
||||
<Project Path="CringePlugins.MSBuild/CringePlugins.MSBuild.csproj" />
|
||||
<Project Path="CringePlugins.Templates/CringePlugins.Templates.csproj" />
|
||||
<Project Path="CringePlugins/CringePlugins.csproj" />
|
||||
<Project Path="NuGet/NuGet.csproj" />
|
||||
<Project Path="SharedCringe/SharedCringe.csproj" />
|
||||
<Project Path="TestPlugin/TestPlugin.csproj" />
|
||||
</Solution>
|
Reference in New Issue
Block a user