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>{82B28E20-800B-4E7E-B38E-71C77747B4F2}</ProjectGuid> |
9 |
<OutputType>Exe</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>GBPVRProgramDatabaseFixer</RootNamespace> |
12 |
<AssemblyName>GBPVRProgramDatabaseFixer</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="GBPVRBackendCommon"> |
42 |
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Devnz\GBPVR\GBPVRBackendCommon.dll</HintPath> |
43 |
</Reference> |
44 |
<Reference Include="GBPVRPublic, Version=1.0.3488.15637, Culture=neutral, processorArchitecture=x86"> |
45 |
<SpecificVersion>False</SpecificVersion> |
46 |
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Devnz\GBPVR\GBPVRPublic.dll</HintPath> |
47 |
</Reference> |
48 |
<Reference Include="System" /> |
49 |
<Reference Include="System.Data" /> |
50 |
<Reference Include="System.Data.SQLite, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86"> |
51 |
<SpecificVersion>False</SpecificVersion> |
52 |
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Devnz\GBPVR\System.Data.SQLite.dll</HintPath> |
53 |
</Reference> |
54 |
<Reference Include="System.Windows.Forms" /> |
55 |
<Reference Include="System.Xml" /> |
56 |
</ItemGroup> |
57 |
<ItemGroup> |
58 |
<Compile Include="DateTimeRange.cs" /> |
59 |
<Compile Include="Program.cs" /> |
60 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
61 |
<Compile Include="RecordingScheduleDefs.cs" /> |
62 |
<Compile Include="SQLLITE.cs" /> |
63 |
</ItemGroup> |
64 |
<ItemGroup> |
65 |
<None Include="app.config" /> |
66 |
</ItemGroup> |
67 |
<ItemGroup> |
68 |
<ProjectReference Include="..\libxmltv\libxmltv.csproj"> |
69 |
<Project>{A0C04C34-3ACD-4787-86D5-9F3712BC7CEF}</Project> |
70 |
<Name>libxmltv</Name> |
71 |
</ProjectReference> |
72 |
</ItemGroup> |
73 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
74 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
75 |
Other similar extension points exist, see Microsoft.Common.targets. |
76 |
<Target Name="BeforeBuild"> |
77 |
</Target> |
78 |
<Target Name="AfterBuild"> |
79 |
</Target> |
80 |
--> |
81 |
</Project> |