-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGTFSEngine (Silverlight 4).csproj
115 lines (115 loc) · 5.71 KB
/
GTFSEngine (Silverlight 4).csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9A0F9BD2-2E4B-4B64-B2CD-DCC693C1DCA4}</ProjectGuid>
<ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Stancer.GTFSEngine</RootNamespace>
<AssemblyName>GTFSEngine</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
<TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
<SilverlightApplication>false</SilverlightApplication>
<ValidateXaml>true</ValidateXaml>
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
<SccProjectName>%24/GTFSEngine/GTFSEngine</SccProjectName>
<SccLocalPath>.</SccLocalPath>
<SccAuxPath>http://pc-e1whome:8080/tfs/ximura</SccAuxPath>
<SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Bin\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Bin\Release</OutputPath>
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Devices.Sensors" />
<Reference Include="Microsoft.Phone" />
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
<Reference Include="System.Net" />
</ItemGroup>
<ItemGroup>
<Compile Include="DataSources\AssemblySourceData.cs" />
<Compile Include="DataSources\ResourceSourceDataCollection.cs" />
<Compile Include="DataSources\SourceDataCollectionBase.cs" />
<Compile Include="Engine.cs" />
<Compile Include="Engine_Enumerations.cs" />
<Compile Include="Entities\Agency.cs" />
<Compile Include="Entities\Calendar.cs" />
<Compile Include="Entities\CalendarDate.cs" />
<Compile Include="Entities\Enumerations\CalendarExceptionType.cs" />
<Compile Include="Entities\Enumerations\DirectionType.cs" />
<Compile Include="Entities\Enumerations\DropOffType.cs" />
<Compile Include="Entities\Enumerations\TransferOptionsType.cs" />
<Compile Include="Entities\Enumerations\TransitFileType.cs" />
<Compile Include="Entities\Enumerations\LocationType.cs" />
<Compile Include="Entities\Enumerations\PaymentMethodType.cs" />
<Compile Include="Entities\Enumerations\PickUpType.cs" />
<Compile Include="Entities\Enumerations\RouteType.cs" />
<Compile Include="Entities\Enumerations\TransferType.cs" />
<Compile Include="Entities\FareAttribute.cs" />
<Compile Include="Entities\FareRule.cs" />
<Compile Include="Entities\Frequency.cs" />
<Compile Include="Entities\Route.cs" />
<Compile Include="Entities\Shape.cs" />
<Compile Include="Entities\Stop.cs" />
<Compile Include="Entities\StopTime.cs" />
<Compile Include="Entities\Transfer.cs" />
<Compile Include="Entities\Trip.cs" />
<Compile Include="Helper.cs" />
<Compile Include="Interfaces\ISourceData.cs" />
<Compile Include="Interfaces\ISourceDataCollection.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="_Documentation\FAQ - UTF-8, UTF-16, UTF-32 & BOM.mht" />
<None Include="_Documentation\General Transit Feed Specification - Google Code.mht" />
<None Include="_Documentation\RFC 2234 - Augmented BNF for Syntax Specifications ABNF.mht" />
<None Include="_Documentation\RFC 4180 - Common Format and MIME Type for Comma-Separated Values %28CSV%29 Files.mht" />
</ItemGroup>
<ItemGroup>
<Content Include="_Ximura.txt" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="..\Ximura\Ximura\Ximura %28Silverlight 4%29.csproj">
<Project>{28E2E204-A156-42E5-BE9A-6A518B4C9694}</Project>
<Name>Ximura %28Silverlight 4%29</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
<ProjectExtensions />
<!-- 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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>