openpetswithchatandmcp/website/scriptoriumai-ui.njsproj
OpenPets Dev 65ac83849e Add 'website/' from commit '966aea480ffe1c340553aa878def30131d2af827'
git-subtree-dir: website
git-subtree-mainline: 8d3849caea
git-subtree-split: 966aea480f
2026-06-17 20:48:39 +00:00

148 lines
No EOL
7.3 KiB
XML
Executable file

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">17.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<UseIISExpress>true</UseIISExpress>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{98281D7A-4E86-476D-A300-15FCB7BB8A60}</ProjectGuid>
<ProjectHome>.</ProjectHome>
<ProjectView>ShowAllFiles</ProjectView>
<StartupFile>scripts\dev-singleton.mjs</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{349C5851-65DF-11DA-9384-00065B846F21};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
<NodejsPort>4173</NodejsPort>
<EnableTypeScript>true</EnableTypeScript>
<StartWebBrowser>false</StartWebBrowser>
<AnalysisIgnoredDirectories>.git;.vs;.vscode;.gitnexus;node_modules;dist;coverage;test-results;playwright-report;mirrors;tmp;x64</AnalysisIgnoredDirectories>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Content Include="package.json;package-lock.json;tsconfig.json;tsconfig.node.json;vite.config.ts;playwright.config.ts;postcss.config.js;tailwind.config.js;.eslintrc.cjs;public\**\*;src\**\*;tests\**\*;scripts\**\*;config\**\*" />
<None Include=".env.example;.env.local;.env.production;README.md" />
</ItemGroup>
<ItemGroup>
<Folder Include="config\" />
<Folder Include="public\" />
<Folder Include="public\branding\" />
<Folder Include="scripts\" />
<Folder Include="src\" />
<Folder Include="src\.gitnexus\" />
<Folder Include="src\assets\" />
<Folder Include="src\assets\branding\" />
<Folder Include="src\auth\" />
<Folder Include="src\components\" />
<Folder Include="src\components\auth\" />
<Folder Include="src\components\editor\" />
<Folder Include="src\components\glass\" />
<Folder Include="src\components\icons\" />
<Folder Include="src\components\legacy-editor\" />
<Folder Include="src\components\marketing\" />
<Folder Include="src\components\memory\" />
<Folder Include="src\components\publication\" />
<Folder Include="src\components\search\" />
<Folder Include="src\components\ui\" />
<Folder Include="src\components\__tests__\" />
<Folder Include="src\constants\" />
<Folder Include="src\contexts\" />
<Folder Include="src\hooks\" />
<Folder Include="src\layouts\" />
<Folder Include="src\lib\" />
<Folder Include="src\pages\" />
<Folder Include="src\pages\.claude\" />
<Folder Include="src\pages\.claude\skills\" />
<Folder Include="src\pages\.claude\skills\gitnexus\" />
<Folder Include="src\pages\.claude\skills\gitnexus\gitnexus-cli\" />
<Folder Include="src\pages\.claude\skills\gitnexus\gitnexus-debugging\" />
<Folder Include="src\pages\.claude\skills\gitnexus\gitnexus-exploring\" />
<Folder Include="src\pages\.claude\skills\gitnexus\gitnexus-guide\" />
<Folder Include="src\pages\.claude\skills\gitnexus\gitnexus-impact-analysis\" />
<Folder Include="src\pages\.claude\skills\gitnexus\gitnexus-refactoring\" />
<Folder Include="src\pages\.gitnexus\" />
<Folder Include="src\pages\editor-simplified\" />
<Folder Include="src\pages\legal\" />
<Folder Include="src\pages\Runboard\" />
<Folder Include="src\router\" />
<Folder Include="src\router\.gitnexus\" />
<Folder Include="src\router\lazy-pages\" />
<Folder Include="src\services\" />
<Folder Include="src\stores\" />
<Folder Include="src\stores\.claude\" />
<Folder Include="src\stores\.claude\skills\" />
<Folder Include="src\stores\.claude\skills\gitnexus\" />
<Folder Include="src\stores\.claude\skills\gitnexus\gitnexus-cli\" />
<Folder Include="src\stores\.claude\skills\gitnexus\gitnexus-debugging\" />
<Folder Include="src\stores\.claude\skills\gitnexus\gitnexus-exploring\" />
<Folder Include="src\stores\.claude\skills\gitnexus\gitnexus-guide\" />
<Folder Include="src\stores\.claude\skills\gitnexus\gitnexus-impact-analysis\" />
<Folder Include="src\stores\.claude\skills\gitnexus\gitnexus-refactoring\" />
<Folder Include="src\stores\.gitnexus\" />
<Folder Include="src\styles\" />
<Folder Include="src\test\" />
<Folder Include="src\utils\" />
<Folder Include="src\utils\runboard\" />
<Folder Include="src\vendor\" />
<Folder Include="src\vendor\liquid-glass-react\" />
<Folder Include="src\__tests__\" />
<Folder Include="src\__tests__\helpers\" />
<Folder Include="src\__tests__\__fixtures__\" />
<Folder Include="tests\" />
<Folder Include="tests\e2e\" />
<Folder Include="tests\e2e\helpers\" />
<Folder Include="tests\e2e\screenshots\" />
<Folder Include="tests\e2e\visual-regression.spec.ts-snapshots\" />
</ItemGroup>
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsToolsV2.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:54388/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
<WebProjectProperties>
<StartPageUrl>
</StartPageUrl>
<StartAction>CurrentPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>True</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>