-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathRSSharp.csproj
executable file
·121 lines (121 loc) · 5.89 KB
/
RSSharp.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
116
117
118
119
120
121
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{2019528E-46C3-4FCB-AAF0-75BEA2295435}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RSSharp</RootNamespace>
<AssemblyName>RSSharp</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<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</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />
<Reference Include="System.Windows" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
<Reference Include="WindowsFormsIntegration" />
</ItemGroup>
<ItemGroup>
<Compile Include="AOLreader\ApiCalls\Authentications.cs" />
<Compile Include="AOLreader\Model\Authentication.cs" />
<Compile Include="Common\GetParameter.cs" />
<Compile Include="Common\HttpCommunications.cs" />
<Compile Include="Feedly\ApiCalls\Authentications.cs" />
<Compile Include="Feedly\ApiCalls\Authentication_window.xaml.cs">
<DependentUpon>Authentication_window.xaml</DependentUpon>
</Compile>
<Compile Include="Feedly\ApiCalls\Categories.cs" />
<Compile Include="Feedly\ApiCalls\Entries.cs" />
<Compile Include="Feedly\ApiCalls\Feeds.cs" />
<Compile Include="Feedly\ApiCalls\Markers.cs" />
<Compile Include="Feedly\ApiCalls\Profiles.cs" />
<Compile Include="Feedly\ApiCalls\Streams.cs" />
<Compile Include="Feedly\ApiCalls\Subscriptions.cs" />
<Compile Include="Feedly\ApiCalls\Tags.cs" />
<Compile Include="Feedly\Configuration.cs" />
<Compile Include="Feedly\Model\Authentication.cs" />
<Compile Include="Feedly\Model\Category.cs" />
<Compile Include="Feedly\Model\Entry.cs" />
<Compile Include="Feedly\Model\Feed.cs" />
<Compile Include="Feedly\Model\Profile.cs" />
<Compile Include="Feedly\Model\Subscription.cs" />
<Compile Include="Feedly\Model\Tag.cs" />
<Compile Include="AOLreader\ApiCalls\Authentication_window.xaml.cs">
<DependentUpon>Authentication_window.xaml</DependentUpon>
</Compile>
<Compile Include="GeneralGoogleReaderAPI\ApiCalls\Users.cs" />
<Compile Include="GeneralGoogleReaderAPI\General.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\Annotation.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\Article.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\Category.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\Comment.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\Content.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\Count.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\Enclosure.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\Feed.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\Link.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\Origin.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\Tag.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\User.cs" />
<Compile Include="GeneralGoogleReaderAPI\Model\UserInfo.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Page Include="Feedly\ApiCalls\Authentication_window.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="AOLreader\ApiCalls\Authentication_window.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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>