mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-15 01:24:32 +00:00
update debugType option
This commit is contained in:
parent
caa33124bf
commit
91249c4b33
@ -21,8 +21,6 @@
|
|||||||
<EnableNetAnalyzers>true</EnableNetAnalyzers>
|
<EnableNetAnalyzers>true</EnableNetAnalyzers>
|
||||||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
||||||
<IsTestProject>false</IsTestProject>
|
<IsTestProject>false</IsTestProject>
|
||||||
<DebugType>embedded</DebugType>
|
|
||||||
<DebugSymbols>true</DebugSymbols>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
@ -31,9 +31,6 @@
|
|||||||
|
|
||||||
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
|
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
|
||||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||||
|
|
||||||
<!-- Include the XML documentation file in the NuGet package. -->
|
|
||||||
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@ -44,8 +41,8 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<!-- Include icon.png and NUGET.md in the project. -->
|
<!-- Include icon.png and NUGET.md in the project. -->
|
||||||
<None Include="$(RepoRoot)/nuget/icon.png" Link="icon.png" Pack="true" PackagePath="." />
|
<None Include="$(RepoRoot)nuget/icon.png" Link="icon.png" Pack="true" PackagePath="." />
|
||||||
<None Include="$(RepoRoot)/nuget/NUGET.md" Link="NUGET.md" Pack="true" PackagePath="." />
|
<None Include="$(RepoRoot)nuget/NUGET.md" Link="NUGET.md" Pack="true" PackagePath="." />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user