|
|
|
@ -27,9 +27,10 @@ |
|
|
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
|
|
<UpdateRequired>false</UpdateRequired> |
|
|
|
<MapFileExtensions>true</MapFileExtensions> |
|
|
|
<ApplicationRevision>1</ApplicationRevision> |
|
|
|
<ApplicationRevision>3</ApplicationRevision> |
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
<CreateDesktopShortcut>true</CreateDesktopShortcut> |
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted> |
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
</PropertyGroup> |
|
|
|
@ -56,7 +57,7 @@ |
|
|
|
<StartupObject>Audit.App</StartupObject> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<ManifestCertificateThumbprint>74D87CC6BC513EEF88732E235C1B03AFDA32DEF9</ManifestCertificateThumbprint> |
|
|
|
<ManifestCertificateThumbprint>FF6CCA351326B87CFBCEF1771D3D91BD27EAB765</ManifestCertificateThumbprint> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<ManifestKeyFile>Audit_TemporaryKey.pfx</ManifestKeyFile> |
|
|
|
@ -70,26 +71,6 @@ |
|
|
|
<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> |
|
|
|
@ -223,11 +204,6 @@ |
|
|
|
<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" /> |
|
|
|
</Project> |