File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
20- <DefineConstants >TRACE;DEBUG;NETSTANDARD2_0;LEAKS_IDENTIFYING;LEAKS_TRACKING </DefineConstants >
20+ <DefineConstants Condition = " '$(TargetFramework)' == 'net461' " >$(DefineConstants);DESKTOP </DefineConstants >
2121 </PropertyGroup >
2222
2323 <ItemGroup >
2929 <None Include =" ..\README.md" Pack =" true" PackagePath =" App_Readme\" />
3030 <None Include =" ..\LICENSE.md" Pack =" true" PackagePath =" App_Readme\" />
3131 <None Include =" ..\CHANGES.md" Pack =" true" PackagePath =" App_Readme\" />
32- <Compile Update =" Core\Handles\Objects.cs" DependentUpon =" Objects.tt" >
33- <DesignTime >True</DesignTime >
34- <AutoGen >True</AutoGen >
35- </Compile >
32+ <Compile Update =" Core\Handles\Objects.cs" DependentUpon =" Objects.tt" />
3633 </ItemGroup >
3734
3835 <ItemGroup >
4138 <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.2.13" PrivateAssets =" all" />
4239 </ItemGroup >
4340
44- <ItemGroup >
45- <Service Include =" {508349b6-6b84-4df5-91f0-309beebad82d}" />
46- </ItemGroup >
47-
4841 <Import Project =" ..\Targets\CodeGenerator.targets" />
4942 <Import Project =" ..\Targets\GenerateNativeDllName.targets" />
5043
You can’t perform that action at this time.
0 commit comments