Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3a07cc0

Browse files
committed
Remove duplicate 'Visual F# Items' node for project items
This was added a while back because we had the opposite problem: items weremysteriously appearing directly under the root. Seehttp://visualfsharp.codeplex.com/workitem/118At some point another fix must have restored the expected 'Visual F# Items' node. Thuswe now need to revert the original fix.fixesdotnet#282
1 parent0cb505c commit3a07cc0

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

‎vsintegration/src/Templates/ItemTemplates/ItemTemplates.csproj‎

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,51 +69,45 @@
6969
<ErrorReport>prompt</ErrorReport>
7070
<WarningLevel>4</WarningLevel>
7171
</PropertyGroup>
72-
<!-- work around inconsistencies with escaping the # character-->
73-
<TargetName="FixHashEscaping"AfterTargets="ZipItems" >
74-
<CopySourceFiles="@(IntermediateZipItem)"
75-
DestinationFiles="@(IntermediateZipItem->'%(FullPath)'->Replace(&quot;%2523&quot;,&quot;#&quot;))"
76-
SkipUnchangedFiles="true" />
77-
</Target>
7872
<ItemGroup>
7973
<VSTemplateInclude="ItemTemplates\CodeFile\CodeFile.vstemplate">
80-
<OutputSubPath>Visual F%252523 Items\Code</OutputSubPath>
74+
<OutputSubPath>Code</OutputSubPath>
8175
<SubType>Designer</SubType>
8276
</VSTemplate>
8377
<VSTemplateInclude="ItemTemplates\ScriptFile\ScriptFile.vstemplate">
84-
<OutputSubPath>Visual F%252523 Items\Code</OutputSubPath>
78+
<OutputSubPath>Code</OutputSubPath>
8579
<SubType>Designer</SubType>
8680
</VSTemplate>
8781
<VSTemplateInclude="ItemTemplates\ODataServiceConnection\ODataServiceConnection.vstemplate">
88-
<OutputSubPath>Visual F%252523 Items\Data</OutputSubPath>
82+
<OutputSubPath>Data</OutputSubPath>
8983
<SubType>Designer</SubType>
9084
</VSTemplate>
9185
<VSTemplateInclude="ItemTemplates\SignatureFile\SignatureFile.vstemplate">
92-
<OutputSubPath>Visual F%252523 Items\Code</OutputSubPath>
86+
<OutputSubPath>Code</OutputSubPath>
9387
<SubType>Designer</SubType>
9488
</VSTemplate>
9589
<VSTemplateInclude="ItemTemplates\SqlDataConnection\SqlDataConnection.vstemplate">
96-
<OutputSubPath>Visual F%252523 Items\Data</OutputSubPath>
90+
<OutputSubPath>Data</OutputSubPath>
9791
<SubType>Designer</SubType>
9892
</VSTemplate>
9993
<VSTemplateInclude="ItemTemplates\SqlEntityConnection\SqlEntityConnection.vstemplate">
100-
<OutputSubPath>Visual F%252523 Items\Data</OutputSubPath>
94+
<OutputSubPath>Data</OutputSubPath>
10195
<SubType>Designer</SubType>
10296
</VSTemplate>
10397
<VSTemplateInclude="ItemTemplates\WsdlServiceConnection\WsdlServiceConnection.vstemplate">
104-
<OutputSubPath>Visual F%252523 Items\Data</OutputSubPath>
98+
<OutputSubPath>Data</OutputSubPath>
10599
<SubType>Designer</SubType>
106100
</VSTemplate>
107101
<VSTemplateInclude="ItemTemplates\AppConfig\AppConfig.vstemplate">
108-
<OutputSubPath>Visual F%252523 Items\General</OutputSubPath>
102+
<OutputSubPath>General</OutputSubPath>
109103
<SubType>Designer</SubType>
110104
</VSTemplate>
111105
<VSTemplateInclude="ItemTemplates\TextFile\TextFile.vstemplate">
112-
<OutputSubPath>Visual F%252523 Items\General</OutputSubPath>
106+
<OutputSubPath>General</OutputSubPath>
113107
<SubType>Designer</SubType>
114108
</VSTemplate>
115109
<VSTemplateInclude="ItemTemplates\XMLFile\XMLFile.vstemplate">
116-
<OutputSubPath>Visual F%252523 Items\General</OutputSubPath>
110+
<OutputSubPath>General</OutputSubPath>
117111
<SubType>Designer</SubType>
118112
</VSTemplate>
119113
</ItemGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp