1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 |
<ProductVersion>8.0.30703</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{A0C04C34-3ACD-4787-86D5-9F3712BC7CEF}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>libxmltv</RootNamespace> |
12 |
<AssemblyName>libxmltv</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
<TargetFrameworkProfile /> |
16 |
</PropertyGroup> |
17 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
18 |
<DebugSymbols>true</DebugSymbols> |
19 |
<OutputPath>bin\x86\Debug\</OutputPath> |
20 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
21 |
<DebugType>full</DebugType> |
22 |
<PlatformTarget>x86</PlatformTarget> |
23 |
<ErrorReport>prompt</ErrorReport> |
24 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
25 |
</PropertyGroup> |
26 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
27 |
<OutputPath>bin\x86\Release\</OutputPath> |
28 |
<DefineConstants>TRACE</DefineConstants> |
29 |
<Optimize>true</Optimize> |
30 |
<DebugType>pdbonly</DebugType> |
31 |
<PlatformTarget>x86</PlatformTarget> |
32 |
<ErrorReport>prompt</ErrorReport> |
33 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
34 |
</PropertyGroup> |
35 |
<ItemGroup> |
36 |
<Reference Include="Enterprise.Logging, Version=1.2.8.500, Culture=neutral, processorArchitecture=x86"> |
37 |
<SpecificVersion>False</SpecificVersion> |
38 |
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
39 |
</Reference> |
40 |
<Reference Include="System" /> |
41 |
<Reference Include="System.Data" /> |
42 |
<Reference Include="System.Windows.Forms" /> |
43 |
<Reference Include="System.Xml" /> |
44 |
<Reference Include="System.Xml.Linq" /> |
45 |
</ItemGroup> |
46 |
<ItemGroup> |
47 |
<Compile Include="Core\ExceptionArgument.cs" /> |
48 |
<Compile Include="Core\ExceptionResource.cs" /> |
49 |
<Compile Include="Core\ExtraMetaData.cs" /> |
50 |
<Compile Include="Core\Internals.cs" /> |
51 |
<Compile Include="Core\DataSourceBindable.cs" /> |
52 |
<Compile Include="Core\PropertyDictionary.cs" /> |
53 |
<Compile Include="Core\PropertyList.cs" /> |
54 |
<Compile Include="Core\ResourceStringHelper.cs" /> |
55 |
<Compile Include="Core\ThrowHelper.cs" /> |
56 |
<Compile Include="Core\XMLTV.cs" /> |
57 |
<Compile Include="Core\XMLTVBase.cs" /> |
58 |
<Compile Include="Core\XMLTVChannel.cs" /> |
59 |
<Compile Include="Core\XMLTVProgram.cs" /> |
60 |
<Compile Include="Core\XMLTVRuntimeInstance.cs" /> |
61 |
<Compile Include="Core\XMLTVSerializer.cs" /> |
62 |
<Compile Include="Core\XMLTVSource.cs" /> |
63 |
<Compile Include="Core\XMLTVConstants.cs" /> |
64 |
<Compile Include="Core\xmltv_logger.cs" /> |
65 |
<Compile Include="Core\XMLTVLoader.cs" /> |
66 |
<Compile Include="Events\Events.cs" /> |
67 |
<Compile Include="Extensions.cs" /> |
68 |
<Compile Include="Interfaces\Interfaces.cs" /> |
69 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
70 |
</ItemGroup> |
71 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
72 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
73 |
Other similar extension points exist, see Microsoft.Common.targets. |
74 |
<Target Name="BeforeBuild"> |
75 |
</Target> |
76 |
<Target Name="AfterBuild"> |
77 |
</Target> |
78 |
--> |
79 |
</Project> |