- 将版本号从 2.13.4.0 更新为 2.13.4-beta.2 - 更新发布者版权信息 - 调整解决方案文件,为项目添加 x64 平台配置 - 修改安装程序配置,指定 win-x64 目标路径 - 删除旧的安装程序可执行文件和过期文档 - 为 SetupPkgBuild 目录添加 .gitignore 文件
24 lines
837 B
Plaintext
24 lines
837 B
Plaintext
<Solution>
|
|
<Configurations>
|
|
<BuildType Name="CI" />
|
|
<BuildType Name="Beta" />
|
|
<BuildType Name="Debug" />
|
|
<BuildType Name="Release" />
|
|
<Platform Name="AnyCPU" />
|
|
<Platform Name="ARM64" />
|
|
<Platform Name="x64" />
|
|
</Configurations>
|
|
<Project Path="PCL.Core\PCL.Core.csproj">
|
|
<Platform Solution="Release|x64" Project="x64" />
|
|
</Project>
|
|
<Project Path="PCL.Core\SourceGenerators\PCL.Core.SourceGenerators.csproj">
|
|
<Platform Solution="Release|x64" Project="x64" />
|
|
</Project>
|
|
<Project Path="PCL.Test\PCL.Test.csproj">
|
|
<Configuration Solution="*|*" Project="*|*|NoBuild" />
|
|
<Platform Solution="Release|x64" Project="x64" />
|
|
</Project>
|
|
<Project Path="Plain Craft Launcher 2\Plain Craft Launcher 2.vbproj">
|
|
<Platform Solution="Release|x64" Project="x64" />
|
|
</Project>
|
|
</Solution> |