This commit is contained in:
2019-02-17 18:07:28 +01:00
parent c69ffb9752
commit 95cff6f702
2301 changed files with 307810 additions and 5 deletions

View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ContentModelStore">
<e p="$APPLICATION_CONFIG_DIR$/consoles/db" t="IncludeRecursive" />
<e p="$APPLICATION_CONFIG_DIR$/extensions" t="IncludeRecursive" />
<e p="$USER_HOME$/.Rider2018.3/system/extResources" t="IncludeRecursive" />
<e p="$USER_HOME$/.Rider2018.3/system/resharper-host/local/Transient/ReSharperHost/v183/SolutionCaches/_UpsilonLanguageServer.639453327.00" t="ExcludeRecursive" />
<e p="$PROJECT_DIR$" t="IncludeFlat">
<e p="UpsilonLanguageServer" t="IncludeRecursive">
<e p="BoundTypeParser.cs" t="Include" />
<e p="DiagnosticsProvider.cs" t="Include" />
<e p="LanguageServerSession.cs" t="Include" />
<e p="Program.cs" t="Include" />
<e p="Services" t="Include">
<e p="CompletionItemService.cs" t="Include" />
<e p="InitializationService.cs" t="Include" />
<e p="TextDocumentServer.cs" t="Include" />
<e p="UpsilonLanguageServiceBase.cs" t="Include" />
<e p="WorkspaceService.cs" t="Include" />
</e>
<e p="Settings.cs" t="Include" />
<e p="UpsilonLanguageServer.csproj" t="IncludeRecursive" />
<e p="Utility.cs" t="Include" />
<e p="bin" t="ExcludeRecursive" />
<e p="obj" t="ExcludeRecursive">
<e p="Debug" t="Include">
<e p="netcoreapp2.1" t="Include">
<e p="UpsilonLanguageServer.AssemblyInfo.cs" t="Include" />
</e>
</e>
</e>
</e>
<e p="UpsilonLanguageServer.sln" t="IncludeFlat" />
<e p="packages" t="ExcludeRecursive" />
</e>
</component>
</project>

View File

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

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ContentModelUserStore">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="com.jetbrains.rider.android.RiderAndroidMiscFileCreationComponent">
<option name="ENSURE_MISC_FILE_EXISTS" value="true" />
</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.UpsilonLanguageServer/riderModule.iml" filepath="$PROJECT_DIR$/.idea/.idea.UpsilonLanguageServer/riderModule.iml" />
</modules>
</component>
</project>

File diff suppressed because it is too large Load Diff

View File

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