|
|
|
@ -27,9 +27,10 @@ |
|
|
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
|
|
<UpdateRequired>false</UpdateRequired> |
|
|
|
<MapFileExtensions>true</MapFileExtensions> |
|
|
|
<ApplicationRevision>1</ApplicationRevision> |
|
|
|
<ApplicationRevision>4</ApplicationRevision> |
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
<CreateDesktopShortcut>true</CreateDesktopShortcut> |
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted> |
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
</PropertyGroup> |
|
|
|
@ -73,6 +74,26 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<SignManifests>true</SignManifests> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
|
<LangVersion>7.3</LangVersion> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<Prefer32Bit>true</Prefer32Bit> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
|
|
<OutputPath>bin\x64\Release\</OutputPath> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<PlatformTarget>x64</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> |
|
|
|
|