|
|
@ -14,16 +14,32 @@ |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
|
<Deterministic>true</Deterministic> |
|
|
<Deterministic>true</Deterministic> |
|
|
|
|
|
<PublishUrl>publish\</PublishUrl> |
|
|
|
|
|
<Install>true</Install> |
|
|
|
|
|
<InstallFrom>Disk</InstallFrom> |
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled> |
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode> |
|
|
|
|
|
<UpdateInterval>7</UpdateInterval> |
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
|
|
|
|
<UpdateRequired>false</UpdateRequired> |
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions> |
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision> |
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugType>full</DebugType> |
|
|
<DebugType>full</DebugType> |
|
|
<Optimize>false</Optimize> |
|
|
<Optimize>true</Optimize> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
@ -109,5 +125,17 @@ |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Resource Include="Logo\sunlight_sc.png" /> |
|
|
<Resource Include="Logo\sunlight_sc.png" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.8"> |
|
|
|
|
|
<Visible>False</Visible> |
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName> |
|
|
|
|
|
<Install>true</Install> |
|
|
|
|
|
</BootstrapperPackage> |
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
|
|
|
|
<Visible>False</Visible> |
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
|
|
|
|
<Install>false</Install> |
|
|
|
|
|
</BootstrapperPackage> |
|
|
|
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
</Project> |
|
|
</Project> |