This commit is contained in:
nakano yosuke 2020-04-14 01:05:51 +09:00
parent e996ef526c
commit 0a37dcea9a
9 changed files with 199 additions and 0 deletions

View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ContentModelStore">
<e p="C:\Users\Yosuje\.Rider2019.3\system\extResources" t="IncludeRecursive" />
<e p="C:\Users\Yosuje\.Rider2019.3\system\resharper-host\local\Transient\ReSharperHost\v193\SolutionCaches\_AsmdefHelper.576791064.00" t="ExcludeRecursive" />
<e p="C:\Users\Yosuje\Development\unity\AsmdefHelper" t="IncludeRecursive">
<e p="AsmdefHelper.DependencyGraph.Editor.csproj" t="IncludeRecursive" />
<e p="AsmdefHelper.Example.csproj" t="IncludeRecursive" />
<e p="AsmdefHelper.Example.Fuga.csproj" t="IncludeRecursive" />
<e p="AsmdefHelper.Example.Hoge.csproj" t="IncludeRecursive" />
<e p="AsmdefHelper.Example.Piyo.csproj" t="IncludeRecursive" />
<e p="AsmdefHelper.sln" t="IncludeFlat" />
<e p="Assembly-CSharp.csproj" t="IncludeRecursive" />
<e p="Assets" t="Include">
<e p="AsmdefHelper" t="Include">
<e p="DependencyGraph" t="Include">
<e p="Editor" t="Include">
<e p="AsmdefDependency.cs" t="Include" />
<e p="AsmdefGraphEditorWindow.cs" t="Include" />
<e p="AsmdefGraphView.cs" t="Include" />
<e p="AsmdefHelper.DependencyGraph.Editor.asmdef" t="Include" />
<e p="AsmdefNode.cs" t="Include" />
</e>
</e>
<e p="Example" t="Include">
<e p="AsmdefHelper.Example.asmdef" t="Include" />
<e p="Fuga" t="Include">
<e p="AsmdefHelper.Example.Fuga.asmdef" t="Include" />
<e p="NewBehaviourScript.cs" t="Include" />
</e>
<e p="Hoge" t="Include">
<e p="AsmdefHelper.Example.Hoge.asmdef" t="Include" />
<e p="NewBehaviourScript.cs" t="Include" />
</e>
<e p="NewBehaviourScript.cs" t="Include" />
<e p="Piyo" t="Include">
<e p="AsmdefHelper.Example.Piyo.asmdef" t="Include" />
<e p="NewBehaviourScript.cs" t="Include" />
</e>
</e>
<e p="MultipleEdit" t="Include">
<e p="Editor" t="Include">
<e p="AsmdefHelper.MultipleEdit.Editor.asmref" t="Include" />
<e p="AsmdefMultiEditWindow.cs" t="Include" />
</e>
</e>
<e p="Unity.InternalAPIEditorBridgeDev.001" t="Include">
<e p="Unity.InternalAPIEditorBridgeDev.001.asmdef" t="Include" />
</e>
<e p="UnityInternalEditorAssembly" t="Include">
<e p="SyncSolutionUtilities.cs" t="Include" />
</e>
</e>
</e>
<e p="obj" t="ExcludeRecursive" />
<e p="Packages" t="ExcludeRecursive" />
<e p="Temp\bin" t="ExcludeRecursive" />
<e p="Unity.InternalAPIEditorBridgeDev.001.csproj" t="IncludeRecursive" />
</e>
</component>
</project>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ContentModelUserStore">
<attachedFolders />
<explicitIncludes>
<Path>Library/PackageCache/com.unity.ext.nunit@1.0.0</Path>
<Path>Library/PackageCache/com.unity.ide.rider@1.1.4</Path>
<Path>Library/PackageCache/com.unity.test-framework@1.1.13</Path>
<Path>Packages</Path>
<Path>ProjectSettings</Path>
</explicitIncludes>
<explicitExcludes>
<Path>.git</Path>
<Path>.idea</Path>
<Path>.vs</Path>
<Path>Library</Path>
<Path>Logs</Path>
<Path>Temp</Path>
<Path>obj</Path>
</explicitExcludes>
</component>
</project>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/.idea.AsmdefHelper/riderModule.iml" filepath="$PROJECT_DIR$/.idea/.idea.AsmdefHelper/riderModule.iml" />
</modules>
</component>
</project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RiderProjectSettingsUpdater">
<option name="vcsConfiguration" value="1" />
</component>
</project>

6
.idea/.idea.AsmdefHelper/.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="f71251e0-52ab-4cea-859f-4c363c01a121" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/AsmdefHelper/Unity.InternalAPIEditorBridgeDev.001.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/AsmdefHelper/Unity.InternalAPIEditorBridgeDev.001.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Packages/manifest.json" beforeDir="false" afterPath="$PROJECT_DIR$/Packages/manifest.json" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="HighlightingSettingsPerFile">
<setting file="file://$PROJECT_DIR$/Assets/AsmdefHelper/DependencyGraph/Editor/AsmdefGraphView.cs" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/Assets/AsmdefHelper/Example/NewBehaviourScript.cs" root0="FORCE_HIGHLIGHTING" />
</component>
<component name="ProjectId" id="1aUVRj7P9hORuS7hmPgeR2JVC79" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showExcludedFiles" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="Discover.Launch.Via.Unity" value="true" />
<property name="Rider.SolutionExplorerActivator" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="TWShift.3" value="true" />
<property name="TWShift.4" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
</component>
<component name="RunManager" selected="Attach to Unity Editor.Attach to Unity Editor">
<configuration name="Attach to Unity Editor &amp; Play" type="UNITY_DEBUG_RUN_CONFIGURATION" factoryName="UNITY_ATTACH_AND_PLAY" show_console_on_std_err="false" show_console_on_std_out="false" port="50000" address="localhost">
<option name="allowRunningInParallel" value="false" />
<option name="listenPortForConnections" value="false" />
<option name="pid" />
<method v="2" />
</configuration>
<configuration name="Attach to Unity Editor" type="UNITY_DEBUG_RUN_CONFIGURATION" factoryName="Unity Debug" show_console_on_std_err="false" show_console_on_std_out="false" port="50000" address="localhost">
<option name="allowRunningInParallel" value="false" />
<option name="listenPortForConnections" value="false" />
<option name="pid" />
<method v="2" />
</configuration>
</component>
<component name="ServiceViewManager">
<option name="viewStates">
<list>
<serviceView>
<treeState>
<expand />
<select />
</treeState>
</serviceView>
</list>
</option>
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="f71251e0-52ab-4cea-859f-4c363c01a121" name="Default Changelist" comment="" />
<created>1586790154661</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1586790154661</updated>
<workItem from="1586790171443" duration="349000" />
<workItem from="1586792539676" duration="101000" />
<workItem from="1586793017650" duration="506000" />
<workItem from="1586793564564" duration="160000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
</component>
<component name="UnityProjectConfiguration" hasMinimizedUI="true" />
<component name="UnityUnitTestConfiguration" currentTestLauncher="EditMode" />
</project>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="RIDER_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$/../.." />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -1,5 +1,7 @@
{
"dependencies": {
"com.unity.ide.rider": "1.1.4",
"com.unity.test-framework": "1.1.13",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",