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

Commitdf66e13

Browse files
committed
Fix fordotnet#118 - add back the "Visual F# Items" root node for new project items. (changeset 1311330)
1 parenta834b6b commitdf66e13

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

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

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,45 +68,51 @@
6868
<ErrorReport>prompt</ErrorReport>
6969
<WarningLevel>4</WarningLevel>
7070
</PropertyGroup>
71+
<!-- work around inconsistencies with escaping the # character-->
72+
<TargetName="FixHashEscaping"AfterTargets="ZipItems" >
73+
<CopySourceFiles="@(IntermediateZipItem)"
74+
DestinationFiles="@(IntermediateZipItem->'%(FullPath)'->Replace(&quot;%2523&quot;,&quot;#&quot;))"
75+
SkipUnchangedFiles="true" />
76+
</Target>
7177
<ItemGroup>
7278
<VSTemplateInclude="ItemTemplates\CodeFile\CodeFile.vstemplate">
73-
<OutputSubPath>Code</OutputSubPath>
79+
<OutputSubPath>Visual F%252523 Items\Code</OutputSubPath>
7480
<SubType>Designer</SubType>
7581
</VSTemplate>
7682
<VSTemplateInclude="ItemTemplates\ScriptFile\ScriptFile.vstemplate">
77-
<OutputSubPath>Code</OutputSubPath>
83+
<OutputSubPath>Visual F%252523 Items\Code</OutputSubPath>
7884
<SubType>Designer</SubType>
7985
</VSTemplate>
8086
<VSTemplateInclude="ItemTemplates\ODataServiceConnection\ODataServiceConnection.vstemplate">
81-
<OutputSubPath>Data</OutputSubPath>
87+
<OutputSubPath>Visual F%252523 Items\Data</OutputSubPath>
8288
<SubType>Designer</SubType>
8389
</VSTemplate>
8490
<VSTemplateInclude="ItemTemplates\SignatureFile\SignatureFile.vstemplate">
85-
<OutputSubPath>Code</OutputSubPath>
91+
<OutputSubPath>Visual F%252523 Items\Code</OutputSubPath>
8692
<SubType>Designer</SubType>
8793
</VSTemplate>
8894
<VSTemplateInclude="ItemTemplates\SqlDataConnection\SqlDataConnection.vstemplate">
89-
<OutputSubPath>Data</OutputSubPath>
95+
<OutputSubPath>Visual F%252523 Items\Data</OutputSubPath>
9096
<SubType>Designer</SubType>
9197
</VSTemplate>
9298
<VSTemplateInclude="ItemTemplates\SqlEntityConnection\SqlEntityConnection.vstemplate">
93-
<OutputSubPath>Data</OutputSubPath>
99+
<OutputSubPath>Visual F%252523 Items\Data</OutputSubPath>
94100
<SubType>Designer</SubType>
95101
</VSTemplate>
96102
<VSTemplateInclude="ItemTemplates\WsdlServiceConnection\WsdlServiceConnection.vstemplate">
97-
<OutputSubPath>Data</OutputSubPath>
103+
<OutputSubPath>Visual F%252523 Items\Data</OutputSubPath>
98104
<SubType>Designer</SubType>
99105
</VSTemplate>
100106
<VSTemplateInclude="ItemTemplates\AppConfig\AppConfig.vstemplate">
101-
<OutputSubPath>General</OutputSubPath>
107+
<OutputSubPath>Visual F%252523 Items\General</OutputSubPath>
102108
<SubType>Designer</SubType>
103109
</VSTemplate>
104110
<VSTemplateInclude="ItemTemplates\TextFile\TextFile.vstemplate">
105-
<OutputSubPath>General</OutputSubPath>
111+
<OutputSubPath>Visual F%252523 Items\General</OutputSubPath>
106112
<SubType>Designer</SubType>
107113
</VSTemplate>
108114
<VSTemplateInclude="ItemTemplates\XMLFile\XMLFile.vstemplate">
109-
<OutputSubPath>General</OutputSubPath>
115+
<OutputSubPath>Visual F%252523 Items\General</OutputSubPath>
110116
<SubType>Designer</SubType>
111117
</VSTemplate>
112118
</ItemGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp