Blame view

netcore/src/Modularity/VisualData/NCC.VisualData/NCC.VisualData.csproj 596 Bytes
de2bd2f9   “wangming”   项目初始化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  <Project Sdk="Microsoft.NET.Sdk">
  
  	<PropertyGroup>
  		<TargetFramework>net6.0</TargetFramework>
  	</PropertyGroup>
  
  	<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  		<DocumentationFile>bin\Debug\$(AssemblyName).xml</DocumentationFile>
  	</PropertyGroup>
  
  	<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  		<DocumentationFile>bin\Release\$(AssemblyName).xml</DocumentationFile>
  	</PropertyGroup>
  
  	<ItemGroup>
  		<ProjectReference Include="..\NCC.VisualData.Interfaces\NCC.VisualData.Interfaces.csproj" />
  	</ItemGroup>
  
  </Project>