import files from QWEN coder

This commit is contained in:
2025-12-10 17:35:57 +05:00
parent d8ad4533d4
commit 2785e1749a
16 changed files with 1032 additions and 0 deletions

25
CodeContextGenerator.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36717.8 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeContextGenerator", "CodeContextGenerator\CodeContextGenerator.csproj", "{F8633901-A03B-46D2-9A44-4C951DD1714C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8633901-A03B-46D2-9A44-4C951DD1714C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8633901-A03B-46D2-9A44-4C951DD1714C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8633901-A03B-46D2-9A44-4C951DD1714C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8633901-A03B-46D2-9A44-4C951DD1714C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A67EDD8-1F3E-4D80-9EDB-CA793665319C}
EndGlobalSection
EndGlobal