--- trunk/xmltv_parser/xmltv_parser.csproj 2013/03/07 05:27:11 3 +++ trunk/xmltv_parser/xmltv_parser.csproj 2013/03/07 05:29:19 7 @@ -10,8 +10,9 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>xmltv_parser</RootNamespace> <AssemblyName>xmltv_parser</AssemblyName> - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> <PlatformTarget>x86</PlatformTarget> @@ -57,7 +58,9 @@ <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> + <DesignTime>True</DesignTime> </Compile> + <None Include="app.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> @@ -77,6 +80,12 @@ <Link>tvguide_xml_extract.txt</Link> </Content> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\libxmltv\libxmltv.csproj"> + <Project>{A0C04C34-3ACD-4787-86D5-9F3712BC7CEF}</Project> + <Name>libxmltv</Name> + </ProjectReference> + </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. |