Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit d6adf32

Browse files
authored
Merge pull request #383 from github/fixes/fix-generated-files
Fix T4 in VS
2 parents 0a6b0d5 + 85c8b81 commit d6adf32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,15 @@
227227
<Compile Include="Services\ConnectionManager.cs" />
228228
<Compile Include="Services\Program.cs" />
229229
<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">
232231
<AutoGen>True</AutoGen>
233232
<DesignTime>True</DesignTime>
234-
<DependentUpon>PackageSettings.tt</DependentUpon>
233+
<DependentUpon>PackageSettingsGen.tt</DependentUpon>
235234
</Compile>
236235
<Compile Include="Settings\OptionsPage.cs">
237236
<SubType>Component</SubType>
238237
</Compile>
238+
<Compile Include="Settings\PackageSettings.cs" />
239239
<Compile Include="Settings\Settings.cs" />
240240
<Compile Include="GlobalSuppressions.cs" />
241241
<Compile Include="GitHubPackage.cs" />
@@ -320,10 +320,10 @@
320320
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
321321
<IncludeInVSIX>true</IncludeInVSIX>
322322
</Content>
323-
<Content Include="Settings\generated\PackageSettings.tt">
323+
<Content Include="Settings\generated\PackageSettingsGen.tt">
324324
<Generator>TextTemplatingFileGenerator</Generator>
325325
<CustomToolNamespace>GitHub.VisualStudio.Settings</CustomToolNamespace>
326-
<LastGenOutput>PackageSettings1.cs</LastGenOutput>
326+
<LastGenOutput>PackageSettingsGen.cs</LastGenOutput>
327327
</Content>
328328
<None Include="packages.config">
329329
<SubType>Designer</SubType>

0 commit comments

Comments
 (0)