-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTests template.plcproj
41 lines (41 loc) · 1.55 KB
/
Tests template.plcproj
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
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<FileVersion>1.0.0.0</FileVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid></ProjectGuid>
<SubObjectsSortedByName>True</SubObjectsSortedByName>
<Released>false</Released>
<CombineIds>true</CombineIds>
</PropertyGroup>
<ItemGroup>
<Compile Include="TESTS\PRG_TESTS.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="TESTS\Test suites\FB_SUT_Tests.TcPOU">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="GVLs" />
<Folder Include="SOURCE" />
<Folder Include="TESTS\Test suites" />
<Folder Include="TESTS" />
</ItemGroup>
<ItemGroup>
<PlaceholderReference Include="Tc2_Standard">
<DefaultResolution>Tc2_Standard, * (Beckhoff Automation GmbH)</DefaultResolution>
<Namespace>Tc2_Standard</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="Tc2_System">
<DefaultResolution>Tc2_System, * (Beckhoff Automation GmbH)</DefaultResolution>
<Namespace>Tc2_System</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="Tc3_Module">
<DefaultResolution>Tc3_Module, * (Beckhoff Automation GmbH)</DefaultResolution>
<Namespace>Tc3_Module</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="TcUnit">
<DefaultResolution>TcUnit, * (www.tcunit.org)</DefaultResolution>
</PlaceholderReference>
</ItemGroup>
</Project>