54 lines
2.1 KiB
XML
54 lines
2.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||
|
<ProjectGuid>{AFF161B8-AF8E-4A16-9AA4-B692EB0D838E}</ProjectGuid>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<RootNamespace>MelonVPNDaemon</RootNamespace>
|
||
|
<AssemblyName>MelonVPNDaemon</AssemblyName>
|
||
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||
|
<ReleaseVersion>1.0</ReleaseVersion>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<DebugType>full</DebugType>
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>bin\Debug</OutputPath>
|
||
|
<DefineConstants>DEBUG;</DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<ExternalConsole>true</ExternalConsole>
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||
|
<Optimize>true</Optimize>
|
||
|
<OutputPath>bin\Release</OutputPath>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<ExternalConsole>true</ExternalConsole>
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="System" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="Program.cs" />
|
||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\MelonVPNCore\MelonVPNCore.csproj">
|
||
|
<Project>{B2F2F96C-3E5D-4176-9D66-479F357BC078}</Project>
|
||
|
<Name>MelonVPNCore</Name>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="melonvpndaemon.service">
|
||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||
|
</None>
|
||
|
<None Include="client.cfg">
|
||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||
|
</None>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||
|
</Project>
|