|
|
@ -14,6 +14,21 @@ |
|
|
<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>AnyCPU</PlatformTarget> |
|
|
@ -24,6 +39,7 @@ |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
@ -34,6 +50,9 @@ |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<SignManifests>false</SignManifests> |
|
|
|
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System.Data" /> |
|
|
<Reference Include="System.Data" /> |
|
|
@ -134,5 +153,17 @@ |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Resource Include="sunlight_logotext.jpg" /> |
|
|
<Resource Include="sunlight_logotext.jpg" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6"> |
|
|
|
|
|
<Visible>False</Visible> |
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4.6 %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> |