/SparkleLib/SparkleLib.csproj
http://github.com/hbons/SparkleShare · MSBuild · 51 lines · 51 code · 0 blank · 0 comment · 4 complexity · e38666b735ee87ac2eb86538ec5cbc99 MD5 · raw file
- <?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>SparkleLib</RootNamespace>
- <AssemblyName>SparkleLib</AssemblyName>
- <ReleaseVersion>
- </ReleaseVersion>
- </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>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="SparkleRepoBase.cs" />
- <Compile Include="SparkleFetcherBase.cs" />
- <Compile Include="SparkleWrappers.cs" />
- <Compile Include="SparkleListenerBase.cs" />
- <Compile Include="SparkleListenerFactory.cs" />
- <Compile Include="SparkleListenerTcp.cs" />
- <Compile Include="SparkleBackend.cs" />
- <Compile Include="SparkleConfig.cs" />
- <Compile Include="SparkleWatcher.cs" />
- <Compile Include="SparkleExtensions.cs" />
- <Compile Include="SparkleUser.cs" />
- <Compile Include="SparkleLogger.cs" />
- <Compile Include="Defines.cs" />
- <Compile Include="SparkleFetcherSSH.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- </Project>