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>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||||
<PublishUrl>F:\</PublishUrl>
|
<PublishUrl>publish\</PublishUrl>
|
||||||
<Install>true</Install>
|
<Install>true</Install>
|
||||||
<InstallFrom>Disk</InstallFrom>
|
<InstallFrom>Disk</InstallFrom>
|
||||||
<UpdateEnabled>false</UpdateEnabled>
|
<UpdateEnabled>false</UpdateEnabled>
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>2</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -89,6 +89,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="notificationIcon.cs" />
|
<Compile Include="notificationIcon.cs" />
|
||||||
<Compile Include="OSInfo.cs" />
|
<Compile Include="OSInfo.cs" />
|
||||||
|
<Compile Include="Settings.cs" />
|
||||||
<Compile Include="setup.cs" />
|
<Compile Include="setup.cs" />
|
||||||
<Compile Include="databaseTools.cs" />
|
<Compile Include="databaseTools.cs" />
|
||||||
<Compile Include="ejectDrive.cs" />
|
<Compile Include="ejectDrive.cs" />
|
||||||
|
|
Reference in a new issue