Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Osenkov <github@osenkov.com>2018-08-16 06:12:53 +0300
committerKirill Osenkov <github@osenkov.com>2018-08-16 06:12:53 +0300
commit06651a6424b06447aeff9943a9cf6d44d14006af (patch)
treef6dbad929049016404803c7e336f3343ae0802e5
parentff21ab7431a8ea823c4f78653c088cf77ec1b1e3 (diff)
Remove BraceCompletion for now.
-rw-r--r--src/Microsoft.VisualStudio.Text.Implementation.csproj13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/Microsoft.VisualStudio.Text.Implementation.csproj b/src/Microsoft.VisualStudio.Text.Implementation.csproj
index 0ca89ae..64ff15a 100644
--- a/src/Microsoft.VisualStudio.Text.Implementation.csproj
+++ b/src/Microsoft.VisualStudio.Text.Implementation.csproj
@@ -49,11 +49,6 @@
<DesignTime>True</DesignTime>
<DependentUpon>Strings.resx</DependentUpon>
</Compile>
- <Compile Update="Text\Impl\BraceCompletion\Strings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Strings.resx</DependentUpon>
- </Compile>
<Compile Update="Text\Impl\ClassificationType\Strings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@@ -92,11 +87,6 @@
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
<CustomToolNamespace>Microsoft.VisualStudio.Text.Implementation</CustomToolNamespace>
</EmbeddedResource>
- <EmbeddedResource Update="Text\Impl\BraceCompletion\Strings.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Strings.Designer.cs</LastGenOutput>
- <CustomToolNamespace>Microsoft.VisualStudio.Text.BraceCompletion.Implementation</CustomToolNamespace>
- </EmbeddedResource>
<EmbeddedResource Update="Text\Impl\ClassificationType\Strings.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
@@ -128,12 +118,15 @@
<Compile Remove="Core\Def\**\*" />
<Compile Remove="Language\Def\**\*" />
<Compile Remove="Text\Def\Text*\**\*" />
+ <Compile Remove="Text\Impl\BraceCompletion\**" />
<EmbeddedResource Remove="Core\Def\**\*" />
<EmbeddedResource Remove="Language\Def\**\*" />
<EmbeddedResource Remove="Text\Def\Text*\**\*" />
+ <EmbeddedResource Remove="Text\Impl\BraceCompletion\**" />
<None Remove="Core\Def\**\*" />
<None Remove="Language\Def\**\*" />
<None Remove="Text\Def\Text*\**\*" />
+ <None Remove="Text\Impl\BraceCompletion\**" />
</ItemGroup>
<ItemGroup>