|
|
@ -17,6 +17,7 @@ |
|
|
<NuGetPackageImportStamp> |
|
|
<NuGetPackageImportStamp> |
|
|
</NuGetPackageImportStamp> |
|
|
</NuGetPackageImportStamp> |
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
|
|
|
<TargetFrameworkProfile /> |
|
|
<PublishUrl>publish\</PublishUrl> |
|
|
<PublishUrl>publish\</PublishUrl> |
|
|
<Install>true</Install> |
|
|
<Install>true</Install> |
|
|
<InstallFrom>Disk</InstallFrom> |
|
|
<InstallFrom>Disk</InstallFrom> |
|
|
@ -33,10 +34,9 @@ |
|
|
<CreateDesktopShortcut>true</CreateDesktopShortcut> |
|
|
<CreateDesktopShortcut>true</CreateDesktopShortcut> |
|
|
<PublishWizardCompleted>true</PublishWizardCompleted> |
|
|
<PublishWizardCompleted>true</PublishWizardCompleted> |
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
<TargetFrameworkProfile /> |
|
|
|
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugType>full</DebugType> |
|
|
<DebugType>full</DebugType> |
|
|
<Optimize>false</Optimize> |
|
|
<Optimize>false</Optimize> |
|
|
@ -44,6 +44,7 @@ |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|