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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2018-07-06 12:19:57 +0300
committerGitHub <noreply@github.com>2018-07-06 12:19:57 +0300
commit954313e5b973070dcc4dab7823774e2ff25eb5da (patch)
tree68b60cd593d0c9f05113f31bd5bdadc834375b80 /main/src/addins/VBNetBinding
parent35cd3d62d3dd9e10cecc3b8dd7b089106db3ffa1 (diff)
parent6b92a6e0087218c67384453d2732f9a8d46fc883 (diff)
Merge pull request #5194 from mono/simplify-resource-ids
Simplify resource ids
Diffstat (limited to 'main/src/addins/VBNetBinding')
-rw-r--r--main/src/addins/VBNetBinding/VBNetBinding.csproj24
1 files changed, 6 insertions, 18 deletions
diff --git a/main/src/addins/VBNetBinding/VBNetBinding.csproj b/main/src/addins/VBNetBinding/VBNetBinding.csproj
index ac3f6d4a8b..a0043f6a8c 100644
--- a/main/src/addins/VBNetBinding/VBNetBinding.csproj
+++ b/main/src/addins/VBNetBinding/VBNetBinding.csproj
@@ -87,24 +87,12 @@
<Compile Include="Gui\MonoDevelop.VBNetBinding.ProjectOptionsPanelWidget.cs" />
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="templates\EmptyVBFile.xft.xml">
- <LogicalName>EmptyVBFile.xft.xml</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="templates\EmptyVBProject.xpt.xml">
- <LogicalName>EmptyVBProject.xpt.xml</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="templates\VBConsoleApplicationProject.xpt.xml">
- <LogicalName>VBConsoleApplicationProject.xpt.xml</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="templates\VBGtkSharp2Project.xpt.xml">
- <LogicalName>VBGtkSharp2Project.xpt.xml</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="VBNetBinding.addin.xml">
- <LogicalName>VBNetBinding.addin.xml</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="templates\AssemblyInfo.xft.xml">
- <LogicalName>AssemblyInfo.xft.xml</LogicalName>
- </EmbeddedResource>
+ <EmbeddedResource Include="templates\EmptyVBFile.xft.xml" />
+ <EmbeddedResource Include="templates\EmptyVBProject.xpt.xml" />
+ <EmbeddedResource Include="templates\VBConsoleApplicationProject.xpt.xml" />
+ <EmbeddedResource Include="templates\VBGtkSharp2Project.xpt.xml" />
+ <EmbeddedResource Include="VBNetBinding.addin.xml" />
+ <EmbeddedResource Include="templates\AssemblyInfo.xft.xml" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>