add run configs

This commit is contained in:
OMGeeky
2024-06-22 01:23:24 +02:00
parent 4f5561dfc1
commit 4995a28c19
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Publish ExampleGenerator to folder" type="DotNetFolderPublish" factoryName="Publish to folder">
<riderPublish configuration="Debug" platform="Any CPU" runtime="Portable" target_folder="$PROJECT_DIR$/../gen" target_framework="netstandard2.0" uuid_high="-445515881993453460" uuid_low="-5172458071352196609" />
<method v="2" />
</configuration>
</component>

View File

@@ -0,0 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Publish GetComponentGenerator to folder" type="DotNetFolderPublish" factoryName="Publish to folder">
<riderPublish configuration="Debug" platform="Any CPU" runtime="win-x64" target_folder="$PROJECT_DIR$/../gen" target_framework="netstandard2.0" uuid_high="-780016579299818766" uuid_low="-5419643263025757718" />
<method v="2" />
</configuration>
</component>

View File

@@ -0,0 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Publish generators to folder" type="CompoundRunConfigurationType">
<toRun name="Publish ExampleGenerator to folder" type="DotNetFolderPublish" />
<toRun name="Publish GetComponentGenerator to folder" type="DotNetFolderPublish" />
<method v="2" />
</configuration>
</component>