ShareX/HistoryLib/HistoryLib.csproj

112 lines
4.6 KiB
XML
Raw Normal View History

2013-11-03 23:53:49 +13:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E7DE6237-AEA2-498B-8F56-9B392472C490}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>HistoryLib</RootNamespace>
<AssemblyName>HistoryLib</AssemblyName>
2014-05-24 02:56:27 +12:00
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
2013-11-03 23:53:49 +13:00
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
2013-11-03 23:53:49 +13:00
</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>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="ImageListView, Version=11.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\ImageListView.11.0.1\lib\net35\ImageListView.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="HistoryItemManager_ContextMenu.cs" />
<Compile Include="HistoryItemOld.cs" />
<Compile Include="ImageHistoryForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ImageHistoryForm.Designer.cs">
<DependentUpon>ImageHistoryForm.cs</DependentUpon>
</Compile>
<Compile Include="UserControls\ObjectListView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Enums.cs" />
<Compile Include="HistoryForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="HistoryForm.Designer.cs">
<DependentUpon>HistoryForm.cs</DependentUpon>
</Compile>
<Compile Include="HistoryItem.cs" />
<Compile Include="HistoryItemInfoForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="HistoryItemInfoForm.Designer.cs">
<DependentUpon>HistoryItemInfoForm.cs</DependentUpon>
</Compile>
<Compile Include="HistoryItemManager.cs" />
<Compile Include="HistoryManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="XMLManagerOld.cs" />
<Compile Include="XMLManager.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HelpersLib\HelpersLib.csproj">
<Project>{327750E1-9FB7-4CC3-8AEA-9BC42180CAD3}</Project>
<Name>HelpersLib</Name>
</ProjectReference>
</ItemGroup>
2014-05-24 04:08:24 +12:00
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
2013-11-03 23:53:49 +13:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
2013-11-03 23:53:49 +13:00
<!-- 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>