FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ClearScript/UWP/ClearScriptTest/ClearScriptTest.csproj at master · ClearFoundry/ClearScript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ClearFoundry
/
ClearScript
Public
Notifications
You must be signed in to change notification settings
Fork
167
Star
2k
Code
Issues
18
Pull requests
6
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
ClearScript
/
UWP
/
ClearScriptTest
/
ClearScriptTest.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
207 lines (207 loc) · 11.3 KB
Breadcrumbs
ClearScript
/
UWP
/
ClearScriptTest
/
ClearScriptTest.csproj
Copy path
File metadata and controls
207 lines (207 loc) · 11.3 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<
?xm
l versio
n
=
"1.
0
" encodin
g
=
"utf-
8
"?>
<
Project
ToolsVersion
=
"
15.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
>
<
Platform
Condition
=
"
'$(Platform)' == ''
"
>x86</
Platform
>
<
ProjectGuid
>{CF631514-F74D-430F-BC5A-750AE381893F}</
ProjectGuid
>
<
OutputType
>AppContainerExe</
OutputType
>
<
AppDesignerFolder
>Properties</
AppDesignerFolder
>
<
RootNamespace
>Microsoft.ClearScript.Test</
RootNamespace
>
<
AssemblyName
>ClearScriptTest</
AssemblyName
>
<
DefaultLanguage
>en-US</
DefaultLanguage
>
<
TargetPlatformIdentifier
>UAP</
TargetPlatformIdentifier
>
<
TargetPlatformVersion
>10.0.20348.0</
TargetPlatformVersion
>
<
TargetPlatformMinVersion
>10.0.17763.0</
TargetPlatformMinVersion
>
<
MinimumVisualStudioVersion
>14</
MinimumVisualStudioVersion
>
<
FileAlignment
>512</
FileAlignment
>
<
ProjectTypeGuids
>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</
ProjectTypeGuids
>
<
UnitTestPlatformVersion
Condition
=
"
'$(UnitTestPlatformVersion)' == ''
"
>$(VisualStudioVersion)</
UnitTestPlatformVersion
>
<
AppxPackageSigningEnabled
>false</
AppxPackageSigningEnabled
>
<
LangVersion
>10.0</
LangVersion
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Debug|x86'
"
>
<
DebugSymbols
>true</
DebugSymbols
>
<
OutputPath
>..\..\bin\Debug\UWP\x86\ClearScriptTest\</
OutputPath
>
<
DefineConstants
>TRACE;DEBUG;UWP</
DefineConstants
>
<
NoWarn
>;2008</
NoWarn
>
<
DebugType
>full</
DebugType
>
<
PlatformTarget
>x86</
PlatformTarget
>
<
UseVSHostingProcess
>false</
UseVSHostingProcess
>
<
ErrorReport
>prompt</
ErrorReport
>
<
Prefer32Bit
>true</
Prefer32Bit
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Release|x86'
"
>
<
OutputPath
>..\..\bin\Release\UWP\x86\ClearScriptTest\</
OutputPath
>
<
DefineConstants
>TRACE;UWP</
DefineConstants
>
<
Optimize
>true</
Optimize
>
<
NoWarn
>;2008</
NoWarn
>
<
DebugType
>pdbonly</
DebugType
>
<
PlatformTarget
>x86</
PlatformTarget
>
<
UseVSHostingProcess
>false</
UseVSHostingProcess
>
<
ErrorReport
>prompt</
ErrorReport
>
<
Prefer32Bit
>true</
Prefer32Bit
>
<
UseDotNetNativeToolchain
>true</
UseDotNetNativeToolchain
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Debug|ARM64'
"
>
<
DebugSymbols
>true</
DebugSymbols
>
<
OutputPath
>..\..\bin\Debug\UWP\arm64\ClearScriptTest\</
OutputPath
>
<
DefineConstants
>TRACE;DEBUG;UWP</
DefineConstants
>
<
NoWarn
>;2008</
NoWarn
>
<
DebugType
>full</
DebugType
>
<
PlatformTarget
>ARM64</
PlatformTarget
>
<
UseVSHostingProcess
>false</
UseVSHostingProcess
>
<
ErrorReport
>prompt</
ErrorReport
>
<
Prefer32Bit
>true</
Prefer32Bit
>
<
UseDotNetNativeToolchain
>true</
UseDotNetNativeToolchain
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Release|ARM64'
"
>
<
OutputPath
>..\..\bin\Release\UWP\arm64\ClearScriptTest\</
OutputPath
>
<
DefineConstants
>TRACE;UWP</
DefineConstants
>
<
Optimize
>true</
Optimize
>
<
NoWarn
>;2008</
NoWarn
>
<
DebugType
>pdbonly</
DebugType
>
<
PlatformTarget
>ARM64</
PlatformTarget
>
<
UseVSHostingProcess
>false</
UseVSHostingProcess
>
<
ErrorReport
>prompt</
ErrorReport
>
<
Prefer32Bit
>true</
Prefer32Bit
>
<
UseDotNetNativeToolchain
>true</
UseDotNetNativeToolchain
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Debug|x64'
"
>
<
DebugSymbols
>true</
DebugSymbols
>
<
OutputPath
>..\..\bin\Debug\UWP\x64\ClearScriptTest\</
OutputPath
>
<
DefineConstants
>TRACE;DEBUG;UWP</
DefineConstants
>
<
NoWarn
>;2008</
NoWarn
>
<
DebugType
>full</
DebugType
>
<
PlatformTarget
>x64</
PlatformTarget
>
<
UseVSHostingProcess
>false</
UseVSHostingProcess
>
<
ErrorReport
>prompt</
ErrorReport
>
<
Prefer32Bit
>true</
Prefer32Bit
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Release|x64'
"
>
<
OutputPath
>..\..\bin\Release\UWP\x64\ClearScriptTest\</
OutputPath
>
<
DefineConstants
>TRACE;UWP</
DefineConstants
>
<
Optimize
>true</
Optimize
>
<
NoWarn
>;2008</
NoWarn
>
<
DebugType
>pdbonly</
DebugType
>
<
PlatformTarget
>x64</
PlatformTarget
>
<
UseVSHostingProcess
>false</
UseVSHostingProcess
>
<
ErrorReport
>prompt</
ErrorReport
>
<
Prefer32Bit
>true</
Prefer32Bit
>
<
UseDotNetNativeToolchain
>true</
UseDotNetNativeToolchain
>
</
PropertyGroup
>
<
ItemGroup
>
<
Compile
Include
=
"
..\..\ClearScriptTest\AccessContextTest.cs
"
Link
=
"
AccessContextTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\BaseInterfaceMemberAccessTest.cs
"
Link
=
"
BaseInterfaceMemberAccessTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\BaseMemberAccessTest.cs
"
Link
=
"
BaseMemberAccessTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\BaseTestObject.cs
"
Link
=
"
BaseTestObject.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\BindSignatureTest.cs
"
Link
=
"
BindSignatureTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\BugFixTest.cs
"
Link
=
"
BugFixTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\BugFixTest.NetCore.cs
"
Link
=
"
BugFixTest.NetCore.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\ClearScriptTest.cs
"
Link
=
"
ClearScriptTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\DynamicHostItemTest.cs
"
Link
=
"
DynamicHostItemTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\DynamicHostItemTest.Unix.cs
"
Link
=
"
DynamicHostItemTest.Unix.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\DynamicTestObject.cs
"
Link
=
"
DynamicTestObject.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\ExplicitBaseInterfaceMemberAccessTest.cs
"
Link
=
"
ExplicitBaseInterfaceMemberAccessTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\ExplicitInterfaceMemberAccessTest.cs
"
Link
=
"
ExplicitInterfaceMemberAccessTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\ExtendedHostFunctionsTest.cs
"
Link
=
"
ExtendedHostFunctionsTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\ExtensionsTest.cs
"
Link
=
"
ExtensionsTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\GeneralTestObject.cs
"
Link
=
"
GeneralTestObject.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\HostFunctionsTest.cs
"
Link
=
"
HostFunctionsTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\HostListTest.cs
"
Link
=
"
HostListTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\HostTypeCollectionTest.cs
"
Link
=
"
HostTypeCollectionTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\HostVariableTest.cs
"
Link
=
"
HostVariableTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\IBaseTestInterface.cs
"
Link
=
"
IBaseTestInterface.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\IExplicitBaseTestInterface.cs
"
Link
=
"
IExplicitBaseTestInterface.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\IExplicitTestInterface.cs
"
Link
=
"
IExplicitTestInterface.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\InterfaceMemberAccessTest.cs
"
Link
=
"
InterfaceMemberAccessTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\ITestInterface.cs
"
Link
=
"
ITestInterface.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\MemberAccessTest.cs
"
Link
=
"
MemberAccessTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\Misc.cs
"
Link
=
"
Misc.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\Misc.Unix.cs
"
Link
=
"
Misc.Unix.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\Properties\AssemblyInfo.cs
"
Link
=
"
Properties\AssemblyInfo.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\PropertyBagTest.cs
"
Link
=
"
PropertyBagTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\PropertyBagTest.Unix.cs
"
Link
=
"
PropertyBagTest.Unix.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\ScriptAccessTest.cs
"
Link
=
"
ScriptAccessTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\StaticMemberAccessTest.cs
"
Link
=
"
StaticMemberAccessTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\StaticTestClass.cs
"
Link
=
"
StaticTestClass.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\TestObject.cs
"
Link
=
"
TestObject.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\TypeRestrictionTest.cs
"
Link
=
"
TypeRestrictionTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\V8ArrayBufferOrViewTest.cs
"
Link
=
"
V8ArrayBufferOrViewTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\V8FastProxyTest.cs
"
Link
=
"
V8FastProxyTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\V8ModuleTest.cs
"
Link
=
"
V8ModuleTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\V8ScriptEngineTest.cs
"
Link
=
"
V8ScriptEngineTest.cs
"
/>
<
Compile
Include
=
"
..\..\ClearScriptTest\V8ScriptEngineTest.Unix.cs
"
Link
=
"
V8ScriptEngineTest.Unix.cs
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
None
Include
=
"
..\..\bin\$(Configuration)\ClearScriptV8.win-$(Platform).dll
"
Link
=
"
ClearScriptV8.win-$(Platform).dll
"
>
<
CopyToOutputDirectory
>PreserveNewest</
CopyToOutputDirectory
>
<
Visible
>false</
Visible
>
</
None
>
<
None
Include
=
"
..\..\bin\$(Configuration)\ClearScriptV8.win-$(Platform).pdb
"
Link
=
"
ClearScriptV8.win-$(Platform).pdb
"
>
<
CopyToOutputDirectory
>PreserveNewest</
CopyToOutputDirectory
>
<
Visible
>false</
Visible
>
</
None
>
</
ItemGroup
>
<
PropertyGroup
>
<
RestoreProjectStyle
>PackageReference</
RestoreProjectStyle
>
</
PropertyGroup
>
<
ItemGroup
>
<
SDKReference
Include
=
"
TestPlatform.Universal, Version=$(UnitTestPlatformVersion)
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
Compile
Include
=
"
UnitTestApp.xaml.cs
"
>
<
DependentUpon
>UnitTestApp.xaml</
DependentUpon
>
</
Compile
>
</
ItemGroup
>
<
ItemGroup
>
<
ApplicationDefinition
Include
=
"
UnitTestApp.xaml
"
>
<
Generator
>MSBuild:Compile</
Generator
>
<
SubType
>Designer</
SubType
>
</
ApplicationDefinition
>
</
ItemGroup
>
<
ItemGroup
>
<
AppxManifest
Include
=
"
Package.appxmanifest
"
>
<
SubType
>Designer</
SubType
>
</
AppxManifest
>
</
ItemGroup
>
<
ItemGroup
>
<
Content
Include
=
"
Assets\ClearScript.png
"
/>
<
Content
Include
=
"
Assets\ClearScript150x150.png
"
/>
<
Content
Include
=
"
Assets\ClearScript44x44.png
"
/>
<
Content
Include
=
"
Properties\Default.rd.xml
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.CodeAnalysis.VisualBasic
"
>
<
Version
>3.8.0</
Version
>
</
PackageReference
>
<
PackageReference
Include
=
"
MSTest.TestAdapter
"
>
<
Version
>2.1.2</
Version
>
</
PackageReference
>
<
PackageReference
Include
=
"
MSTest.TestFramework
"
>
<
Version
>2.1.2</
Version
>
</
PackageReference
>
</
ItemGroup
>
<
ItemGroup
>
<
ProjectReference
Include
=
"
..\ClearScript.Core\ClearScript.Core.csproj
"
>
<
Project
>{d3391831-65ce-4c1e-a21b-01a283f3e193}</
Project
>
<
Name
>ClearScript.Core</
Name
>
</
ProjectReference
>
<
ProjectReference
Include
=
"
..\ClearScript.V8\ClearScript.V8.csproj
"
>
<
Project
>{cf1fd52f-a933-48d9-92a4-a39565896a42}</
Project
>
<
Name
>ClearScript.V8</
Name
>
</
ProjectReference
>
</
ItemGroup
>
<
ItemGroup
/>
<
PropertyGroup
Condition
=
"
'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)'
<
'14.0'
"
>
<
VisualStudioVersion
>14.0</
VisualStudioVersion
>
</
PropertyGroup
>
<
Import
Project
=
"
$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets
"
/>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</
Project
>
Back
|
FazBrowse Home
|
New Git URL