This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Microsoft.SyndicationFeed.ReaderWriter.sln
34 lines (34 loc) · 2.07 KB
/
Microsoft.SyndicationFeed.ReaderWriter.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.SyndicationFeed.ReaderWriter", "src\Microsoft.SyndicationFeed.ReaderWriter.csproj", "{E8A15170-9B9F-4A6E-9FE8-8C694EB2B123}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.SyndicationFeed.ReaderWriter.Tests", "tests\Microsoft.SyndicationFeed.ReaderWriter.Tests.csproj", "{CA320B78-D2F8-4A52-9EC3-F8D2D1F19B4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.SyndicationFeed.ReaderWriter.Examples", "examples\Microsoft.SyndicationFeed.ReaderWriter.Examples.csproj", "{8ACF4B68-18C3-4835-9E21-812B4E109334}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8A15170-9B9F-4A6E-9FE8-8C694EB2B123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8A15170-9B9F-4A6E-9FE8-8C694EB2B123}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8A15170-9B9F-4A6E-9FE8-8C694EB2B123}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8A15170-9B9F-4A6E-9FE8-8C694EB2B123}.Release|Any CPU.Build.0 = Release|Any CPU
{CA320B78-D2F8-4A52-9EC3-F8D2D1F19B4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA320B78-D2F8-4A52-9EC3-F8D2D1F19B4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA320B78-D2F8-4A52-9EC3-F8D2D1F19B4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA320B78-D2F8-4A52-9EC3-F8D2D1F19B4F}.Release|Any CPU.Build.0 = Release|Any CPU
{8ACF4B68-18C3-4835-9E21-812B4E109334}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ACF4B68-18C3-4835-9E21-812B4E109334}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ACF4B68-18C3-4835-9E21-812B4E109334}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ACF4B68-18C3-4835-9E21-812B4E109334}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal