|
1 |
| -<Project> |
2 |
| - <PropertyGroup> |
3 |
| - <TargetFramework>netstandard2.0</TargetFramework> |
4 |
| - <NoWarn>CA1812</NoWarn> |
5 |
| - <EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules> |
6 |
| - </PropertyGroup> |
7 |
| -
|
8 |
| - <ItemGroup> |
9 |
| - <Compile Include="$(MSBuildThisFileDirectory)/*.cs" /> |
10 |
| - <EmbeddedResource Include="$(MSBuildThisFileDirectory)/../../swagger.json" WithCulture="false" Visible="false" /> |
11 |
| - <EmbeddedResource Include="$(MSBuildThisFileDirectory)/templates/*" WithCulture="false" /> |
12 |
| - </ItemGroup> |
13 |
| -
|
14 |
| - <ItemGroup> |
15 |
| - <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0" PrivateAssets="all" /> |
16 |
| - </ItemGroup> |
17 |
| -
|
18 |
| - <ItemGroup> |
19 |
| - <PackageReference Include="Autofac" Version="7.1.0" GeneratePathProperty="true" PrivateAssets="all" /> |
20 |
| - <PackageReference Include="CaseExtensions" Version="1.1.0" GeneratePathProperty="true" PrivateAssets="all" /> |
21 |
| - <PackageReference Include="NSwag.Core" Version="13.20.0" GeneratePathProperty="true" PrivateAssets="all" /> |
22 |
| - <PackageReference Include="Nustache" Version="1.16.0.10" GeneratePathProperty="true" PrivateAssets="all" NoWarn="NU1701" /> |
23 |
| - <PackageReference Include="NJsonSchema" Version="10.9.0" GeneratePathProperty="true" PrivateAssets="all" /> |
24 |
| - <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" GeneratePathProperty="true" PrivateAssets="all" /> |
25 |
| - <PackageReference Include="Newtonsoft.Json" Version="13.0.3" GeneratePathProperty="true" PrivateAssets="all" /> |
26 |
| - <PackageReference Include="Namotion.Reflection" Version="3.0.1" GeneratePathProperty="true" PrivateAssets="all" /> |
27 |
| - <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" GeneratePathProperty="true" PrivateAssets="all" /> |
28 |
| - </ItemGroup> |
29 |
| -
|
30 |
| - <PropertyGroup> |
31 |
| - <GetTargetPathDependsOn>$(GetTargetPathDependsOn);GetDependencyTargetPaths</GetTargetPathDependsOn> |
32 |
| - </PropertyGroup> |
33 |
| -
|
34 |
| - <Target Name="GetDependencyTargetPaths"> |
35 |
| - <ItemGroup> |
36 |
| - <TargetPathWithTargetPlatformMoniker Include="$(PKGAutofac)\lib\netstandard2.0\Autofac.dll" IncludeRuntimeDependency="false" /> |
37 |
| - <TargetPathWithTargetPlatformMoniker Include="$(PKGCaseExtensions)\lib\netstandard2.0\CaseExtensions.dll" IncludeRuntimeDependency="false" /> |
38 |
| - <TargetPathWithTargetPlatformMoniker Include="$(PKGNSwag_Core)\lib\netstandard2.0\NSwag.Core.dll" IncludeRuntimeDependency="false" /> |
39 |
| - <TargetPathWithTargetPlatformMoniker Include="$(PKGNustache)\lib\net20\Nustache.Core.dll" IncludeRuntimeDependency="false" /> |
40 |
| - <TargetPathWithTargetPlatformMoniker Include="$(PKGNJsonSchema)\lib\netstandard2.0\NJsonSchema.dll" IncludeRuntimeDependency="false" /> |
41 |
| - <TargetPathWithTargetPlatformMoniker Include="$(PKGMicrosoft_Bcl_AsyncInterfaces)\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll" IncludeRuntimeDependency="false" /> |
42 |
| - <TargetPathWithTargetPlatformMoniker Include="$(PKGNewtonsoft_Json)\lib\netstandard1.0\Newtonsoft.Json.dll" IncludeRuntimeDependency="false" /> |
43 |
| - <TargetPathWithTargetPlatformMoniker Include="$(PKGNamotion_Reflection)\lib\netstandard2.0\Namotion.Reflection.dll" IncludeRuntimeDependency="false" /> |
44 |
| - <TargetPathWithTargetPlatformMoniker Include="$(PKGSystem_Diagnostics_DiagnosticSource)\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.dll" IncludeRuntimeDependency="false" /> |
45 |
| - </ItemGroup> |
46 |
| - </Target> |
47 |
| -
|
48 |
| -</Project> |
| 1 | +<Project> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFramework>netstandard2.0</TargetFramework> |
| 4 | + <NoWarn>CA1812</NoWarn> |
| 5 | + <EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules> |
| 6 | + </PropertyGroup> |
| 7 | + |
| 8 | + <ItemGroup> |
| 9 | + <Compile Include="$(MSBuildThisFileDirectory)/*.cs" /> |
| 10 | + <EmbeddedResource Include="$(MSBuildThisFileDirectory)/../../swagger.json" WithCulture="false" Visible="false" /> |
| 11 | + <EmbeddedResource Include="$(MSBuildThisFileDirectory)/templates/*" WithCulture="false" /> |
| 12 | + </ItemGroup> |
| 13 | + |
| 14 | + <ItemGroup> |
| 15 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0" PrivateAssets="all" /> |
| 16 | + </ItemGroup> |
| 17 | + |
| 18 | + <ItemGroup> |
| 19 | + <PackageReference Include="Autofac" Version="8.0.0" GeneratePathProperty="true" PrivateAssets="all" /> |
| 20 | + <PackageReference Include="CaseExtensions" Version="1.1.0" GeneratePathProperty="true" PrivateAssets="all" /> |
| 21 | + <PackageReference Include="NSwag.Core" Version="13.20.0" GeneratePathProperty="true" PrivateAssets="all" /> |
| 22 | + <PackageReference Include="Nustache" Version="1.16.0.10" GeneratePathProperty="true" PrivateAssets="all" NoWarn="NU1701" /> |
| 23 | + <PackageReference Include="NJsonSchema" Version="10.9.0" GeneratePathProperty="true" PrivateAssets="all" /> |
| 24 | + <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" GeneratePathProperty="true" PrivateAssets="all" /> |
| 25 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" GeneratePathProperty="true" PrivateAssets="all" /> |
| 26 | + <PackageReference Include="Namotion.Reflection" Version="3.0.1" GeneratePathProperty="true" PrivateAssets="all" /> |
| 27 | + <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" GeneratePathProperty="true" PrivateAssets="all" /> |
| 28 | + </ItemGroup> |
| 29 | + |
| 30 | + <PropertyGroup> |
| 31 | + <GetTargetPathDependsOn>$(GetTargetPathDependsOn);GetDependencyTargetPaths</GetTargetPathDependsOn> |
| 32 | + </PropertyGroup> |
| 33 | + |
| 34 | + <Target Name="GetDependencyTargetPaths"> |
| 35 | + <ItemGroup> |
| 36 | + <TargetPathWithTargetPlatformMoniker Include="$(PKGAutofac)\lib\netstandard2.0\Autofac.dll" IncludeRuntimeDependency="false" /> |
| 37 | + <TargetPathWithTargetPlatformMoniker Include="$(PKGCaseExtensions)\lib\netstandard2.0\CaseExtensions.dll" IncludeRuntimeDependency="false" /> |
| 38 | + <TargetPathWithTargetPlatformMoniker Include="$(PKGNSwag_Core)\lib\netstandard2.0\NSwag.Core.dll" IncludeRuntimeDependency="false" /> |
| 39 | + <TargetPathWithTargetPlatformMoniker Include="$(PKGNustache)\lib\net20\Nustache.Core.dll" IncludeRuntimeDependency="false" /> |
| 40 | + <TargetPathWithTargetPlatformMoniker Include="$(PKGNJsonSchema)\lib\netstandard2.0\NJsonSchema.dll" IncludeRuntimeDependency="false" /> |
| 41 | + <TargetPathWithTargetPlatformMoniker Include="$(PKGMicrosoft_Bcl_AsyncInterfaces)\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll" IncludeRuntimeDependency="false" /> |
| 42 | + <TargetPathWithTargetPlatformMoniker Include="$(PKGNewtonsoft_Json)\lib\netstandard1.0\Newtonsoft.Json.dll" IncludeRuntimeDependency="false" /> |
| 43 | + <TargetPathWithTargetPlatformMoniker Include="$(PKGNamotion_Reflection)\lib\netstandard2.0\Namotion.Reflection.dll" IncludeRuntimeDependency="false" /> |
| 44 | + <TargetPathWithTargetPlatformMoniker Include="$(PKGSystem_Diagnostics_DiagnosticSource)\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.dll" IncludeRuntimeDependency="false" /> |
| 45 | + </ItemGroup> |
| 46 | + </Target> |
| 47 | + |
| 48 | +</Project> |
0 commit comments