45 lines
1.8 KiB
XML
45 lines
1.8 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)' == '' ">AnyCPU</Platform>
|
||
|
|
<ProductVersion>10.0.0</ProductVersion>
|
||
|
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
|
<ProjectGuid>{3B546BD0-7549-4CE3-9B68-5C149B8AA2E7}</ProjectGuid>
|
||
|
|
<OutputType>Exe</OutputType>
|
||
|
|
<RootNamespace>SQLiteTool</RootNamespace>
|
||
|
|
<AssemblyName>SQLiteTool</AssemblyName>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
|
<DebugType>full</DebugType>
|
||
|
|
<Optimize>False</Optimize>
|
||
|
|
<OutputPath>bin\Debug</OutputPath>
|
||
|
|
<WarningLevel>4</WarningLevel>
|
||
|
|
<DefineConstants>DEBUG</DefineConstants>
|
||
|
|
<DebugSymbols>true</DebugSymbols>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
|
<DebugType>none</DebugType>
|
||
|
|
<Optimize>False</Optimize>
|
||
|
|
<OutputPath>bin\Release</OutputPath>
|
||
|
|
<WarningLevel>4</WarningLevel>
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Reference Include="System" />
|
||
|
|
<Reference Include="System.Data" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Include="Main.cs" />
|
||
|
|
<Compile Include="AssemblyInfo.cs" />
|
||
|
|
</ItemGroup>
|
||
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\..\Duplicati\Library\Utility\Duplicati.Library.Utility.csproj">
|
||
|
|
<Project>{DE3E5D4C-51AB-4E5E-BEE8-E636CEBFBA65}</Project>
|
||
|
|
<Name>Duplicati.Library.Utility</Name>
|
||
|
|
</ProjectReference>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<None Include="App.config" />
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|