94 lines
No EOL
3.7 KiB
XML
94 lines
No EOL
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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>
|
|
<RootNamespace>Sparkles</RootNamespace>
|
|
<AssemblyName>Sparkles</AssemblyName>
|
|
<ReleaseVersion>
|
|
</ReleaseVersion>
|
|
<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>
|
|
<ConsolePause>False</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<Optimize>False</Optimize>
|
|
<OutputPath>..\bin</OutputPath>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
</PropertyGroup>
|
|
<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>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWindows|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWindows|AnyCPU'">
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<Optimize>true</Optimize>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AuthenticationInfo.cs" />
|
|
<Compile Include="BaseFetcher.cs" />
|
|
<Compile Include="BaseListener.cs" />
|
|
<Compile Include="BaseRepository.cs" />
|
|
<Compile Include="ChangeSet.cs" />
|
|
<Compile Include="Configuration.cs" />
|
|
<Compile Include="Extensions.cs" />
|
|
<Compile Include="ListenerFactory.cs" />
|
|
<Compile Include="Logger.cs" />
|
|
<Compile Include="InstallationInfo.Directory.cs" />
|
|
<Compile Include="Command.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="SSHCommand.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="SSHFetcher.cs" />
|
|
<Compile Include="SSHAuthenticationInfo.cs" />
|
|
<Compile Include="TcpListener.cs" />
|
|
<Compile Include="User.cs" />
|
|
<Compile Include="InstallationInfo.cs" />
|
|
<Compile Include="Preset.cs" />
|
|
<Compile Include="Invite.cs" />
|
|
<Compile Include="Watcher.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |