|
68 | 68 | <ErrorReport>prompt</ErrorReport> |
69 | 69 | <WarningLevel>4</WarningLevel> |
70 | 70 | </PropertyGroup> |
| 71 | +<!-- work around inconsistencies with escaping the # character--> |
| 72 | + <TargetName="FixHashEscaping"AfterTargets="ZipItems" > |
| 73 | + <CopySourceFiles="@(IntermediateZipItem)" |
| 74 | +DestinationFiles="@(IntermediateZipItem->'%(FullPath)'->Replace("%2523","#"))" |
| 75 | +SkipUnchangedFiles="true" /> |
| 76 | + </Target> |
71 | 77 | <ItemGroup> |
72 | 78 | <VSTemplateInclude="ItemTemplates\CodeFile\CodeFile.vstemplate"> |
73 | | - <OutputSubPath>Code</OutputSubPath> |
| 79 | + <OutputSubPath>Visual F%252523 Items\Code</OutputSubPath> |
74 | 80 | <SubType>Designer</SubType> |
75 | 81 | </VSTemplate> |
76 | 82 | <VSTemplateInclude="ItemTemplates\ScriptFile\ScriptFile.vstemplate"> |
77 | | - <OutputSubPath>Code</OutputSubPath> |
| 83 | + <OutputSubPath>Visual F%252523 Items\Code</OutputSubPath> |
78 | 84 | <SubType>Designer</SubType> |
79 | 85 | </VSTemplate> |
80 | 86 | <VSTemplateInclude="ItemTemplates\ODataServiceConnection\ODataServiceConnection.vstemplate"> |
81 | | - <OutputSubPath>Data</OutputSubPath> |
| 87 | + <OutputSubPath>Visual F%252523 Items\Data</OutputSubPath> |
82 | 88 | <SubType>Designer</SubType> |
83 | 89 | </VSTemplate> |
84 | 90 | <VSTemplateInclude="ItemTemplates\SignatureFile\SignatureFile.vstemplate"> |
85 | | - <OutputSubPath>Code</OutputSubPath> |
| 91 | + <OutputSubPath>Visual F%252523 Items\Code</OutputSubPath> |
86 | 92 | <SubType>Designer</SubType> |
87 | 93 | </VSTemplate> |
88 | 94 | <VSTemplateInclude="ItemTemplates\SqlDataConnection\SqlDataConnection.vstemplate"> |
89 | | - <OutputSubPath>Data</OutputSubPath> |
| 95 | + <OutputSubPath>Visual F%252523 Items\Data</OutputSubPath> |
90 | 96 | <SubType>Designer</SubType> |
91 | 97 | </VSTemplate> |
92 | 98 | <VSTemplateInclude="ItemTemplates\SqlEntityConnection\SqlEntityConnection.vstemplate"> |
93 | | - <OutputSubPath>Data</OutputSubPath> |
| 99 | + <OutputSubPath>Visual F%252523 Items\Data</OutputSubPath> |
94 | 100 | <SubType>Designer</SubType> |
95 | 101 | </VSTemplate> |
96 | 102 | <VSTemplateInclude="ItemTemplates\WsdlServiceConnection\WsdlServiceConnection.vstemplate"> |
97 | | - <OutputSubPath>Data</OutputSubPath> |
| 103 | + <OutputSubPath>Visual F%252523 Items\Data</OutputSubPath> |
98 | 104 | <SubType>Designer</SubType> |
99 | 105 | </VSTemplate> |
100 | 106 | <VSTemplateInclude="ItemTemplates\AppConfig\AppConfig.vstemplate"> |
101 | | - <OutputSubPath>General</OutputSubPath> |
| 107 | + <OutputSubPath>Visual F%252523 Items\General</OutputSubPath> |
102 | 108 | <SubType>Designer</SubType> |
103 | 109 | </VSTemplate> |
104 | 110 | <VSTemplateInclude="ItemTemplates\TextFile\TextFile.vstemplate"> |
105 | | - <OutputSubPath>General</OutputSubPath> |
| 111 | + <OutputSubPath>Visual F%252523 Items\General</OutputSubPath> |
106 | 112 | <SubType>Designer</SubType> |
107 | 113 | </VSTemplate> |
108 | 114 | <VSTemplateInclude="ItemTemplates\XMLFile\XMLFile.vstemplate"> |
109 | | - <OutputSubPath>General</OutputSubPath> |
| 115 | + <OutputSubPath>Visual F%252523 Items\General</OutputSubPath> |
110 | 116 | <SubType>Designer</SubType> |
111 | 117 | </VSTemplate> |
112 | 118 | </ItemGroup> |
|