File tree Expand file tree Collapse file tree 4 files changed +26
-12
lines changed
Expand file tree Collapse file tree 4 files changed +26
-12
lines changed Original file line number Diff line number Diff line change 1010 <PackageTags >ColorCode Syntax Highlighting SyntaxHighlighting Formatting</PackageTags >
1111 </PropertyGroup >
1212
13+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
14+ <DebugType >full</DebugType >
15+ <DebugSymbols >true</DebugSymbols >
16+ </PropertyGroup >
17+
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
19+ <DebugType >full</DebugType >
20+ <DebugSymbols >true</DebugSymbols >
21+ </PropertyGroup >
22+
1323</Project >
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" MSBuild.Sdk.Extras" >
32
43 <PropertyGroup >
54 <TargetFramework >uap10.0</TargetFramework >
109 <PackageTags >ColorCode Syntax Highlighting SyntaxHighlighting Formatting UWP RichTextBlock Document InlineCollection</PackageTags >
1110 </PropertyGroup >
1211
13- <ItemGroup >
14- <PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" Version =" 6.1.4" />
15- </ItemGroup >
12+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
13+ <DebugType >full</DebugType >
14+ <DebugSymbols >true</DebugSymbols >
15+ </PropertyGroup >
1616
17- <ItemGroup >
18- <ProjectReference Include =" ..\ColorCode.Core\ColorCode.Core.csproj" />
19- </ItemGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
18+ <DebugType >full</DebugType >
19+ <DebugSymbols >true</DebugSymbols >
20+ </PropertyGroup >
2021
2122 <ItemGroup >
22- <PackageReference Update = " MSBuild.Sdk.Extras " Version = " 1.5.4 " />
23+ <ProjectReference Include = " ..\ColorCode.Core\ColorCode.Core.csproj " />
2324 </ItemGroup >
24-
25- <Import Project =" $(MSBuildSDKExtrasTargets)" Condition =" Exists('$(MSBuildSDKExtrasTargets)')" />
2625</Project >
Original file line number Diff line number Diff line change 126126 </ItemGroup >
127127 <ItemGroup >
128128 <PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" >
129- <Version >6.0.2 </Version >
129+ <Version >6.1.7 </Version >
130130 </PackageReference >
131131 </ItemGroup >
132132 <ItemGroup >
Original file line number Diff line number Diff line change 1+ {
2+ "msbuild-sdks" : {
3+ "MSBuild.Sdk.Extras" : " 1.6.55"
4+ }
5+ }
You can’t perform that action at this time.
0 commit comments