FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
IntXLib/IntXLib/IntXLib.csproj at master · devoyster/IntXLib · GitHub
devoyster
/
IntXLib
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
43
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
IntXLib
/
IntXLib
/
IntXLib.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
237 lines (237 loc) · 8.88 KB
Breadcrumbs
IntXLib
/
IntXLib
/
IntXLib.csproj
Copy path
File metadata and controls
237 lines (237 loc) · 8.88 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
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
<
?xm
l versio
n
=
"1.
0
" encodin
g
=
"utf-
8
"?>
<
Project
DefaultTargets
=
"
Build
"
xmlns
=
"
http://schemas.microsoft.com/developer/msbuild/2003
"
ToolsVersion
=
"
4.0
"
>
<
PropertyGroup
>
<
ProjectType
>Local</
ProjectType
>
<
ProductVersion
>8.0.50727</
ProductVersion
>
<
SchemaVersion
>2.0</
SchemaVersion
>
<
ProjectGuid
>{371F38E6-8D55-482F-B010-4AFAC11C3CDB}</
ProjectGuid
>
<
Configuration
Condition
=
"
'$(Configuration)' == ''
"
>Debug</
Configuration
>
<
Platform
Condition
=
"
'$(Platform)' == ''
"
>AnyCPU</
Platform
>
<
ApplicationIcon
>
</
ApplicationIcon
>
<
AssemblyKeyContainerName
>
</
AssemblyKeyContainerName
>
<
AssemblyName
>IntXLib</
AssemblyName
>
<
AssemblyOriginatorKeyFile
>IntX.snk</
AssemblyOriginatorKeyFile
>
<
DefaultClientScript
>JScript</
DefaultClientScript
>
<
DefaultHTMLPageLayout
>Grid</
DefaultHTMLPageLayout
>
<
DefaultTargetSchema
>IE50</
DefaultTargetSchema
>
<
DelaySign
>false</
DelaySign
>
<
OutputType
>Library</
OutputType
>
<
RootNamespace
>IntXLib</
RootNamespace
>
<
RunPostBuildEvent
>OnBuildSuccess</
RunPostBuildEvent
>
<
StartupObject
>
</
StartupObject
>
<
FileUpgradeFlags
>
</
FileUpgradeFlags
>
<
UpgradeBackupLocation
>
</
UpgradeBackupLocation
>
<
SignAssembly
>true</
SignAssembly
>
<
TargetFrameworkVersion
>v2.0</
TargetFrameworkVersion
>
<
OldToolsVersion
>2.0</
OldToolsVersion
>
<
PublishUrl
>publish\</
PublishUrl
>
<
Install
>true</
Install
>
<
InstallFrom
>Disk</
InstallFrom
>
<
UpdateEnabled
>false</
UpdateEnabled
>
<
UpdateMode
>Foreground</
UpdateMode
>
<
UpdateInterval
>7</
UpdateInterval
>
<
UpdateIntervalUnits
>Days</
UpdateIntervalUnits
>
<
UpdatePeriodically
>false</
UpdatePeriodically
>
<
UpdateRequired
>false</
UpdateRequired
>
<
MapFileExtensions
>true</
MapFileExtensions
>
<
ApplicationRevision
>0</
ApplicationRevision
>
<
ApplicationVersion
>1.0.0.%2a</
ApplicationVersion
>
<
IsWebBootstrapper
>false</
IsWebBootstrapper
>
<
UseApplicationTrust
>false</
UseApplicationTrust
>
<
BootstrapperEnabled
>true</
BootstrapperEnabled
>
<
SolutionDir
Condition
=
"
$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'
"
>..\</
SolutionDir
>
<
RestorePackages
>true</
RestorePackages
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'
"
>
<
OutputPath
>bin\</
OutputPath
>
<
AllowUnsafeBlocks
>true</
AllowUnsafeBlocks
>
<
BaseAddress
>285212672</
BaseAddress
>
<
CheckForOverflowUnderflow
>false</
CheckForOverflowUnderflow
>
<
ConfigurationOverrideFile
>
</
ConfigurationOverrideFile
>
<
DefineConstants
>DEBUG;TRACE</
DefineConstants
>
<
DocumentationFile
>bin\IntXLib.xml</
DocumentationFile
>
<
DebugSymbols
>true</
DebugSymbols
>
<
FileAlignment
>4096</
FileAlignment
>
<
NoStdLib
>false</
NoStdLib
>
<
NoWarn
>
</
NoWarn
>
<
Optimize
>false</
Optimize
>
<
RegisterForComInterop
>false</
RegisterForComInterop
>
<
RemoveIntegerChecks
>false</
RemoveIntegerChecks
>
<
TreatWarningsAsErrors
>false</
TreatWarningsAsErrors
>
<
WarningLevel
>4</
WarningLevel
>
<
RunFxCop
>false</
RunFxCop
>
<
CodeAnalysisRuleSet
>AllRules.ruleset</
CodeAnalysisRuleSet
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"
>
<
OutputPath
>bin\</
OutputPath
>
<
AllowUnsafeBlocks
>true</
AllowUnsafeBlocks
>
<
BaseAddress
>285212672</
BaseAddress
>
<
CheckForOverflowUnderflow
>false</
CheckForOverflowUnderflow
>
<
ConfigurationOverrideFile
>
</
ConfigurationOverrideFile
>
<
DefineConstants
>TRACE</
DefineConstants
>
<
DocumentationFile
>bin\IntXLib.xml</
DocumentationFile
>
<
DebugSymbols
>false</
DebugSymbols
>
<
FileAlignment
>4096</
FileAlignment
>
<
NoStdLib
>false</
NoStdLib
>
<
NoWarn
>
</
NoWarn
>
<
Optimize
>true</
Optimize
>
<
RegisterForComInterop
>false</
RegisterForComInterop
>
<
RemoveIntegerChecks
>false</
RemoveIntegerChecks
>
<
TreatWarningsAsErrors
>false</
TreatWarningsAsErrors
>
<
WarningLevel
>4</
WarningLevel
>
<
CodeAnalysisRuleSet
>AllRules.ruleset</
CodeAnalysisRuleSet
>
</
PropertyGroup
>
<
ItemGroup
>
<
Reference
Include
=
"
System
"
>
<
Name
>System</
Name
>
</
Reference
>
</
ItemGroup
>
<
ItemGroup
>
<
Compile
Include
=
"
DigitConverter.cs
"
/>
<
Compile
Include
=
"
Dividers\AutoNewtonDivider.cs
"
/>
<
Compile
Include
=
"
Dividers\ClassicDivider.cs
"
/>
<
Compile
Include
=
"
Dividers\DivideManager.cs
"
/>
<
Compile
Include
=
"
Dividers\DividerBase.cs
"
/>
<
Compile
Include
=
"
Dividers\IDivider.cs
"
/>
<
Compile
Include
=
"
OpHelpers\NewtonHelper.cs
"
/>
<
Compile
Include
=
"
Properties\AssemblyInfo.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Bits.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
IntX.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Multipliers\AutoFhtMultiplier.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Multipliers\ClassicMultiplier.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Multipliers\IMultiplier.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Multipliers\MultiplierBase.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Multipliers\MultiplyManager.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
OpHelpers\DigitHelper.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
OpHelpers\DigitOpHelper.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
OpHelpers\FhtHelper.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
OpHelpers\OpHelper.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
OpHelpers\StrRepHelper.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Parsers\ClassicParser.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Parsers\FastParser.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Parsers\IParser.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Parsers\ParseManager.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Parsers\ParserBase.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Parsers\Pow2Parser.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Settings\IntXGlobalSettings.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Settings\IntXSettings.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
StringConverters\ClassicStringConverter.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
StringConverters\FastStringConverter.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
StringConverters\IStringConverter.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
StringConverters\Pow2StringConverter.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
StringConverters\StringConverterBase.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
StringConverters\StringConvertManager.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Utils\Constants.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Utils\ArrayPool.cs
"
/>
<
Compile
Include
=
"
Utils\FhtMultiplicationException.cs
"
/>
<
Compile
Include
=
"
Utils\Enums.cs
"
>
<
SubType
>Code</
SubType
>
</
Compile
>
<
Compile
Include
=
"
Utils\Strings.Designer.cs
"
>
<
AutoGen
>True</
AutoGen
>
<
DesignTime
>True</
DesignTime
>
<
DependentUpon
>Strings.resx</
DependentUpon
>
</
Compile
>
</
ItemGroup
>
<
ItemGroup
>
<
EmbeddedResource
Include
=
"
Utils\Strings.resx
"
>
<
SubType
>Designer</
SubType
>
<
Generator
>ResXFileCodeGenerator</
Generator
>
<
LastGenOutput
>Strings.Designer.cs</
LastGenOutput
>
<
CustomToolNamespace
>IntXLib</
CustomToolNamespace
>
</
EmbeddedResource
>
</
ItemGroup
>
<
ItemGroup
>
<
None
Include
=
"
IntX.snk
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
BootstrapperPackage
Include
=
"
Microsoft.Net.Client.3.5
"
>
<
Visible
>False</
Visible
>
<
ProductName
>.NET Framework 3.5 SP1 Client Profile</
ProductName
>
<
Install
>false</
Install
>
</
BootstrapperPackage
>
<
BootstrapperPackage
Include
=
"
Microsoft.Net.Framework.3.5.SP1
"
>
<
Visible
>False</
Visible
>
<
ProductName
>.NET Framework 3.5 SP1</
ProductName
>
<
Install
>true</
Install
>
</
BootstrapperPackage
>
<
BootstrapperPackage
Include
=
"
Microsoft.Windows.Installer.3.1
"
>
<
Visible
>False</
Visible
>
<
ProductName
>Windows Installer 3.1</
ProductName
>
<
Install
>true</
Install
>
</
BootstrapperPackage
>
</
ItemGroup
>
<
Import
Project
=
"
$(MSBuildBinPath)\Microsoft.CSharp.targets
"
/>
<
PropertyGroup
>
<
PreBuildEvent
>
</
PreBuildEvent
>
<
PostBuildEvent
>
</
PostBuildEvent
>
</
PropertyGroup
>
<
Import
Project
=
"
$(SolutionDir)\.nuget\nuget.targets
"
/>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL