This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10
-13
lines changed Expand file tree Collapse file tree 5 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -238,5 +238,4 @@ WiX.Toolset.DummyFile.txt
238
238
nunit-UnitTests.xml
239
239
nunit-TrackingCollectionTests.xml
240
240
GitHubVS.sln.DotSettings
241
- src /GitHub.Exports /Settings /IPackageSettings.cs
242
- src /GitHub.VisualStudio /Settings /PackageSettingsGen.cs
241
+ ** /generated /* .cs
Original file line number Diff line number Diff line change 138
138
<ItemGroup >
139
139
<Compile Include =" Authentication\AuthenticationResultExtensions.cs" />
140
140
<Compile Include =" Extensions\ServiceProviderExtensions.cs" />
141
- <Compile Include =" Settings\IPackageSettings.cs" >
141
+ <Compile Include =" Settings\generated\ IPackageSettings.cs" >
142
142
<AutoGen >True</AutoGen >
143
143
<DesignTime >True</DesignTime >
144
144
<DependentUpon >IPackageSettings.tt</DependentUpon >
188
188
</ProjectReference >
189
189
</ItemGroup >
190
190
<ItemGroup >
191
- <Content Include =" Settings\IPackageSettings.tt" >
191
+ <Content Include =" Settings\generated\ IPackageSettings.tt" >
192
192
<Generator >TextTemplatingFileGenerator</Generator >
193
193
<LastGenOutput >IPackageSettings.cs</LastGenOutput >
194
194
</Content >
199
199
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
200
200
<Import Project =" $(SolutionDir)\src\common\t4.targets" />
201
201
<Import Project =" $(SolutionDir)\lib\Microsoft.TextTemplating.targets" />
202
-
203
202
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
204
203
Other similar extension points exist, see Microsoft.Common.targets.
205
204
<Target Name="BeforeBuild">
Original file line number Diff line number Diff line change 8
8
<#@ import namespace="Newtonsoft.Json.Linq" #>
9
9
<#@ output extension=".cs" #>
10
10
<#
11
- var file = this.Host.ResolvePath(@"..\..\common\settings.json");
11
+ var file = this.Host.ResolvePath(@"..\..\..\ common\settings.json");
12
12
var json = JObject.Parse(File.ReadAllText(file));
13
13
#>
14
14
// This is an automatically generated file, based on settings.json and PackageSettingsGen.tt
15
15
/* settings.json content:
16
- <#@ include file="..\..\common\settings.json" #>
16
+ <#@ include file="..\..\..\ common\settings.json" #>
17
17
*/
18
18
namespace GitHub.Settings
19
19
{
Original file line number Diff line number Diff line change 250
250
<Compile Include =" Services\Program.cs" />
251
251
<Compile Include =" Services\SharedResources.cs" />
252
252
<Compile Include =" Settings\PackageSettings.cs" />
253
- <Compile Include =" Settings\PackageSettingsGen .cs" >
253
+ <Compile Include =" Settings\generated\PackageSettings .cs" >
254
254
<AutoGen >True</AutoGen >
255
255
<DesignTime >True</DesignTime >
256
- <DependentUpon >PackageSettingsGen .tt</DependentUpon >
256
+ <DependentUpon >PackageSettings .tt</DependentUpon >
257
257
</Compile >
258
258
<Compile Include =" Settings\Settings.cs" />
259
259
<Compile Include =" Base\PackageBase.cs" />
345
345
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
346
346
<IncludeInVSIX >true</IncludeInVSIX >
347
347
</Content >
348
- <Content Include =" Settings\PackageSettingsGen .tt" >
348
+ <Content Include =" Settings\generated\PackageSettings .tt" >
349
349
<Generator >TextTemplatingFileGenerator</Generator >
350
- <LastGenOutput >PackageSettingsGen.cs</LastGenOutput >
351
350
<CustomToolNamespace >GitHub.VisualStudio.Settings</CustomToolNamespace >
352
351
</Content >
353
352
<None Include =" packages.config" >
Original file line number Diff line number Diff line change 7
7
<#@ import namespace="Newtonsoft.Json.Linq" #>
8
8
<#@ output extension=".cs" #>
9
9
<#
10
- var file = this.Host.ResolvePath(@"..\..\common\settings.json");
10
+ var file = this.Host.ResolvePath(@"..\..\..\ common\settings.json");
11
11
var json = JObject.Parse(File.ReadAllText(file));
12
12
#>
13
13
// This is an automatically generated file, based on settings.json and PackageSettingsGen.tt
14
14
/* settings.json content:
15
- <#@ include file="..\..\common\settings.json" #>
15
+ <#@ include file="..\..\..\ common\settings.json" #>
16
16
*/
17
17
18
18
using GitHub.Settings;
You can’t perform that action at this time.
0 commit comments