Skip to content

Commit 14ad1bf

Browse files
committed
demo引用语法分析
1 parent 88eb1ed commit 14ad1bf

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Demo/Demo.csproj

296 Bytes
Binary file not shown.

WebApiClient.Analyzers/WebApiClient.Analyzers.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<Version>1.0.0</Version>
45
<TargetFramework>netstandard1.1</TargetFramework>
56
<PackageTargetFallback>portable-net45+win8</PackageTargetFallback>
67
<Configurations>JIT_Debug;JIT_Release;AOT_Debug;AOT_Release</Configurations>

WebApiClient.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
44
VisualStudioVersion = 15.0.27130.2010
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo\Demo.csproj", "{C90C20AA-0816-4597-9F2E-9A43DAE4C7EB}"
7+
ProjectSection(ProjectDependencies) = postProject
8+
{46CEDE0A-253F-4404-94B5-6AEAA5939589} = {46CEDE0A-253F-4404-94B5-6AEAA5939589}
9+
EndProjectSection
710
EndProject
811
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiClient", "WebApiClient\WebApiClient.csproj", "{FB40E778-D36D-4A1A-A527-D3A7FC028D4B}"
912
EndProject

0 commit comments

Comments
 (0)