Add the Cross-TS definition

This commit is contained in:
Erjan Gavalji
2015-03-27 15:38:37 +02:00
parent 4c240487eb
commit 20b1ca64a0
2 changed files with 12 additions and 7 deletions

View File

@ -17,19 +17,13 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Cross</Configuration>
<OutputPath>bin\</OutputPath>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
<TypeScriptSourceMap>True</TypeScriptSourceMap>
<TypeScriptTarget>ES5</TypeScriptTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'iOS_Tests'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\</OutputPath>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
<TypeScriptTarget>ES5</TypeScriptTarget>
@ -45,6 +39,12 @@
<TypeScriptRemoveComments>False</TypeScriptRemoveComments>
<TypeScriptTarget>ES5</TypeScriptTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Cross-TS'">
<OutputPath>bin\</OutputPath>
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
<TypeScriptTarget>ES5</TypeScriptTarget>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>CrossPlatformModules</RootNamespace>
</PropertyGroup>

View File

@ -1,12 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio 14
VisualStudioVersion = 14.0.22310.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrossPlatformModules", "CrossPlatformModules.csproj", "{2313F1BF-1F2D-4F11-806A-87927FA6A7C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Android_Tests|Any CPU = Android_Tests|Any CPU
Cross|Any CPU = Cross|Any CPU
Cross-TS|Any CPU = Cross-TS|Any CPU
Documentation|Any CPU = Documentation|Any CPU
iOS_Tests|Any CPU = iOS_Tests|Any CPU
EndGlobalSection
@ -15,6 +18,8 @@ Global
{2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.Android_Tests|Any CPU.Build.0 = Android_Tests|Any CPU
{2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.Cross|Any CPU.ActiveCfg = Cross|Any CPU
{2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.Cross|Any CPU.Build.0 = Cross|Any CPU
{2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.Cross-TS|Any CPU.ActiveCfg = Cross-TS|Any CPU
{2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.Cross-TS|Any CPU.Build.0 = Cross-TS|Any CPU
{2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU
{2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.Documentation|Any CPU.Build.0 = Documentation|Any CPU
{2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.iOS_Tests|Any CPU.ActiveCfg = iOS_Tests|Any CPU