Commit 6480c1e42cf0fa761614577cefbe08bceea15be5

Authored by Amrita Vishnoi
1 parent 95b3b926

.sln commited

400-SOURCECODE/AIAHTML5.sln
... ... @@ -5,6 +5,8 @@ VisualStudioVersion = 12.0.21005.1
5 5 MinimumVisualStudioVersion = 10.0.40219.1
6 6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIAHTML5.Web", "AIAHTML5\AIAHTML5.Web.csproj", "{B6FBCFF8-360B-402E-B336-2F96CB07F69F}"
7 7 EndProject
  8 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIAWebAPI", "AIAWebAPI\AIAWebAPI.csproj", "{727D9A2F-B907-4935-B297-E291C8CBF4A3}"
  9 +EndProject
8 10 Global
9 11 GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 12 Debug|Any CPU = Debug|Any CPU
... ... @@ -15,6 +17,10 @@ Global
15 17 {B6FBCFF8-360B-402E-B336-2F96CB07F69F}.Debug|Any CPU.Build.0 = Debug|Any CPU
16 18 {B6FBCFF8-360B-402E-B336-2F96CB07F69F}.Release|Any CPU.ActiveCfg = Release|Any CPU
17 19 {B6FBCFF8-360B-402E-B336-2F96CB07F69F}.Release|Any CPU.Build.0 = Release|Any CPU
  20 + {727D9A2F-B907-4935-B297-E291C8CBF4A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  21 + {727D9A2F-B907-4935-B297-E291C8CBF4A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
  22 + {727D9A2F-B907-4935-B297-E291C8CBF4A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
  23 + {727D9A2F-B907-4935-B297-E291C8CBF4A3}.Release|Any CPU.Build.0 = Release|Any CPU
18 24 EndGlobalSection
19 25 GlobalSection(SolutionProperties) = preSolution
20 26 HideSolutionNode = FALSE
... ...
400-SOURCECODE/AIAHTML5.v12.suo
No preview for this file type
400-SOURCECODE/AIAWebAPI/AIAWebAPI.csproj.user 0 → 100644
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3 + <ProjectExtensions>
  4 + <VisualStudio>
  5 + <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  6 + <WebProjectProperties>
  7 + <StartPageUrl>
  8 + </StartPageUrl>
  9 + <StartAction>CurrentPage</StartAction>
  10 + <AspNetDebugging>True</AspNetDebugging>
  11 + <SilverlightDebugging>False</SilverlightDebugging>
  12 + <NativeDebugging>False</NativeDebugging>
  13 + <SQLDebugging>False</SQLDebugging>
  14 + <ExternalProgram>
  15 + </ExternalProgram>
  16 + <StartExternalURL>
  17 + </StartExternalURL>
  18 + <StartCmdLineArguments>
  19 + </StartCmdLineArguments>
  20 + <StartWorkingDirectory>
  21 + </StartWorkingDirectory>
  22 + <EnableENC>True</EnableENC>
  23 + <AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
  24 + </WebProjectProperties>
  25 + </FlavorProperties>
  26 + </VisualStudio>
  27 + </ProjectExtensions>
  28 +</Project>
0 29 \ No newline at end of file
... ...