FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SharpKit/Compiler/CSharp.Tasks/SharpKit.CSharp.targets at master · SharpKit/SharpKit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SharpKit
/
SharpKit
Public
Notifications
You must be signed in to change notification settings
Fork
55
Star
198
Code
Issues
16
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
SharpKit
/
Compiler
/
CSharp.Tasks
/
SharpKit.CSharp.targets
Copy path
More file actions
More file actions
Latest commit
History
History
History
53 lines (51 loc) · 2.18 KB
Breadcrumbs
SharpKit
/
Compiler
/
CSharp.Tasks
/
SharpKit.CSharp.targets
Copy path
File metadata and controls
53 lines (51 loc) · 2.18 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
<Projec
t
xmln
s
=
"http://schemas.microsoft.com/developer/msbuild/200
3
">
<!--
This is a targets file for Visual Studio
-->
<
Import
Project
=
"
SharpKit.CSharp.Tasks
"
/>
<
PropertyGroup
>
<
SkcToolPath
Condition
=
"
'$(SkcToolPath)' == ''
"
>$(MSBuildThisFileDirectory)</
SkcToolPath
>
<
SkcToolExe
>skc5.exe</
SkcToolExe
>
<
OutputIntermediateAssembly
></
OutputIntermediateAssembly
>
<
SkcRebuild
>false</
SkcRebuild
>
<
UseSkc
Condition
=
"
'$(UseSkc)'==''
"
>true</
UseSkc
>
<
DisableFastUpToDateCheck
Condition
=
"
'$(UseSkc)'=='true'
"
>true</
DisableFastUpToDateCheck
>
<
NoStdLib2
Condition
=
"
'$(NoCompilerStandardLib)'==''
"
>$(NoStdLib)</
NoStdLib2
>
<
NoStdLib2
Condition
=
"
'$(NoCompilerStandardLib)'!=''
"
>$(NoCompilerStandardLib)</
NoStdLib2
>
</
PropertyGroup
>
<
Target
Name
=
"
BeforeRebuild
"
Condition
=
"
'$(UseSkc)'=='true'
"
>
<
PropertyGroup
>
<
SkcRebuild
>true</
SkcRebuild
>
</
PropertyGroup
>
</
Target
>
<
Target
Name
=
"
BeforeCompile
"
Condition
=
"
'$(UseSkc)'=='true'
"
>
<
ItemGroup
>
<
_CoreCompileResourceInputs2
Include
=
"
@(_CoreCompileResourceInputs);@(CompiledLicenseFile)
"
/>
<!--
backup the resource inputs before they are deleted by the first CSC
-->
</
ItemGroup
>
<
PropertyGroup
>
<
UseSkc
Condition
=
"
(('$(BuildingInsideVisualStudio)' == 'true') and ('$(BuildingProject)' == 'false'))
"
>false</
UseSkc
>
</
PropertyGroup
>
<!--
<Message Text="(BuildingInsideVisualStudio):" Importance="high" />
-->
<!--
<Message Text="$(BuildingInsideVisualStudio)" Importance="high" />
-->
</
Target
>
<
Target
Name
=
"
AfterCompile
"
Condition
=
"
'$(UseSkc)'=='true'
"
>
<
Skc
SkcRebuild
=
"
$(SkcRebuild)
"
NoneFiles=
"
@(None)
"
ContentFiles=
"
@(Content)
"
KeyContainer
=
"
$(KeyContainerName)
"
KeyFile
=
"
$(KeyOriginatorFile)
"
References=
"
@(ReferencePath)
"
ResponseFiles=
"
$(CompilerResponseFile)
"
Resources
=
"
@(_CoreCompileResourceInputs2)
"
Sources=
"
@(Compile)
"
TargetType=
"
$(OutputType)
"
OutputAssembly=
"
@(IntermediateAssembly)
"
ToolExe=
"
$(SkcToolExe)
"
ToolPath=
"
$(SkcToolPath)
"
DefineConstants=
"
$(DefineConstants)
"
TargetFrameworkVersion
=
"
$(TargetFrameworkVersion)
"
UseHostCompilerIfAvailable=
"
$(UseHostCompilerIfAvailable)
"
SkcPlugins
=
"
@(SkcPlugin)
"
>
</
Skc
>
</
Target
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL