ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/trunk/libxmltv/libxmltv.csproj
(Generate patch)

Comparing trunk/libxmltv/libxmltv.csproj (file contents):
Revision 5 by william, Thu Mar 7 05:28:17 2013 UTC vs.
Revision 10 by william, Thu Mar 7 05:31:03 2013 UTC

--- trunk/libxmltv/libxmltv.csproj	2013/03/07 05:28:17	5
+++ trunk/libxmltv/libxmltv.csproj	2013/03/07 05:31:03	10
@@ -10,8 +10,9 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>libxmltv</RootNamespace>
     <AssemblyName>libxmltv</AssemblyName>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -36,7 +37,7 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="Class1.cs" />
+    <Compile Include="Interfaces\Interfaces.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />