SparkleShare/Sparkles/Sparkles.csproj

75 lines
2.9 KiB
XML
Raw Normal View History

2017-03-13 17:32:02 +00:00
<?xml version="1.0" encoding="utf-8"?>
2012-07-28 13:58:09 +00:00
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2C914413-B31C-4362-93C7-1AE34F09112A}</ProjectGuid>
<OutputType>Library</OutputType>
2016-03-31 08:35:26 +00:00
<RootNamespace>Sparkles</RootNamespace>
<AssemblyName>Sparkles</AssemblyName>
<ReleaseVersion>
</ReleaseVersion>
2016-04-06 09:19:03 +00:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2012-11-19 15:06:56 +00:00
<ConsolePause>False</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2012-11-19 15:06:56 +00:00
<Optimize>False</Optimize>
2012-12-10 17:55:02 +00:00
<OutputPath>..\bin</OutputPath>
<WarningLevel>4</WarningLevel>
<DebugSymbols>true</DebugSymbols>
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
2016-09-26 19:53:57 +00:00
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMac|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMac|AnyCPU' ">
<Optimize>False</Optimize>
<OutputPath>..\bin</OutputPath>
<WarningLevel>4</WarningLevel>
<DebugSymbols>true</DebugSymbols>
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
2017-03-13 17:32:02 +00:00
<Compile Include="AuthenticationInfo.cs" />
<Compile Include="BaseFetcher.cs" />
<Compile Include="BaseListener.cs" />
<Compile Include="BaseRepository.cs" />
<Compile Include="ChangeSet.cs" />
2016-03-30 23:36:31 +00:00
<Compile Include="Configuration.cs" />
<Compile Include="Extensions.cs" />
2017-03-13 17:32:02 +00:00
<Compile Include="ListenerFactory.cs" />
2016-03-30 23:36:31 +00:00
<Compile Include="Logger.cs" />
2016-03-31 08:35:26 +00:00
<Compile Include="InstallationInfo.Directory.cs" />
2016-03-30 23:36:31 +00:00
<Compile Include="Command.cs" />
2017-03-13 17:32:02 +00:00
<Compile Include="SSHCommand.cs" />
<Compile Include="SSHFetcher.cs" />
<Compile Include="SSHAuthenticationInfo.cs" />
<Compile Include="TcpListener.cs" />
<Compile Include="User.cs" />
2016-03-31 08:35:26 +00:00
<Compile Include="InstallationInfo.cs" />
<Compile Include="Preset.cs" />
2016-04-01 08:15:47 +00:00
<Compile Include="Invite.cs" />
2017-03-13 17:32:02 +00:00
<Compile Include="Watcher.cs" />
2016-03-30 23:36:31 +00:00
</ItemGroup>
2017-03-13 17:32:02 +00:00
<ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>