-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathSamples.csproj
88 lines (88 loc) · 4.29 KB
/
Samples.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProjectGuid>{FFBD1473-7233-4BE4-B11F-7006C2F871DB}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<OutputPath>bin</OutputPath>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<TypeScriptToolsVersion>1.0</TypeScriptToolsVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>test</RootNamespace>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>56359</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:56359/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TypeScriptTarget>ES5</TypeScriptTarget>
<TypeScriptRemoveComments>false</TypeScriptRemoveComments>
<TypeScriptSourceMap>true</TypeScriptSourceMap>
<TypeScriptModuleKind>AMD</TypeScriptModuleKind>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<TypeScriptTarget>ES5</TypeScriptTarget>
<TypeScriptRemoveComments>true</TypeScriptRemoveComments>
<TypeScriptSourceMap>false</TypeScriptSourceMap>
<TypeScriptModuleKind>AMD</TypeScriptModuleKind>
</PropertyGroup>
<ItemGroup>
<Content Include="Experimental\Azure Mobile services\auto expand.html" />
<Content Include="Azure Mobile services\index.html" />
<Content Include="Experimental\Facebook\index.html" />
<Content Include="Experimental\Facebook\test.html" />
<Content Include="Experimental\Nitrogen\index.html" />
<Content Include="Experimental\Ordrin\index.html" />
<Content Include="Experimental\Ordrin\js\app.js" />
<Content Include="Experimental\Ordrin\js\controllers.js" />
<Content Include="Output\AngularCloudDataConnector.js" />
<Content Include="Output\Providers\AzureService.js" />
<Content Include="Experimental\Twitter\index.html" />
<Content Include="Experimental\Twitter\js\app.js" />
<Content Include="Experimental\Twitter\js\controllers.js" />
<Content Include="web.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="AngularCloudDataConnector\Core\AngularCloudDataConnector.csproj">
<Project>{3a50a005-6b6c-4326-bd97-978fdf54463e}</Project>
<Name>AngularCloudDataConnector</Name>
</ProjectReference>
<ProjectReference Include="AngularCloudDataConnector\Providers\AzureMobileServices\AzureMobileServices.csproj">
<Project>{0a4a7e93-1f70-4211-aab4-ae4643b98a67}</Project>
<Name>AzureMobileServices</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="Output\AngularCloudDataConnector.d.ts" />
</ItemGroup>
<Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets')" />
</Project>