Skip to content

Commit

Permalink
Publish version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayChavda committed Jun 8, 2017
1 parent bfc7435 commit c339d8d
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions RSFJ/RSFJ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,31 @@
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>Release\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<MapFileExtensions>false</MapFileExtensions>
<InstallUrl>https://augmentsoftware.000webhostapp.com/rsfj/download/</InstallUrl>
<UpdateUrl>https://augmentsoftware.000webhostapp.com/rsfj/download/</UpdateUrl>
<SupportUrl>https://augmentsoftware.000webhostapp.com/rsfj/</SupportUrl>
<ErrorReportUrl>https://augmentsoftware.000webhostapp.com/rsfj/</ErrorReportUrl>
<ProductName>RSFJ</ProductName>
<PublisherName>Augment Software</PublisherName>
<SuiteName>Augment Software</SuiteName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>0.1.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<UseApplicationTrust>true</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -54,6 +65,9 @@
<PropertyGroup>
<ManifestCertificateThumbprint>469BB3598D52957DF23E8AA5982591F9C11F1862</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="MahApps.Metro, Version=1.5.0.23, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
<HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath>
Expand Down

0 comments on commit c339d8d

Please sign in to comment.