aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Aggregator.sln
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-02 13:23:30 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-02 13:23:30 +0000
commit66fb666b859c9705208d90b36d58a2012e591c80 (patch)
tree3488115416088936bc33e607f531c6dce8ee3e11 /Aggregator/Aggregator.sln
parent2484f1392b0247e7e7b9509cbacc19d5e830960c (diff)
downloadnewsaggregator-66fb666b859c9705208d90b36d58a2012e591c80.tar.gz
newsaggregator-66fb666b859c9705208d90b36d58a2012e591c80.tar.bz2
newsaggregator-66fb666b859c9705208d90b36d58a2012e591c80.zip
Added projects and solution for Aggregator
Diffstat (limited to 'Aggregator/Aggregator.sln')
-rw-r--r--Aggregator/Aggregator.sln31
1 files changed, 31 insertions, 0 deletions
diff --git a/Aggregator/Aggregator.sln b/Aggregator/Aggregator.sln
new file mode 100644
index 0000000..66fb4f8
--- /dev/null
+++ b/Aggregator/Aggregator.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.28307.271
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parser", "Parser\Parser.csproj", "{CB7E60D1-BA25-46C1-BFCA-83A0897AE26D}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Classes", "Classes\Classes.csproj", "{AB1F3DD4-1B23-427A-8F32-C11EC20A0815}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {CB7E60D1-BA25-46C1-BFCA-83A0897AE26D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {CB7E60D1-BA25-46C1-BFCA-83A0897AE26D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {CB7E60D1-BA25-46C1-BFCA-83A0897AE26D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {CB7E60D1-BA25-46C1-BFCA-83A0897AE26D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {AB1F3DD4-1B23-427A-8F32-C11EC20A0815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {AB1F3DD4-1B23-427A-8F32-C11EC20A0815}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {AB1F3DD4-1B23-427A-8F32-C11EC20A0815}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {AB1F3DD4-1B23-427A-8F32-C11EC20A0815}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {6AC8D5E7-2740-4651-87BF-1EE3BCBB3004}
+ EndGlobalSection
+EndGlobal