-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackaging-tooling.props
More file actions
34 lines (23 loc) · 1.5 KB
/
packaging-tooling.props
File metadata and controls
34 lines (23 loc) · 1.5 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
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--
CQL-tooling properties used by CqlTooling.Targets.xml and ElmTooling.Targets.xml
Include this file in your project when importing those targets, to ensure these properties are defined.
-->
<PropertyGroup>
<CqlSolutionDir>$(MSBuildThisFileDirectory)</CqlSolutionDir>
<CqlToolingTargetsDir>$(CqlSolutionDir)/Demo/Cql/Build/</CqlToolingTargetsDir>
<JsonPretty>true</JsonPretty>
<EmbedDebugSymbolsEnable Condition="'$(Configuration)' != 'Release'">true</EmbedDebugSymbolsEnable>
<EmbedDebugSymbolsEnable Condition="'$(Configuration)' == 'Release'">false</EmbedDebugSymbolsEnable>
<EmbedDebugSymbolsEnable>false</EmbedDebugSymbolsEnable>
<EmbedDebugSymbolsEnable Condition="'$(Configuration)' != 'Release'">true</EmbedDebugSymbolsEnable>
<CqlToolingEnabled>false</CqlToolingEnabled>
<!-- <CqlToolingEnabled>true</CqlToolingEnabled> -->
<!-- <CqlToolingEnabled Condition="'$(Configuration)' == 'Release' and '$(ContinuousIntegrationBuild)' != 'true'">true</CqlToolingEnabled> -->
<ElmToolingEnabled>false</ElmToolingEnabled>
<!-- <ElmToolingEnabled>true</ElmToolingEnabled> -->
<!-- <ElmToolingEnabled Condition="'$(Configuration)' == 'Release' and '$(ContinuousIntegrationBuild)' != 'true'">true</ElmToolingEnabled> -->
<PackagerLogFile>packager.log</PackagerLogFile>
<Box> __________________________________________________________________________________________ / {Text} \</Box>
</PropertyGroup>
</Project>