-
Notifications
You must be signed in to change notification settings - Fork 122
/
grunt-ts.csproj
107 lines (107 loc) · 5.42 KB
/
grunt-ts.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProjectGuid>{FF8D9288-C427-4139-B162-E74D73D8F8D5}</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>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<TypeScriptToolsVersion>1.7</TypeScriptToolsVersion>
</PropertyGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>grunt_ts</RootNamespace>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets')" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>10690</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:10690/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TypeScriptRemoveComments>false</TypeScriptRemoveComments>
<TypeScriptSourceMap>true</TypeScriptSourceMap>
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<TypeScriptRemoveComments>true</TypeScriptRemoveComments>
<TypeScriptSourceMap>false</TypeScriptSourceMap>
</PropertyGroup>
<ItemGroup>
<TypeScriptCompile Include="defs\csproj2ts\csproj2ts.d.ts" />
<TypeScriptCompile Include="defs\es6-promises\es6-promises.d.ts" />
<TypeScriptCompile Include="defs\gruntjs\gruntjs.d.ts" />
<TypeScriptCompile Include="defs\lodash\lodash.d.ts" />
<TypeScriptCompile Include="defs\node\node.d.ts" />
<TypeScriptCompile Include="defs\tsd.d.ts" />
<TypeScriptCompile Include="defs\underscore.string\underscore.string.d.ts" />
<TypeScriptCompile Include="tasks\modules\amdLoader.ts" />
<TypeScriptCompile Include="tasks\modules\cacheUtils.ts" />
<TypeScriptCompile Include="tasks\modules\compile.ts" />
<TypeScriptCompile Include="tasks\modules\html2ts.ts" />
<TypeScriptCompile Include="tasks\modules\interfaces.d.ts" />
<TypeScriptCompile Include="tasks\modules\reference.ts" />
<TypeScriptCompile Include="tasks\modules\templateCache.ts" />
<TypeScriptCompile Include="tasks\modules\transformers.ts" />
<TypeScriptCompile Include="tasks\modules\utils.ts" />
<TypeScriptCompile Include="tasks\ts.ts" />
<TypeScriptCompile Include="test\commandLineAssertions.ts" />
<TypeScriptCompile Include="test\compilerTests.ts" />
<TypeScriptCompile Include="test\optionsResolverTests.ts" />
<TypeScriptCompile Include="test\test.ts" />
</ItemGroup>
<ItemGroup>
<Content Include="Gruntfile.js" />
<Content Include="sample\commonjs\Gruntfile.js" />
<Content Include="sample\Gruntfile.js" />
</ItemGroup>
<ItemGroup>
<Content Include="docs\amdLoader.md" />
<Content Include="docs\fast.md" />
<Content Include="docs\html2ts.md" />
</ItemGroup>
<ItemGroup>
<Content Include="build.bat" />
<Content Include="CHANGELOG.md" />
<Content Include="package.json" />
<Content Include="README.md" />
<Content Include="tsd.json" />
<Content Include="tslint.json" />
</ItemGroup>
<ItemGroup>
<Content Include="docs\DisableVisualStudioBuild.md" />
</ItemGroup>
<ItemGroup>
<Content Include="tsconfig.json" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TypeScriptTarget>ES3</TypeScriptTarget>
</PropertyGroup>
<!-- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" /> -->
<Import Project="$(ProjectDir)\custom.TypeScript.targets" Condition="Exists('$(ProjectDir)\custom.TypeScript.targets')" />
</Project>