File tree 7 files changed +14
-15
lines changed
7 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,9 @@ ASALocalRun/
336
336
# temporary files WinPrint creates for debugging
337
337
tests /* _.html
338
338
339
+ # T4 generated files (for telemety ID)
340
+ * .tt.cs
341
+
339
342
# Wix
340
343
* .g.wxs
341
344
install /
Original file line number Diff line number Diff line change 9
9
<AssemblyName >winprint</AssemblyName >
10
10
<StartupObject >WinPrint.Console.Program</StartupObject >
11
11
12
- <Version >2.0.0.2108 </Version >
12
+ <Version >2.0.0.2114 </Version >
13
13
<Company >Kindel Systems</Company >
14
14
<Product >winprint</Product >
15
15
<Authors >Charlie Kindel</Authors >
Original file line number Diff line number Diff line change 5
5
<#@ import namespace="System.Collections.Generic" #>
6
6
<#@ import namespace="System.IO" #>
7
7
<#@ import namespace="System.Diagnostics" #>
8
- <#@ output extension=".cs" #>
8
+ <#@ output extension=".tt. cs" #>
9
9
<#
10
10
string id = System.Environment.GetEnvironmentVariable("winprint_telemetryId");
11
11
if (id == null)
Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
6
<Platforms >AnyCPU;x64;x86</Platforms >
7
- <Version >2.0.0.2160 </Version >
7
+ <Version >2.0.0.2166 </Version >
8
8
<Company >Kindel Systems</Company >
9
9
<Product >winprint</Product >
10
10
<Authors >Charlie Kindel</Authors >
32
32
</EmbeddedResource >
33
33
</ItemGroup >
34
34
35
- <ItemGroup >
36
- <None Include =" Services\TelemetryService.cs" >
37
- <DesignTime >True</DesignTime >
38
- <AutoGen >True</AutoGen >
39
- <DependentUpon >TelemetryService.tt</DependentUpon >
40
- </None >
41
- </ItemGroup >
42
-
43
35
<ItemGroup >
44
36
<PackageReference Include =" CommandLineParser" Version =" 2.7.82" />
45
37
<PackageReference Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 3.1.2" />
75
67
<AutoGen >True</AutoGen >
76
68
<DependentUpon >TelemetryService.tt</DependentUpon >
77
69
</Compile >
70
+ <Compile Update =" Services\TelemetryService.tt.cs" >
71
+ <DesignTime >True</DesignTime >
72
+ <AutoGen >True</AutoGen >
73
+ <DependentUpon >TelemetryService.tt</DependentUpon >
74
+ </Compile >
78
75
</ItemGroup >
79
76
80
77
<ItemGroup >
88
85
<ItemGroup >
89
86
<None Update =" Services\TelemetryService.tt" >
90
87
<Generator >TextTemplatingFileGenerator</Generator >
91
- <LastGenOutput >TelemetryService.cs</LastGenOutput >
88
+ <LastGenOutput >TelemetryService.tt. cs</LastGenOutput >
92
89
</None >
93
90
</ItemGroup >
94
91
Original file line number Diff line number Diff line change 6
6
<AssemblyTitle >winprint LiteHtml</AssemblyTitle >
7
7
<AssemblyName >WinPrint.LiteHtml</AssemblyName >
8
8
9
- <Version >2.0.0.2162 </Version >
9
+ <Version >2.0.0.2170 </Version >
10
10
<Company >Kindel Systems</Company >
11
11
<Product >winprint</Product >
12
12
<Authors >Charlie Kindel</Authors >
Original file line number Diff line number Diff line change 12
12
<AssemblyTitle >winprint GUI</AssemblyTitle >
13
13
<AssemblyName >winprintgui</AssemblyName >
14
14
15
- <Version >2.0.0.2109 </Version >
15
+ <Version >2.0.0.2115 </Version >
16
16
<Company >Kindel Systems</Company >
17
17
<Product >winprint</Product >
18
18
<Authors >Charlie Kindel</Authors >
Original file line number Diff line number Diff line change 75
75
{CBA949C1-2B89-4DFA-9F9A-BBE0D8097D30} .Release| x86 .ActiveCfg = Release| x86
76
76
{CBA949C1-2B89-4DFA-9F9A-BBE0D8097D30} .Release| x86 .Build .0 = Release| x86
77
77
{44555887-C439-470C-944D-8866EC3D7067} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
78
- {44555887-C439-470C-944D-8866EC3D7067} .Debug| Any CPU .Build .0 = Debug| Any CPU
79
78
{44555887-C439-470C-944D-8866EC3D7067} .Debug| x86 .ActiveCfg = Debug| Any CPU
80
79
{44555887-C439-470C-944D-8866EC3D7067} .Debug| x86 .Build .0 = Debug| Any CPU
81
80
{44555887-C439-470C-944D-8866EC3D7067} .Release| Any CPU .ActiveCfg = Release| Any CPU
You can’t perform that action at this time.
0 commit comments