Skip to content

Commit

Permalink
Build settings updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos Moullotou committed Jul 12, 2020
1 parent ec2933d commit 8bc378a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Mitigate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>0.0.1.%2a</ApplicationVersion>
<ApplicationVersion>0.0.1.1</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down Expand Up @@ -57,7 +57,13 @@
<ManifestKeyFile>Mitigate_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -109,6 +115,7 @@
</ItemGroup>
<ItemGroup>
<None Include="Mitigate_TemporaryKey.pfx" />
<None Include="Properties\app.manifest" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit 8bc378a

Please sign in to comment.