22 lines
840 B
XML
22 lines
840 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<RootNamespace>Prism_ScriptCore</RootNamespace>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<InvariantGlobalization>true</InvariantGlobalization>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="bin\Debug\net9.0\Prism-ScriptCore.deps.json" />
|
|
<Content Include="bin\Debug\net9.0\Prism-ScriptCore.dll" />
|
|
<Content Include="bin\Debug\net9.0\Prism-ScriptCore.pdb" />
|
|
<Content Include="bin\Release\net9.0\Prism-ScriptCore.deps.json" />
|
|
<Content Include="bin\Release\net9.0\Prism-ScriptCore.dll" />
|
|
<Content Include="bin\Release\net9.0\Prism-ScriptCore.pdb" />
|
|
<Content Include="Prism-ScriptCore.sln" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|