Skip to content

Commit 8cb900c

Browse files
committed
Separated the sample from the sources
1 parent 350bca1 commit 8cb900c

File tree

16 files changed

+4518
-27
lines changed

16 files changed

+4518
-27
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<ProjectGuid>{F706A854-E68F-4AE2-AE2A-714110651EED}</ProjectGuid>
7+
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
8+
<OutputType>Library</OutputType>
9+
<OutputPath>bin</OutputPath>
10+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11+
<DebugType>full</DebugType>
12+
<DebugSymbols>true</DebugSymbols>
13+
<TypeScriptToolsVersion>1.4</TypeScriptToolsVersion>
14+
<UseIISExpress>true</UseIISExpress>
15+
<IISExpressSSLPort />
16+
<IISExpressAnonymousAuthentication />
17+
<IISExpressWindowsAuthentication />
18+
<IISExpressUseClassicPipelineMode />
19+
</PropertyGroup>
20+
<ItemGroup>
21+
<Content Include="app.css" />
22+
<Content Include="index.html" />
23+
<Content Include="web.config" />
24+
</ItemGroup>
25+
<ItemGroup>
26+
<TypeScriptCompile Include="app.ts" />
27+
<TypeScriptCompile Include="Scripts\msgPack.ts" />
28+
<TypeScriptCompile Include="Scripts\typings\jquery\jquery.d.ts" />
29+
<TypeScriptCompile Include="Scripts\typings\msgpack\msgpack.d.ts" />
30+
<TypeScriptCompile Include="Scripts\typings\stormancer\stormancer.d.ts" />
31+
</ItemGroup>
32+
<ItemGroup>
33+
<None Include="web.Debug.config">
34+
<DependentUpon>web.config</DependentUpon>
35+
</None>
36+
<None Include="web.Release.config">
37+
<DependentUpon>web.config</DependentUpon>
38+
</None>
39+
</ItemGroup>
40+
<PropertyGroup>
41+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
42+
</PropertyGroup>
43+
<PropertyGroup>
44+
<RootNamespace>Samples.Echo</RootNamespace>
45+
</PropertyGroup>
46+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
47+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets')" />
48+
<ProjectExtensions>
49+
<VisualStudio>
50+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
51+
<WebProjectProperties>
52+
<UseIIS>True</UseIIS>
53+
<AutoAssignPort>True</AutoAssignPort>
54+
<DevelopmentServerPort>23485</DevelopmentServerPort>
55+
<DevelopmentServerVPath>/</DevelopmentServerVPath>
56+
<IISUrl>http://localhost:23485/</IISUrl>
57+
<NTLMAuthentication>False</NTLMAuthentication>
58+
<UseCustomServer>False</UseCustomServer>
59+
<CustomServerUrl>
60+
</CustomServerUrl>
61+
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
62+
</WebProjectProperties>
63+
</FlavorProperties>
64+
</VisualStudio>
65+
</ProjectExtensions>
66+
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
67+
<TypeScriptRemoveComments>false</TypeScriptRemoveComments>
68+
<TypeScriptSourceMap>true</TypeScriptSourceMap>
69+
</PropertyGroup>
70+
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
71+
<TypeScriptRemoveComments>true</TypeScriptRemoveComments>
72+
<TypeScriptSourceMap>false</TypeScriptSourceMap>
73+
</PropertyGroup>
74+
<PropertyGroup>
75+
<PreBuildEvent>xcopy /d "$(SolutionDir)\src\stormancer-sdk-js\stormancer.js" ".."</PreBuildEvent>
76+
</PropertyGroup>
77+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
78+
</Project>

0 commit comments

Comments
 (0)