1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >8.0.50727</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{78310BBF-4D30-4AE8-B876-8614F6A84A64}</ProjectGuid >
9+ <OutputType >Exe</OutputType >
10+ <AssemblyName >GetAuthorizedToken</AssemblyName >
11+ </PropertyGroup >
12+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
13+ <DebugSymbols >true</DebugSymbols >
14+ <DebugType >full</DebugType >
15+ <Optimize >false</Optimize >
16+ <OutputPath >bin\Debug</OutputPath >
17+ <DefineConstants >DEBUG</DefineConstants >
18+ <ErrorReport >prompt</ErrorReport >
19+ <WarningLevel >4</WarningLevel >
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
22+ <DebugType >none</DebugType >
23+ <Optimize >false</Optimize >
24+ <OutputPath >bin\Release</OutputPath >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ </PropertyGroup >
28+ <ItemGroup >
29+ <Compile Include =" GetAuthorizedToken.cs" />
30+ </ItemGroup >
31+ <ItemGroup >
32+ <ProjectReference Include =" TripIt.csproj" >
33+ <Project >{C2986992-E73A-42AE-BE2A-8D19C1FFF458}</Project >
34+ <Name >TripIt</Name >
35+ </ProjectReference >
36+ <ProjectReference Include =" TrustAllCertificatesPolicy.csproj" >
37+ <Project >{B857319C-1296-4E6B-ACDE-5A59E5C26922}</Project >
38+ <Name >TrustAllCertificatesPolicy</Name >
39+ </ProjectReference >
40+ </ItemGroup >
41+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
42+ <ItemGroup >
43+ <Reference Include =" System" />
44+ </ItemGroup >
45+ <ProjectExtensions >
46+ <MonoDevelop >
47+ <Properties InternalTargetFrameworkVersion =" 3.5" />
48+ </MonoDevelop >
49+ </ProjectExtensions >
50+ </Project >
0 commit comments