Skip to content

Commit

Permalink
Merge pull request #3 from chipitsine/master
Browse files Browse the repository at this point in the history
several build improvements
  • Loading branch information
mattock authored Nov 21, 2016
2 parents 7d6f7c2 + c41db47 commit 2d4e3ed
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj
/bin
9 changes: 2 additions & 7 deletions OpenVpnService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>

<PropertyGroup>
<StartupObject>OpenVpn.OpenVpnService</StartupObject>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
Expand All @@ -54,7 +52,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
Expand All @@ -74,7 +71,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
Expand All @@ -84,6 +80,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -94,8 +91,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>


<ItemGroup>
<Compile Include="ProjectInstaller.cs">
<SubType>Component</SubType>
Expand Down Expand Up @@ -151,4 +146,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 1.0.{build}
build:
project: OpenVpnService.sln
verbosity: minimal
artifacts:
- path: bin
Binary file removed bin/Debug/OpenVpnServ.exe
Binary file not shown.
Binary file removed bin/Release/OpenVpnServ.exe
Binary file not shown.
Binary file removed bin/x64/Debug/OpenVpnServ.exe
Binary file not shown.
Binary file removed bin/x64/Release/OpenVpnServ.exe
Binary file not shown.
Binary file removed bin/x86/Debug/OpenVpnServ.exe
Binary file not shown.
Binary file removed bin/x86/Release/OpenVpnServ.exe
Binary file not shown.

0 comments on commit 2d4e3ed

Please sign in to comment.