10 |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
|
<RootNamespace>xmltv_parser</RootNamespace> |
12 |
|
<AssemblyName>xmltv_parser</AssemblyName> |
13 |
< |
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
13 |
> |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
|
<FileAlignment>512</FileAlignment> |
15 |
+ |
<TargetFrameworkProfile /> |
16 |
|
</PropertyGroup> |
17 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
18 |
|
<PlatformTarget>x86</PlatformTarget> |
58 |
|
<Compile Include="Properties\Resources.Designer.cs"> |
59 |
|
<AutoGen>True</AutoGen> |
60 |
|
<DependentUpon>Resources.resx</DependentUpon> |
61 |
+ |
<DesignTime>True</DesignTime> |
62 |
|
</Compile> |
63 |
+ |
<None Include="app.config" /> |
64 |
|
<None Include="Properties\Settings.settings"> |
65 |
|
<Generator>SettingsSingleFileGenerator</Generator> |
66 |
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
80 |
|
<Link>tvguide_xml_extract.txt</Link> |
81 |
|
</Content> |
82 |
|
</ItemGroup> |
83 |
+ |
<ItemGroup> |
84 |
+ |
<ProjectReference Include="..\libxmltv\libxmltv.csproj"> |
85 |
+ |
<Project>{A0C04C34-3ACD-4787-86D5-9F3712BC7CEF}</Project> |
86 |
+ |
<Name>libxmltv</Name> |
87 |
+ |
</ProjectReference> |
88 |
+ |
</ItemGroup> |
89 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
90 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
91 |
|
Other similar extension points exist, see Microsoft.Common.targets. |