|
227 | 227 | <Compile Include="Services\ConnectionManager.cs" /> |
228 | 228 | <Compile Include="Services\Program.cs" /> |
229 | 229 | <Compile Include="Services\SelectedTextProvider.cs" /> |
230 | | - <Compile Include="Settings\PackageSettings.cs" /> |
231 | | - <Compile Include="Settings\generated\PackageSettings.cs"> |
| 230 | + <Compile Include="Settings\generated\PackageSettingsGen.cs"> |
232 | 231 | <AutoGen>True</AutoGen> |
233 | 232 | <DesignTime>True</DesignTime> |
234 | | - <DependentUpon>PackageSettings.tt</DependentUpon> |
| 233 | + <DependentUpon>PackageSettingsGen.tt</DependentUpon> |
235 | 234 | </Compile> |
236 | 235 | <Compile Include="Settings\OptionsPage.cs"> |
237 | 236 | <SubType>Component</SubType> |
238 | 237 | </Compile> |
| 238 | + <Compile Include="Settings\PackageSettings.cs" /> |
239 | 239 | <Compile Include="Settings\Settings.cs" /> |
240 | 240 | <Compile Include="GlobalSuppressions.cs" /> |
241 | 241 | <Compile Include="GitHubPackage.cs" /> |
|
320 | 320 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
321 | 321 | <IncludeInVSIX>true</IncludeInVSIX> |
322 | 322 | </Content> |
323 | | - <Content Include="Settings\generated\PackageSettings.tt"> |
| 323 | + <Content Include="Settings\generated\PackageSettingsGen.tt"> |
324 | 324 | <Generator>TextTemplatingFileGenerator</Generator> |
325 | 325 | <CustomToolNamespace>GitHub.VisualStudio.Settings</CustomToolNamespace> |
326 | | - <LastGenOutput>PackageSettings1.cs</LastGenOutput> |
| 326 | + <LastGenOutput>PackageSettingsGen.cs</LastGenOutput> |
327 | 327 | </Content> |
328 | 328 | <None Include="packages.config"> |
329 | 329 | <SubType>Designer</SubType> |
|
0 commit comments