File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 17
17
</PropertyGroup >
18
18
19
19
<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 >
21
21
</PropertyGroup >
22
22
23
23
<ItemGroup >
29
29
<None Include =" ..\README.md" Pack =" true" PackagePath =" App_Readme\" />
30
30
<None Include =" ..\LICENSE.md" Pack =" true" PackagePath =" App_Readme\" />
31
31
<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" />
36
33
</ItemGroup >
37
34
38
35
<ItemGroup >
41
38
<PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.2.13" PrivateAssets =" all" />
42
39
</ItemGroup >
43
40
44
- <ItemGroup >
45
- <Service Include =" {508349b6-6b84-4df5-91f0-309beebad82d}" />
46
- </ItemGroup >
47
-
48
41
<Import Project =" ..\Targets\CodeGenerator.targets" />
49
42
<Import Project =" ..\Targets\GenerateNativeDllName.targets" />
50
43
You can’t perform that action at this time.
0 commit comments