updated publish settings
This commit is contained in:
parent
7aa2e158f3
commit
945879d9cf
1 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<PublishUrl>F:\</PublishUrl>
|
||||
<PublishUrl>publish\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Disk</InstallFrom>
|
||||
<UpdateEnabled>false</UpdateEnabled>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>2</WarningLevel>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
|
@ -89,6 +89,7 @@
|
|||
<ItemGroup>
|
||||
<Compile Include="notificationIcon.cs" />
|
||||
<Compile Include="OSInfo.cs" />
|
||||
<Compile Include="Settings.cs" />
|
||||
<Compile Include="setup.cs" />
|
||||
<Compile Include="databaseTools.cs" />
|
||||
<Compile Include="ejectDrive.cs" />
|
||||
|
|
Reference in a new issue