mirror of
https://github.com/OMGeeky/UnityCodeGenerators.git
synced 2025-12-27 06:29:29 +01:00
add run configs
This commit is contained in:
6
.run/Publish ExampleGenerator to folder.run.xml
Normal file
6
.run/Publish ExampleGenerator to folder.run.xml
Normal 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>
|
||||||
6
.run/Publish GetComponentGenerator to folder.run.xml
Normal file
6
.run/Publish GetComponentGenerator to folder.run.xml
Normal 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>
|
||||||
7
.run/Publish generators to folder.run.xml
Normal file
7
.run/Publish generators to folder.run.xml
Normal 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>
|
||||||
Reference in New Issue
Block a user