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 >{305CDC98-F2AE-4A3F-BAB5-A1E1EA37D9CF}</ProjectGuid >
9
+ <OutputType >WinExe</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >BusNotifier</RootNamespace >
12
+ <AssemblyName >BusNotifier</AssemblyName >
13
+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14
+ <FileAlignment >512</FileAlignment >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
17
+ <PlatformTarget >x86</PlatformTarget >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
27
+ <PlatformTarget >x86</PlatformTarget >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" System" />
37
+ <Reference Include =" System.Core" />
38
+ <Reference Include =" System.Xml.Linq" />
39
+ <Reference Include =" System.Data.DataSetExtensions" />
40
+ <Reference Include =" System.Data" />
41
+ <Reference Include =" System.Deployment" />
42
+ <Reference Include =" System.Drawing" />
43
+ <Reference Include =" System.Windows.Forms" />
44
+ <Reference Include =" System.Xml" />
45
+ </ItemGroup >
46
+ <ItemGroup >
47
+ <Compile Include =" ConfigSettings.Designer.cs" >
48
+ <AutoGen >True</AutoGen >
49
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
50
+ <DependentUpon >ConfigSettings.settings</DependentUpon >
51
+ </Compile >
52
+ <Compile Include =" ConfigurationDialog.cs" >
53
+ <SubType >Form</SubType >
54
+ </Compile >
55
+ <Compile Include =" ConfigurationDialog.Designer.cs" >
56
+ <DependentUpon >ConfigurationDialog.cs</DependentUpon >
57
+ </Compile >
58
+ <Compile Include =" IBackend.cs" />
59
+ <Compile Include =" MetroInfoBackend.cs" />
60
+ <Compile Include =" Program.cs" />
61
+ <Compile Include =" Properties\AssemblyInfo.cs" />
62
+ <Compile Include =" Route.cs" />
63
+ <Compile Include =" RouteData.cs" />
64
+ <Compile Include =" Stop.cs" />
65
+ <Compile Include =" StopData.cs" />
66
+ <Compile Include =" TooltipData.cs" />
67
+ <Compile Include =" TripData.cs" />
68
+ <EmbeddedResource Include =" ConfigurationDialog.resx" >
69
+ <DependentUpon >ConfigurationDialog.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
+ </Compile >
80
+ <EmbeddedResource Include =" TrayIcon.ico" />
81
+ <None Include =" app.config" />
82
+ <None Include =" ConfigSettings.settings" >
83
+ <Generator >SettingsSingleFileGenerator</Generator >
84
+ <LastGenOutput >ConfigSettings.Designer.cs</LastGenOutput >
85
+ </None >
86
+ <None Include =" Properties\Settings.settings" >
87
+ <Generator >SettingsSingleFileGenerator</Generator >
88
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
89
+ </None >
90
+ <Compile Include =" Properties\Settings.Designer.cs" >
91
+ <AutoGen >True</AutoGen >
92
+ <DependentUpon >Settings.settings</DependentUpon >
93
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
94
+ </Compile >
95
+ </ItemGroup >
96
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98
+ Other similar extension points exist, see Microsoft.Common.targets.
99
+ <Target Name="BeforeBuild">
100
+ </Target>
101
+ <Target Name="AfterBuild">
102
+ </Target>
103
+ -->
104
+ </Project >
0 commit comments