mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
d0531bb93b
* Add skeleton dotnet project structure * Fix casing in import statement. * Moving tests folder to be a sibling of src. * Update tests to use directory.builds.props and only build necessary frameworks. * Move more test props to directory.build.props * Add AotCompatible flag and .net 8.0 * Rename Tests to UnitTests * Add global.json file * Update publish mapping for unit tests to debug, to reduce build times.
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<Solution>
|
|
<Configurations>
|
|
<BuildType Name="Debug" />
|
|
<BuildType Name="Publish" />
|
|
<BuildType Name="Release" />
|
|
</Configurations>
|
|
<Folder Name="/Solution Items/">
|
|
<File Path=".editorconfig" />
|
|
<File Path=".gitignore" />
|
|
<File Path="Directory.Build.props" />
|
|
<File Path="Directory.Build.targets" />
|
|
<File Path="Directory.Packages.props" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/nuget/">
|
|
<File Path="nuget/icon.png" />
|
|
<File Path="nuget/nuget-package.props" />
|
|
<File Path="nuget/NUGET.md" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/tests/">
|
|
<File Path="tests/.editorconfig" />
|
|
<File Path="tests/Directory.Build.props" />
|
|
</Folder>
|
|
<Project Path="src/Microsoft.Agents.Abstractions/Microsoft.Agents.Abstractions.csproj" />
|
|
<Project Path="src/Microsoft.Agents/Microsoft.Agents.csproj" />
|
|
<Project Path="tests/Microsoft.Agents.Abstractions.UnitTests/Microsoft.Agents.Abstractions.UnitTests.csproj">
|
|
<BuildType Solution="Publish|*" Project="Debug" />
|
|
</Project>
|
|
<Project Path="tests/Microsoft.Agents.UnitTests/Microsoft.Agents.UnitTests.csproj">
|
|
<BuildType Solution="Publish|*" Project="Debug" />
|
|
</Project>
|
|
</Solution>
|