ShareX/ShareX.IndexerLib/ShareX.IndexerLib.csproj

119 lines
5.3 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">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{750C6F46-2C5A-4488-81D3-3B35CA50F3EE}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
2014-12-11 09:25:20 +13:00
<RootNamespace>ShareX.IndexerLib</RootNamespace>
<AssemblyName>ShareX.IndexerLib</AssemblyName>
2014-05-24 02:56:27 +12:00
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
2013-11-03 23:53:49 +13:00
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
2014-05-24 02:56:27 +12:00
<TargetFrameworkProfile />
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>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2014-10-05 01:55:18 +13:00
<DebugType>none</DebugType>
2013-11-03 23:53:49 +13:00
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2014-10-05 01:55:18 +13:00
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
2015-07-23 18:00:51 +12:00
<DebugSymbols>false</DebugSymbols>
2013-11-03 23:53:49 +13:00
</PropertyGroup>
2015-09-06 20:19:09 +12:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Steam|AnyCPU'">
<OutputPath>bin\Steam\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
2017-04-21 10:59:19 +12:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStore|AnyCPU'">
<OutputPath>bin\WindowsStore\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
2013-11-03 23:53:49 +13:00
<ItemGroup>
2017-03-25 00:56:49 +13:00
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
2017-04-06 19:53:37 +12:00
<HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
2013-11-03 23:53:49 +13:00
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
2016-02-03 01:58:34 +13:00
<Reference Include="System.Data" />
2013-11-03 23:53:49 +13:00
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
2016-02-03 01:58:34 +13:00
<Compile Include="Forms\DirectoryIndexerForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\DirectoryIndexerForm.Designer.cs">
<DependentUpon>DirectoryIndexerForm.cs</DependentUpon>
</Compile>
2013-11-03 23:53:49 +13:00
<Compile Include="Enums.cs" />
<Compile Include="HtmlHelper.cs" />
<Compile Include="Indexer.cs" />
<Compile Include="IndexerHtml.cs" />
2016-02-03 09:06:22 +13:00
<Compile Include="IndexerJson.cs" />
2013-11-03 23:53:49 +13:00
<Compile Include="IndexerSettings.cs" />
<Compile Include="IndexerText.cs" />
<Compile Include="FolderInfo.cs" />
<Compile Include="IndexerXml.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ShareX.HelpersLib\ShareX.HelpersLib.csproj">
2013-11-03 23:53:49 +13:00
<Project>{327750e1-9fb7-4cc3-8aea-9bc42180cad3}</Project>
<Name>ShareX.HelpersLib</Name>
2013-11-03 23:53:49 +13:00
</ProjectReference>
</ItemGroup>
<ItemGroup>
2016-02-03 01:58:34 +13:00
<EmbeddedResource Include="Forms\DirectoryIndexerForm.resx">
<DependentUpon>DirectoryIndexerForm.cs</DependentUpon>
</EmbeddedResource>
2013-11-03 23:53:49 +13:00
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Resources\IndexerDefault.css" />
2013-11-03 23:53:49 +13:00
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<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>