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