forked from Ezelia/eureca.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eureca.io.csproj
131 lines (131 loc) · 6.76 KB
/
eureca.io.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
122
123
124
125
126
127
128
129
130
131
<?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>
<ProjectGuid>{46CD7BA7-9372-48D1-A014-E97222222717}</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>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>4.0</OldToolsVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UpgradeBackupLocation />
</PropertyGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>eureca.io</RootNamespace>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>24463</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:24450/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TypeScriptTarget>ES5</TypeScriptTarget>
<TypeScriptIncludeComments>true</TypeScriptIncludeComments>
<TypeScriptSourceMap>true</TypeScriptSourceMap>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<TypeScriptTarget>ES3</TypeScriptTarget>
<TypeScriptIncludeComments>false</TypeScriptIncludeComments>
<TypeScriptSourceMap>false</TypeScriptSourceMap>
</PropertyGroup>
<ItemGroup>
<CodeAnalysisDictionary Include="src\EObject.class.ts" />
<Content Include="examples\0-helloworld\index.html" />
<Content Include="examples\0-helloworld\server.js" />
<Content Include="examples\0-tests\client.js" />
<Content Include="examples\0-tests\index.html" />
<Content Include="examples\0-tests\server.js" />
<Content Include="examples\5-async-returns\client.js" />
<Content Include="examples\5-async-returns\index.html" />
<Content Include="examples\5-async-returns\server.js" />
<Content Include="examples\6-authentication\client.js" />
<Content Include="examples\6-authentication\index.html" />
<Content Include="examples\6-authentication\server.js" />
<Content Include="examples\7-webrtc\client.js" />
<Content Include="examples\7-webrtc\index.html" />
<Content Include="examples\7-webrtc\server.js" />
<Content Include="examples\9-koajs\index.html" />
<Content Include="examples\9-koajs\server.js" />
<Content Include="Gruntfile.js" />
<Content Include="TODO.txt" />
<Content Include="examples\1-http-server\server.js" />
<Content Include="examples\2-express-server\client.js" />
<Content Include="examples\2-express-server\index.html" />
<Content Include="examples\3-express-server-with-sockjs-transport\client.js" />
<Content Include="examples\3-express-server-with-sockjs-transport\index.html" />
<Content Include="examples\3-express-server-with-sockjs-transport\server.js" />
<Content Include="examples\4-passport-express-authentication\server.js" />
<Content Include="examples\99-bidirectional-calls\client.js" />
<Content Include="examples\99-bidirectional-calls\index.html" />
<Content Include="examples\99-bidirectional-calls\server.js" />
<TypeScriptCompile Include="src\transport\Primus.transport.ts" />
<TypeScriptCompile Include="src\Protocol.config.ts" />
<Content Include="tests\spec\index.html" />
<Content Include="tests\spec\test1.spec.js" />
<TypeScriptCompile Include="src\Stub.ts" />
<TypeScriptCompile Include="src\transport\WebRTC.transport.ts" />
<TypeScriptCompile Include="src\transport\WebRTCPeer.ts" />
<TypeScriptCompile Include="src\Util.class.ts" />
<TypeScriptCompile Include="src\ISocket.interface.ts" />
<TypeScriptCompile Include="src\IServer.interface.ts" />
<TypeScriptCompile Include="src\Transport.ts" />
<Content Include="examples\1-http-server\client.js" />
<Content Include="examples\1-http-server\index.html" />
<Content Include="examples\2-express-server\server.js" />
<Content Include="src\Client.class.ts" />
<Content Include="src\Contract.class.ts" />
<Content Include="src\Server.class.ts" />
<Content Include="index.js" />
</ItemGroup>
<ItemGroup>
<Content Include="package.json" />
<Content Include="Readme.md" />
</ItemGroup>
<ItemGroup>
<Content Include="examples\4-passport-express-authentication\views\account.ejs" />
<Content Include="examples\4-passport-express-authentication\views\index.ejs" />
<Content Include="examples\4-passport-express-authentication\views\layout.ejs" />
<Content Include="examples\4-passport-express-authentication\views\login.ejs" />
</ItemGroup>
<ItemGroup>
<Folder Include="examples\public\" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" />
<PropertyGroup>
<PostBuildEvent>tsc --out $(ProjectDir)lib\EurecaClient.js $(ProjectDir)src\Client.class.ts
tsc --out $(ProjectDir)lib\EurecaServer.js $(ProjectDir)src\Server.class.ts</PostBuildEvent>
</PropertyGroup>
</Project>