8
8
<RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >1.0.4</RuntimeFrameworkVersion >
9
9
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10
10
<LangVersion >latest</LangVersion >
11
- <VersionPrefix >0.8.3 </VersionPrefix >
11
+ <VersionPrefix >0.8.4 </VersionPrefix >
12
12
<Authors >Clinton Ingram</Authors >
13
13
<Company >PhotoSauce</Company >
14
14
<Product >MagicScaler</Product >
28
28
<DefineConstants Condition =" '$(TargetFramework)' == 'netcoreapp2.0' " >$(DefineConstants);MATHF</DefineConstants >
29
29
</PropertyGroup >
30
30
31
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'== 'Release|AnyCPU'" >
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32
32
<DebugType >pdbonly</DebugType >
33
33
<DebugSymbols >True</DebugSymbols >
34
34
</PropertyGroup >
35
35
36
36
<ItemGroup >
37
37
<PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 4.4.0" />
38
+ <PackageReference Include =" GitLink" Version =" 3.1.0" >
39
+ <PrivateAssets >all</PrivateAssets >
40
+ </PackageReference >
38
41
</ItemGroup >
39
42
40
43
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0' Or '$(TargetFramework)' == 'netstandard1.3' " >
54
57
<Reference Include =" System.Drawing" />
55
58
</ItemGroup >
56
59
60
+ <ItemGroup >
61
+ <Service Include =" {508349b6-6b84-4df5-91f0-309beebad82d}" />
62
+ </ItemGroup >
63
+
64
+ <ItemGroup >
65
+ <None Update =" Magic\Generated\Convolver.tt" >
66
+ <Generator >TextTemplatingFileGenerator</Generator >
67
+ <LastGenOutput >Convolver.cs</LastGenOutput >
68
+ </None >
69
+ <None Update =" Magic\Generated\VectorConvolver.tt" >
70
+ <Generator >TextTemplatingFileGenerator</Generator >
71
+ <LastGenOutput >VectorConvolver.cs</LastGenOutput >
72
+ </None >
73
+ </ItemGroup >
74
+
75
+ <ItemGroup >
76
+ <Compile Update =" Magic\Generated\Convolver.cs" >
77
+ <DesignTime >True</DesignTime >
78
+ <AutoGen >True</AutoGen >
79
+ <DependentUpon >Convolver.tt</DependentUpon >
80
+ </Compile >
81
+ <Compile Update =" Magic\Generated\VectorConvolver.cs" >
82
+ <DesignTime >True</DesignTime >
83
+ <AutoGen >True</AutoGen >
84
+ <DependentUpon >VectorConvolver.tt</DependentUpon >
85
+ </Compile >
86
+ </ItemGroup >
87
+
57
88
</Project >
0 commit comments