-
Notifications
You must be signed in to change notification settings - Fork 1
/
TwinCAT-HMI-Popups.hmiextproj
160 lines (160 loc) · 7.83 KB
/
TwinCAT-HMI-Popups.hmiextproj
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.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')" />
<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>
<TcHmiDirectory>$(registry:HKEY_LOCAL_MACHINE\Software\Beckhoff\TwinCAT3\3.1@InstallDir)\..\Functions\TE2000-HMI-Engineering</TcHmiDirectory>
<TcHmiDirectory Condition="'$(TcHmiDirectory)'==''">$(registry:HKEY_LOCAL_MACHINE\Software\Wow6432Node\Beckhoff\TwinCAT3\3.1@InstallDir)\..\Functions\TE2000-HMI-Engineering</TcHmiDirectory>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">TwinCAT HMI</Platform>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
<AvailablePlatforms>TwinCAT HMI</AvailablePlatforms>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<TcHmiCreatorVersion>[1.12,]</TcHmiCreatorVersion>
<TargetFrameworkMoniker>native,Version=v1.12.0,Profile=tchmi</TargetFrameworkMoniker>
<TargetFramework>native1.12-tchmi</TargetFramework>
<EnableTypeScript>true</EnableTypeScript>
<ProjectTypeGuids>{3B740506-4966-4147-AB1F-357FE08946EA}</ProjectTypeGuids>
<ProjectGuid>02e330a5-ff59-4335-b193-1e5568247612</ProjectGuid>
<ProjectName>TwinCATHMIPopups</ProjectName>
<Name>TwinCAT-HMI-Popups</Name>
<HmiInitial>1.12.752.0</HmiInitial>
<HmiRecent>1.12.754.4</HmiRecent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|TwinCAT HMI' ">
<PlatformTarget>TwinCAT HMI</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TypeScriptToolsVersion>3.9</TypeScriptToolsVersion>
<TypeScriptShowVersionWarning>false</TypeScriptShowVersionWarning>
<DefaultNamespace>TwinCAT_HMI_Popups</DefaultNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|TwinCAT HMI' ">
<PlatformTarget>TwinCAT HMI</PlatformTarget>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TypeScriptToolsVersion>3.9</TypeScriptToolsVersion>
<TypeScriptShowVersionWarning>false</TypeScriptShowVersionWarning>
<DefaultNamespace>TwinCAT_HMI_Popups</DefaultNamespace>
</PropertyGroup>
<PropertyGroup Label="TwinCatHMI">
<TcHmiExtensionTypes>{CC169D49-EEDD-4BAF-8151-63DF12EDD7B4}</TcHmiExtensionTypes>
</PropertyGroup>
<PropertyGroup>
<TwinCATHmi_Tasks>$(TcHmiDirectory)\MSBuild\Beckhoff.TwinCAT.HMI.tasks</TwinCATHmi_Tasks>
<TwinCATHmi_Targets>$(TcHmiDirectory)\MSBuild\Beckhoff.TwinCAT.HMI.targets</TwinCATHmi_Targets>
</PropertyGroup>
<Target Name="GetFrameworkPaths" />
<Import Project="$(TwinCATHmi_Tasks)" />
<Import Project="$(TwinCATHmi_Targets)" />
<ItemGroup>
<Content Include="ClosePopup.function.json">
<SubType>Content</SubType>
<DependentUpon>ClosePopup.js</DependentUpon>
</Content>
<Content Include="ClosePopup.js">
<SubType>Content</SubType>
</Content>
<Content Include="CreatePopup.function.json">
<SubType>Content</SubType>
<DependentUpon>CreatePopup.js</DependentUpon>
</Content>
<Content Include="CreatePopup.js">
<SubType>Content</SubType>
</Content>
<Content Include="MakeDraggable.function.json">
<SubType>Content</SubType>
<DependentUpon>MakeDraggable.js</DependentUpon>
</Content>
<Content Include="MakeDraggable.js">
<SubType>Content</SubType>
</Content>
<Content Include="packages.config">
<SubType>Content</SubType>
</Content>
<Content Include="Schema\Types.Schema.json">
<SubType>Content</SubType>
</Content>
<Content Include="tsconfig.tpl.json">
<SubType>Content</SubType>
<Visible>true</Visible>
</Content>
<Content Include="tsconfig.json">
<SubType>Content</SubType>
<Visible>true</Visible>
<DependentUpon>tsconfig.tpl.json</DependentUpon>
</Content>
<HmiManifest Include="Manifest.json" />
<Content Include="Images\logo.png" />
<Content Include="TwinCAT-HMI-Popups.nuspec" />
<Content Include=".eslintrc.json">
<Visible>false</Visible>
</Content>
<Content Include=".tfignore">
<SubType>Content</SubType>
<Visible>false</Visible>
</Content>
<Content Include=".gitignore">
<SubType>Content</SubType>
<Visible>false</Visible>
</Content>
<Content Include="packages.xsd">
<SubType>Content</SubType>
<Visible>false</Visible>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="Images\" />
<Folder Include="Schema" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
<Import Project="$(TypeScriptSdkDir)\$(TypeScriptToolsVersion)\build\Microsoft.TypeScript.targets" Condition="Exists('$(TypeScriptSdkDir)\$(TypeScriptToolsVersion)\build\Microsoft.TypeScript.targets')" />
<PropertyGroup>
<TSJavaScriptFile>$(TypeScriptSdkDir)\$(TypeScriptToolsVersion)\tsc.js</TSJavaScriptFile>
</PropertyGroup>
<PropertyGroup>
<PreBuildEventDependsOn>
</PreBuildEventDependsOn>
<PostBuildEventDependsOn>
</PostBuildEventDependsOn>
</PropertyGroup>
<Target Name="PreBuildEvent" Condition="'$(PreBuildEvent)'!=''" DependsOnTargets="$(PreBuildEventDependsOn)">
<Exec WorkingDirectory="$(OutDir)" Command="$(PreBuildEvent)" />
</Target>
<Target Name="PostBuildEvent" Condition="'$(PostBuildEvent)' != '' and ('$(RunPostBuildEvent)'=='Always' or '$(RunPostBuildEvent)'=='OnOutputUpdated')" DependsOnTargets="$(PostBuildEventDependsOn)">
<Exec WorkingDirectory="$(OutDir)" Command="$(PostBuildEvent)" />
</Target>
<PropertyGroup>
<BuildDependsOn>
PreBuildEvent;
CoreBuild;
PostBuildEvent
</BuildDependsOn>
</PropertyGroup>
<Target Name="CoreBuild">
<Message Text="Microsoft.TypeScript.targets: $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Importance="high" />
<Message Text="TypeScriptSdkDir: $(TypeScriptSdkDir)" Importance="high" />
<Message Text="TypeScriptToolsVersion: $(TypeScriptToolsVersion)" Importance="high" />
<Message Text="LastKnownTypeScriptVersion: $(LastKnownTypeScriptVersion)" Importance="high" />
<CallTarget Targets="FindConfigFiles" />
<CallTarget Targets="CompileTypeScript" />
<CallTarget Targets="PreComputeCompileTypeScript" />
<CallTarget Targets="PreComputeCompileTypeScriptWithTSConfig" />
<CallTarget Targets="CompileTypeScriptWithTSConfig" />
<CallTarget Targets="GetTypeScriptOutputForPublishing" />
</Target>
<Target Name="Build" DependsOnTargets="$(BuildDependsOn)" />
<Target Name="Clean">
<CallTarget Targets="TypeScriptDeleteCompilerOutput" />
<CallTarget Targets="TypeScriptBuildModeClean" />
</Target>
<Target Name="ReBuild" DependsOnTargets="Clean; Build" />
</Project>