Files
SparkleLibrary/SparkleLibrary.csproj
2017-02-04 13:48:07 +01:00

71 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D63F9786-B608-4085-AF08-D909448B0426}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SparkleLibrary</RootNamespace>
<AssemblyName>SparkleLibrary</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>sparkle-keyfile.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Adapters\AnimationAdapter.cs" />
<Compile Include="Animation\Animateable.cs" />
<Compile Include="Animation\Animation.cs" />
<Compile Include="Animation\Events.cs" />
<Compile Include="Effects\Effect.cs" />
<Compile Include="Effects\Effects.cs" />
<Compile Include="Locators\Locators.cs" />
<Compile Include="Locators\PointLocator.cs" />
<Compile Include="Locators\RectangleLocator.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Sprites\Audio.cs" />
<Compile Include="Sprites\ImageSprite.cs" />
<Compile Include="Sprites\ISprite.cs" />
<Compile Include="Sprites\ShapeSprite.cs" />
<Compile Include="Sprites\Sprite.cs" />
<Compile Include="Sprites\TextSprite.cs" />
</ItemGroup>
<ItemGroup>
<None Include="sparkle-keyfile.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>