ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/branches/linux/xmltv_parser/xmltv_parser/xmltv_parser.csproj
Revision: 282
Committed: Wed Jul 29 19:09:14 2015 UTC (7 years, 8 months ago) by william
File size: 4962 byte(s)
Log Message:

File Contents

# Content
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)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{D427343B-A11E-4D5F-9D28-E372202DB727}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>xmltv_parser</RootNamespace>
12 <AssemblyName>xmltv_parser</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <TargetFrameworkProfile />
16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18 <PlatformTarget>x86</PlatformTarget>
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\x86\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
28 <PlatformTarget>x86</PlatformTarget>
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\x86\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup>
36 <ItemGroup>
37 <Reference Include="Enterprise.Logging, Version=1.2.8.500, Culture=neutral, processorArchitecture=x86">
38 <SpecificVersion>False</SpecificVersion>
39 <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>
40 </Reference>
41 <Reference Include="System" />
42 <Reference Include="System.Data" />
43 <Reference Include="System.Deployment" />
44 <Reference Include="System.Drawing" />
45 <Reference Include="System.Windows.Forms" />
46 <Reference Include="System.Xml" />
47 <Reference Include="System.Xml.Linq" />
48 </ItemGroup>
49 <ItemGroup>
50 <Compile Include="ListViewSorter.cs" />
51 <Compile Include="main.cs">
52 <SubType>Form</SubType>
53 </Compile>
54 <Compile Include="main.Designer.cs">
55 <DependentUpon>main.cs</DependentUpon>
56 </Compile>
57 <Compile Include="Program.cs" />
58 <Compile Include="ProgramEntryControl.cs">
59 <SubType>UserControl</SubType>
60 </Compile>
61 <Compile Include="ProgramEntryControl.Designer.cs">
62 <DependentUpon>ProgramEntryControl.cs</DependentUpon>
63 </Compile>
64 <Compile Include="Properties\AssemblyInfo.cs" />
65 <EmbeddedResource Include="main.resx">
66 <DependentUpon>main.cs</DependentUpon>
67 </EmbeddedResource>
68 <EmbeddedResource Include="ProgramEntryControl.resx">
69 <DependentUpon>ProgramEntryControl.cs</DependentUpon>
70 </EmbeddedResource>
71 <EmbeddedResource Include="Properties\Resources.resx">
72 <Generator>ResXFileCodeGenerator</Generator>
73 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
74 <SubType>Designer</SubType>
75 </EmbeddedResource>
76 <Compile Include="Properties\Resources.Designer.cs">
77 <AutoGen>True</AutoGen>
78 <DependentUpon>Resources.resx</DependentUpon>
79 <DesignTime>True</DesignTime>
80 </Compile>
81 <None Include="..\xmltv.bin">
82 <Link>xmltv.bin</Link>
83 </None>
84 <None Include="..\xmltv.dtd">
85 <Link>xmltv.dtd</Link>
86 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
87 </None>
88 <None Include="app.config" />
89 <None Include="Properties\Settings.settings">
90 <Generator>SettingsSingleFileGenerator</Generator>
91 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
92 </None>
93 <Compile Include="Properties\Settings.Designer.cs">
94 <AutoGen>True</AutoGen>
95 <DependentUpon>Settings.settings</DependentUpon>
96 <DesignTimeSharedInput>True</DesignTimeSharedInput>
97 </Compile>
98 </ItemGroup>
99 <ItemGroup>
100 <Content Include="..\20130307_continuum_schedule.xml">
101 <Link>20130307_continuum_schedule.xml</Link>
102 </Content>
103 <Content Include="..\tvguide_xml_extract.txt">
104 <Link>tvguide_xml_extract.txt</Link>
105 </Content>
106 </ItemGroup>
107 <ItemGroup>
108 <ProjectReference Include="..\libxmltv\libxmltv.csproj">
109 <Project>{A0C04C34-3ACD-4787-86D5-9F3712BC7CEF}</Project>
110 <Name>libxmltv</Name>
111 </ProjectReference>
112 </ItemGroup>
113 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115 Other similar extension points exist, see Microsoft.Common.targets.
116 <Target Name="BeforeBuild">
117 </Target>
118 <Target Name="AfterBuild">
119 </Target>
120 -->
121 </Project>