File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <ItemGroup >
4
- <Compile Include =" ..\CommonAssemblyInfo.cs" Link =" Properties\CommonAssemblyInfo.cs" />
5
- </ItemGroup >
1
+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
6
2
7
- <ItemGroup >
8
- <Reference Include =" System.Xml" />
9
- </ItemGroup >
3
+ <PropertyGroup >
4
+ <OutputType >Library</OutputType >
5
+ <TargetFrameworks >netcoreapp3.0</TargetFrameworks >
6
+ <UseWindowsForms >true</UseWindowsForms >
7
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
8
+ <RunAnalyzersDuringBuild >false</RunAnalyzersDuringBuild >
9
+ <RunAnalyzersDuringLiveAnalysis >false</RunAnalyzersDuringLiveAnalysis >
10
+ </PropertyGroup >
10
11
11
12
<ItemGroup >
12
13
<PackageReference Include =" SmartFormat.NET" Version =" $(SmartFormatNETVersion)" />
18
19
<ProjectReference Include =" ..\Plugins\GitUIPluginInterfaces\GitUIPluginInterfaces.csproj" />
19
20
</ItemGroup >
20
21
21
- <ItemGroup >
22
- <!-- Resources -->
23
- <EmbeddedResource Update =" Properties\Resources.resx" Generator =" ResXFileCodeGenerator" LastGenOutput =" Resources.Designer.cs" />
24
- <Compile Update =" Properties\Resources.Designer.cs" AutoGen =" True" DependentUpon =" Resources.resx" DesignTime =" True" />
25
- </ItemGroup >
26
-
27
22
</Project >
You can’t perform that action at this time.
0 commit comments