|
|
@ -16,6 +16,22 @@ |
|
|
<Deterministic>true</Deterministic> |
|
|
<Deterministic>true</Deterministic> |
|
|
<NuGetPackageImportStamp> |
|
|
<NuGetPackageImportStamp> |
|
|
</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> |
|
|
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted> |
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
@ -39,6 +55,21 @@ |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<StartupObject>Audit.App</StartupObject> |
|
|
<StartupObject>Audit.App</StartupObject> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<ManifestCertificateThumbprint>FF6CCA351326B87CFBCEF1771D3D91BD27EAB765</ManifestCertificateThumbprint> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<ManifestKeyFile>Audit_TemporaryKey.pfx</ManifestKeyFile> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<GenerateManifests>true</GenerateManifests> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<TargetZone>LocalIntranet</TargetZone> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<SignManifests>true</SignManifests> |
|
|
|
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Reference Include="CommonServiceLocator, Version=2.0.6.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL"> |
|
|
<Reference Include="CommonServiceLocator, Version=2.0.6.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL"> |
|
|
<HintPath>packages\CommonServiceLocator.2.0.6\lib\net48\CommonServiceLocator.dll</HintPath> |
|
|
<HintPath>packages\CommonServiceLocator.2.0.6\lib\net48\CommonServiceLocator.dll</HintPath> |
|
|
@ -138,7 +169,9 @@ |
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
|
</EmbeddedResource> |
|
|
</EmbeddedResource> |
|
|
|
|
|
<None Include="Audit_TemporaryKey.pfx" /> |
|
|
<None Include="packages.config" /> |
|
|
<None Include="packages.config" /> |
|
|
|
|
|
<None Include="Properties\app.manifest" /> |
|
|
<None Include="Properties\Settings.settings"> |
|
|
<None Include="Properties\Settings.settings"> |
|
|
<Generator>SettingsSingleFileGenerator</Generator> |
|
|
<Generator>SettingsSingleFileGenerator</Generator> |
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
|
@ -159,5 +192,22 @@ |
|
|
<Name>Models</Name> |
|
|
<Name>Models</Name> |
|
|
</ProjectReference> |
|
|
</ProjectReference> |
|
|
</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> |
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.SqlServer.Express.10.5"> |
|
|
|
|
|
<Visible>False</Visible> |
|
|
|
|
|
<ProductName>SQL Server 2008 R2 Express</ProductName> |
|
|
|
|
|
<Install>true</Install> |
|
|
|
|
|
</BootstrapperPackage> |
|
|
|
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
</Project> |
|
|
</Project> |