You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
3.7 KiB
89 lines
3.7 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" 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>{0F106257-E070-4510-BFA7-87CC6EDC5BA1}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Itenso.Rtf.Converter.Html</RootNamespace>
|
|
<AssemblyName>Itenso.Rtf.Converter.Html</AssemblyName>
|
|
<AssemblyOriginatorKeyFile>ItensoRtfConverter.snk</AssemblyOriginatorKeyFile>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SignAssembly>true</SignAssembly>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation />
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
</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>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<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>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Web" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="RtfEmptyHtmlStyleConverter.cs" />
|
|
<Compile Include="RtfHtmlSpecialCharCollection.cs" />
|
|
<Compile Include="RtfHtmlStyleConverter.cs" />
|
|
<Compile Include="IRtfHtmlStyleConverter.cs" />
|
|
<Compile Include="RtfHtmlConverter.cs" />
|
|
<Compile Include="RtfHtmlConvertScope.cs" />
|
|
<Compile Include="RtfHtmlConvertSettings.cs" />
|
|
<Compile Include="RtfHtmlCssStyleCollection.cs" />
|
|
<Compile Include="RtfHtmlCssStyle.cs" />
|
|
<Compile Include="RtfHtmlElementPath.cs" />
|
|
<Compile Include="RtfHtmlStyle.cs" />
|
|
<Compile Include="IRtfHtmlCssStyle.cs" />
|
|
<Compile Include="IRtfHtmlCssStyleCollection.cs" />
|
|
<Compile Include="IRtfHtmlStyle.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\VersionInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Interpreter\Interpreter2010.csproj">
|
|
<Project>{3F1B94DC-2EE6-4674-A2DE-E60FFC63A1D9}</Project>
|
|
<Name>Interpreter2010</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Sys\Sys2010.csproj">
|
|
<Project>{1A9A64A4-3BDD-467D-ADB3-58BEDBBDEB4E}</Project>
|
|
<Name>Sys2010</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="ItensoRtfConverter.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> |