11 lines
923 B
XML
11 lines
923 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project ver="10" name="CAN上位机" libEmbed="true" icon="..." ui="website" output="CAN上位机.exe" CompanyName="单位名称" FileDescription="CAN上位机" LegalCopyright="Copyright (C) 作者 2024" ProductName="CAN上位机" InternalName="CAN上位机" FileVersion="0.0.0.1" ProductVersion="0.0.0.1" publishDir="/dist/" dstrip="false" local="false" ignored="false">
|
|
<file name="main.aardio" path="main.aardio" comment="main.aardio"/>
|
|
<folder name="资源文件" path="res" embed="true" local="false" ignored="false"/>
|
|
<folder name="窗体文件" path="dlg" comment="目录" embed="true" local="false" ignored="false"/>
|
|
<folder name="web" path="web" embed="true" comment="目录" local="false" ignored="false">
|
|
<file name="index.html" path="web\index.html" comment="web\index.html"/>
|
|
<file name="vue.js" path="web\vue.js" comment="web\vue.js"/>
|
|
</folder>
|
|
</project>
|