This commit is contained in:
2025-11-28 12:36:25 +01:00
parent d116ea57d4
commit 33029ed3eb
3 changed files with 13 additions and 13 deletions

View File

@@ -124,16 +124,6 @@
<ItemGroup>
<EmbeddedResource Include="Prompt\SystemPrompts\system_prompt3.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Shared\Shared.csproj">
<Project>{2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4}</Project>
<Name>Shared</Name>
</ProjectReference>
<ProjectReference Include="..\ServerUtils\ServerUtils.csproj">
<Project>{ec2349fb-7fe0-4ad1-b28b-a7a27af80a57}</Project>
<Name>ServerUtils</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Prompt\Factories\" />
</ItemGroup>
@@ -141,5 +131,15 @@
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Shared\Shared.csproj">
<Project>{2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}</Project>
<Name>Shared</Name>
</ProjectReference>
<ProjectReference Include="..\ServerUtils\ServerUtils.csproj">
<Project>{EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}</Project>
<Name>ServerUtils</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>