-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTypeScript-Security-Test.csproj
More file actions
349 lines (349 loc) · 13.7 KB
/
TypeScript-Security-Test.csproj
File metadata and controls
349 lines (349 loc) · 13.7 KB
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<?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>{38DFADE4-D47B-4A25-A5F6-D0FA5B999413}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<OutputPath>bin</OutputPath>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<TypeScriptToolsVersion>1.8</TypeScriptToolsVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<ItemGroup>
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
</ItemGroup>
<ItemGroup>
<Content Include="Security_AES_CBC_test_plainjs.js" />
<Content Include="Security_AES_CFB_test_plainjs.js" />
<Content Include="Security_AES_CTR_test_plainjs.js" />
<Content Include="Security_AES_OFB_test_plainjs.js" />
<Content Include="Security_Counter_test.html" />
<Content Include="Security_HMAC_test.html" />
<Content Include="Security_SHA_test.html" />
<Content Include="Security_MD5_test.html" />
<Content Include="Security_PBKDF2_test.html" />
<Content Include="TestSuite.html" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="DATA.ts" />
<TypeScriptCompile Include="Security_AES_CBC_test.ts" />
<TypeScriptCompile Include="Security_AES_CFB_test.ts" />
<TypeScriptCompile Include="Security_AES_CTR_test.ts" />
<TypeScriptCompile Include="Security_AES_OFB_test.ts" />
<TypeScriptCompile Include="Security_AES_test.ts" />
<TypeScriptCompile Include="Security_Counter_test.ts" />
<TypeScriptCompile Include="Security_SHA_test.ts" />
<TypeScriptCompile Include="Security_HMAC_test.ts" />
<TypeScriptCompile Include="Security_MD5_test.ts" />
<TypeScriptCompile Include="Security_PBKDF2_test.ts" />
<TypeScriptCompile Include="Security_RandomNumberGenerator_test.ts" />
<TypeScriptCompile Include="_references.ts" />
</ItemGroup>
<ItemGroup>
<Content Include="web.config" />
<None Include="web.Debug.config">
<DependentUpon>web.config</DependentUpon>
</None>
<None Include="web.Release.config">
<DependentUpon>web.config</DependentUpon>
</None>
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>TS_Security_Test</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>54155</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:54155/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<!--
type: boolean,
default: false,
description: Generates corresponding ‘.d.ts’ file.
-->
<TypeScriptGeneratesDeclarations>True</TypeScriptGeneratesDeclarations>
<!--
type: string,
default: (target === "ES6" ? "ES6" : "CommonJS"),
description: Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es6', or 'es2015'.
* Only 'amd' and 'system' can be used in conjunction with __outFile.
* 'es6' and 'es2015' values may not be used when targeting ES5 or lower.
-->
<TypeScriptModuleKind>None</TypeScriptModuleKind>
<!--
type: string,
default: "ES5",
description: Specify ECMAScript target version: 'es3' (default), 'es5', or 'es6'.
-->
<TypeScriptTarget>ES6</TypeScriptTarget>
<!--
type: string,
default: "utf8",
description: The character set of the input files.
-->
<TypeScriptCharset>UTF8</TypeScriptCharset>
<!--
type: boolean,
default: false,
description: Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files.
-->
<TypeScriptEmitBOM>False</TypeScriptEmitBOM>
<!--
type: boolean,
default: false,
description: Emit design-type metadata for decorated declarations in source. See issue #2577 for details.
-->
<TypeScriptEmitDecoratorMetadata>False</TypeScriptEmitDecoratorMetadata>
<!--
type: boolean,
default: false,
description: Enables experimental support for ES7 decorators.
-->
<TypeScriptExperimentalDecorators>False</TypeScriptExperimentalDecorators>
<!--
type: boolean,
default: false,
description: Emit a single file with source maps instead of having a separate file.
-->
<TypeScriptInlineSourceMap>False</TypeScriptInlineSourceMap>
<!--
type: boolean,
default: false,
description: Emit the source alongside the sourcemaps within a single file; requires __inlineSourceMap or __sourceMap to be set.
-->
<TypeScriptInlineSources>False</TypeScriptInlineSources>
<!--
type: string,
default: null,
description: Specifies the location where debugger should locate map files instead of generated locations.
Use this flag if the .map files will be located at run-time in a different location than than the .js files.
The location specified will be embedded in the sourceMap to direct the debugger where the map files where be loca
-->
<TypeScriptMapRoot>
</TypeScriptMapRoot>
<!--
type: string,
default: (platform specific),
description: Use the specified end of line sequence to be used when emitting files: 'crlf' (windows) or 'lf' (unix).”
-->
<TypeScriptNewLine>CRLF</TypeScriptNewLine>
<!--
type: boolean,
default: false,
description: Do not generate custom helper functions like __extends in compiled output.
-->
<TypeScriptNoEmitHelpers>True</TypeScriptNoEmitHelpers>
<!--
type: boolean,
default: false,
description: Do not emit outputs if any errors were reported.
-->
<TypeScriptNoEmitOnError>True</TypeScriptNoEmitOnError>
<!--
type: boolean,
default: false,
description: Raise error on expressions and declarations with an implied ‘any’ type.
-->
<TypeScriptNoImplicitAny>True</TypeScriptNoImplicitAny>
<!--
type: boolean,
default: false,
description: Do not include the default library file (lib.d.ts).
-->
<TypeScriptNoLib>
</TypeScriptNoLib>
<!--
type: boolean,
default: false,
description: Do not add triple-slash references or module import targets to the list of compiled files.
-->
<TypeScriptNoResolve>
</TypeScriptNoResolve>
<!--
type: string,
default: null,
description: Redirect output structure to the directory.
-->
<TypeScriptOutDir>
</TypeScriptOutDir>
<!--
type: string,
default: null,
description: Concatenate and emit output to single file. The order of concatenation is determined by the
list of files passed to the compiler on the command line along with triple-slash references
and imports. See output file order documentation for more details.
-->
<TypeScriptOutFile>
</TypeScriptOutFile>
<!--
type: boolean,
default: false,
description: Do not erase const enum declarations in generated code. See const enums documentation for more details.
-->
<TypeScriptPreserveConstEnums>True</TypeScriptPreserveConstEnums>
<!--
type: boolean,
default: false,
description: Remove all comments except copy-right header comments beginning with /*!
-->
<TypeScriptRemoveComments>False</TypeScriptRemoveComments>
<!--
type: string,
default: (common root directory is computed from the list of input files),
description: Specifies the root directory of input files. Only use to control the output directory structure with __outDir.
-->
<TypeScriptRootDir>
</TypeScriptRootDir>
<!--
type: boolean,
default: false,
description: Unconditionally emit imports for unresolved files.
-->
<TypeScriptIsolatedModules>
</TypeScriptIsolatedModules>
<!--
type: string,
default: null,
description: Specifies the location where debugger should locate TypeScript files instead of source locations.
Use this flag if the sources will be located at run-time in a different location than that at design-time.
The location specified will be embedded in the sourceMap to direct the debugger where the source files where be located.
-->
<TypeScriptSourceMap>False</TypeScriptSourceMap>
<!--
type: boolean,
default: false,
description: Generates corresponding ‘.map’ file.
-->
<TypeScriptSourceRoot>
</TypeScriptSourceRoot>
<!--
type: boolean,
default: false,
description: Suppress excess property checks for object literals.
-->
<TypeScriptSuppressImplicitAnyIndexErrors>
</TypeScriptSuppressImplicitAnyIndexErrors>
<!--
type: boolean,
default: false,
description: Suppress excess property checks for object literals.
-->
<TypeScriptSuppressExcessPropertyErrors>
</TypeScriptSuppressExcessPropertyErrors>
<!--
type: string,
default: "Classic",
description: Determine how modules get resolved. Either 'node' for Node.js/io.js style resolution, or 'classic' (default).
See Module Resolution documentation for more details.
-->
<TypeScriptModuleResolution>
</TypeScriptModuleResolution>
<!--
type: string,
default: "Preserve",
description: Support JSX in ‘.tsx’ files: 'React' or 'Preserve'. See JSX.
-->
<TypeScriptJSXEmit>None</TypeScriptJSXEmit>
<!--
type: string,
default: "React",
description: Specifies the object invoked for createElement and __spread when targeting ‘react’ JSX emit.
-->
<TypeScriptReactNamespace>
</TypeScriptReactNamespace>
<!--
type: boolean,
default: false,
description: Don’t check a user-defined default lib file’s valitidy.
-->
<TypeScriptSkipDefaultLibCheck>
</TypeScriptSkipDefaultLibCheck>
<!--
type: boolean,
default: false,
description: Do not report errors on unused labels.
-->
<TypeScriptAllowUnusedLabels>
</TypeScriptAllowUnusedLabels>
<!--
type: boolean,
default: false,
description: Raise error on expressions and declarations with an implied ‘any’ type.
-->
<TypeScriptNoImplicitReturns>
</TypeScriptNoImplicitReturns>
<!--
type: boolean,
default: false,
description: Report errors for fallthrough cases in switch statement.
-->
<TypeScriptNoFallthroughCasesInSwitch>
</TypeScriptNoFallthroughCasesInSwitch>
<!--
type: boolean,
default: false,
description: Do not report errors on unreachable code.
-->
<TypeScriptAllowUnreachableCode>
</TypeScriptAllowUnreachableCode>
<!--
type: boolean,
default: false,
description: Disallow inconsistently-cased references to the same file.
-->
<TypeScriptForceConsistentCasingInFileNames>True</TypeScriptForceConsistentCasingInFileNames>
<!--
type: boolean,
default: (module === "system"),
description: Allow default imports from modules with no default export. This does not affect code emit, just typechecking.
-->
<TypeScriptAllowSyntheticDefaultImports>
</TypeScriptAllowSyntheticDefaultImports>
<!--
type: boolean,
default: false,
description: Raise error on expressions and declarations with an implied ‘any’ type.
-->
<TypeScriptNoImplicitUseStrict>True</TypeScriptNoImplicitUseStrict>
<TypeScriptCompileOnSaveEnabled>True</TypeScriptCompileOnSaveEnabled>
</PropertyGroup>
<!--
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TypeScriptRemoveComments>false</TypeScriptRemoveComments>
<TypeScriptSourceMap>true</TypeScriptSourceMap>
</PropertyGroup>
-->
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<TypeScriptRemoveComments>true</TypeScriptRemoveComments>
<TypeScriptSourceMap>false</TypeScriptSourceMap>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
</Project>