Initial commit to new repository
This commit is contained in:
25
src/AxCopilot.Installer/AxCopilot.Installer.csproj
Normal file
25
src/AxCopilot.Installer/AxCopilot.Installer.csproj
Normal file
@@ -0,0 +1,25 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<Nullable>annotations</Nullable>
|
||||
<AssemblyName>AxCopilot_Setup</AssemblyName>
|
||||
<ApplicationIcon>..\AxCopilot\Assets\icon.ico</ApplicationIcon>
|
||||
<Version>1.8.0</Version>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="System.IO.Compression" />
|
||||
<Reference Include="System.IO.Compression.FileSystem" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- 본체 ZIP 내장 (build.bat가 payload.zip 생성) -->
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="payload.zip" Condition="Exists('payload.zip')">
|
||||
<LogicalName>payload.zip</LogicalName>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user