|
|
@@ -12,6 +12,23 @@
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
+ <NuGetPackageImportStamp>
|
|
|
+ </NuGetPackageImportStamp>
|
|
|
+ <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 Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
@@ -102,6 +119,7 @@
|
|
|
<EmbeddedResource Include="Views\TestWebForm.resx">
|
|
|
<DependentUpon>TestWebForm.cs</DependentUpon>
|
|
|
</EmbeddedResource>
|
|
|
+ <None Include="packages.config" />
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
@@ -125,11 +143,30 @@
|
|
|
<Name>Y.Utils</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup />
|
|
|
<ItemGroup>
|
|
|
+ <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>Microsoft .NET Framework 4.5.2 %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>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="FodyWeavers.xml" />
|
|
|
<Content Include="Images\BackgroundImages\Rainbow.png" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <Import Project="..\packages\Fody.2.0.6\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.2.0.6\build\dotnet\Fody.targets')" />
|
|
|
+ <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
+ <PropertyGroup>
|
|
|
+ <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Error Condition="!Exists('..\packages\Fody.2.0.6\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.0.6\build\dotnet\Fody.targets'))" />
|
|
|
+ </Target>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
<Target Name="BeforeBuild">
|