|
|
|
@ -16,6 +16,7 @@ |
|
|
|
<Deterministic>true</Deterministic> |
|
|
|
<NuGetPackageImportStamp> |
|
|
|
</NuGetPackageImportStamp> |
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
|
<PublishUrl>publish\</PublishUrl> |
|
|
|
<Install>true</Install> |
|
|
|
<InstallFrom>Disk</InstallFrom> |
|
|
|
@ -26,9 +27,8 @@ |
|
|
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
|
|
<UpdateRequired>false</UpdateRequired> |
|
|
|
<MapFileExtensions>true</MapFileExtensions> |
|
|
|
<ApplicationRevision>0</ApplicationRevision> |
|
|
|
<ApplicationRevision>1</ApplicationRevision> |
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted> |
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
@ -56,7 +56,7 @@ |
|
|
|
<StartupObject>Audit.App</StartupObject> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<ManifestCertificateThumbprint>FF6CCA351326B87CFBCEF1771D3D91BD27EAB765</ManifestCertificateThumbprint> |
|
|
|
<ManifestCertificateThumbprint>74D87CC6BC513EEF88732E235C1B03AFDA32DEF9</ManifestCertificateThumbprint> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<ManifestKeyFile>Audit_TemporaryKey.pfx</ManifestKeyFile> |
|
|
|
@ -70,6 +70,26 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<SignManifests>true</SignManifests> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
<LangVersion>7.3</LangVersion> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<Prefer32Bit>true</Prefer32Bit> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
|
|
<OutputPath>bin\x86\Release\</OutputPath> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
<LangVersion>7.3</LangVersion> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<Prefer32Bit>true</Prefer32Bit> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<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> |
|
|
|
|