-
Notifications
You must be signed in to change notification settings - Fork 0
/
DotnetT4.csproj
47 lines (40 loc) · 1.24 KB
/
DotnetT4.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.2.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0003" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib">
<HintPath>mscorlib</HintPath>
</Reference>
<Reference Include="System">
<HintPath>System</HintPath>
</Reference>
<Reference Include="System.Core">
<HintPath>System.Core</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Update="RuntimeTextTemplate1.tt">
<Generator>TextTemplatingFilePreprocessor</Generator>
<LastGenOutput>RuntimeTextTemplate1.cs</LastGenOutput>
</None>
<None Update="t.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
<ItemGroup>
<Compile Update="RuntimeTextTemplate1.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>RuntimeTextTemplate1.tt</DependentUpon>
</Compile>
</ItemGroup>
</Project>