5 Star 17 Fork 1

朱平齐/MqttEmu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MqttEmu.njsproj 6.46 KB
一键复制 编辑 原始数据 按行查看 历史
朱平齐 提交于 2021-12-24 10:06 +08:00 . 去除affix 换成table 部分滚动
<?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)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<Name>MqttEmu</Name>
<RootNamespace>Prehistoric</RootNamespace>
</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>d0943e25-9566-40f3-851f-60ff33866207</ProjectGuid>
<ProjectHome>
</ProjectHome>
<StartupFile>node_modules\@vue\cli-service\bin\vue-cli-service.js</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>1337</NodejsPort>
<EnableTypeScript>true</EnableTypeScript>
<StartWebBrowser>true</StartWebBrowser>
<ScriptArguments>serve</ScriptArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Content Include="build.txt">
<SubType>Code</SubType>
</Content>
<Content Include="public\favicon.ico" />
<Content Include="public\img\icon.png" />
<Content Include="public\img\icon128.png" />
<Content Include="public\img\icon48.png" />
<Content Include="public\img\logo200.png" />
<Content Include="public\img\wechat1.png" />
<Content Include="public\img\wechat0.png" />
<Content Include="public\img\reward.jpg" />
<Content Include="src\components\clientopt\Tencent.vue" />
<Content Include="src\components\clientopt\Aliyun.vue">
<Publish>False</Publish>
</Content>
<Content Include="src\components\ScriptEdit.vue" />
<Content Include="src\components\ColorPicker.vue" />
<Content Include="src\components\Sub.vue" />
<Content Include="src\components\SensorEdit.vue" />
<Content Include="src\components\Sensors.vue" />
<Content Include="src\components\DeviceEdit.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\ActiveDevices.vue" />
<Content Include="src\components\Debug.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\components\Pub.vue">
<SubType>Code</SubType>
</Content>
<Content Include="src\store\modules\poweredOnDevice.ts">
<SubType>Code</SubType>
</Content>
<Content Include="src\lang\en.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\lang\zh.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\App.vue" />
<Content Include="src\components\Devices.vue" />
<Content Include="tsconfig.json" />
<Content Include="package.json" />
<Content Include="README.md">
<Publish>False</Publish>
</Content>
<Content Include="vue.config.js" />
</ItemGroup>
<ItemGroup>
<Folder Include="dist\" />
<Folder Include="public\" />
<Folder Include="public\img\" />
<Folder Include="src\components\clientopt\" />
<Folder Include="src\lang\" />
<Folder Include="src\" />
<Folder Include="src\assets\" />
<Folder Include="src\components\" />
<Folder Include="src\core\" />
<Folder Include="src\store\" />
<Folder Include="src\store\modules\" />
</ItemGroup>
<ItemGroup>
<None Include="src\app.ts" />
<None Include="src\shims-vue.d.ts" />
<None Include="src\shims-tsx.d.ts" />
</ItemGroup>
<ItemGroup>
<Content Include="babel.config.js" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="src\core\db.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\mqtt-options.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\respository.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\core\utils.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\main.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
<TypeScriptCompile Include="src\store\index.ts">
<SubType>Code</SubType>
</TypeScriptCompile>
</ItemGroup>
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsToolsV2.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:48022/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>True</UseCustomServer>
<CustomServerUrl>http://localhost:1337</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>False</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zhupingqi/MqttEmu.git
git@gitee.com:zhupingqi/MqttEmu.git
zhupingqi
MqttEmu
MqttEmu
master

搜索帮助