-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathJobObjectWrapper.props
More file actions
19 lines (19 loc) · 961 Bytes
/
JobObjectWrapper.props
File metadata and controls
19 lines (19 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Reference Include="InJobProcessCreator" Condition="'$(Platform)' == 'x86'">
<HintPath>$(MSBuildThisFileDirectory)..\..\net40\x86\InJobProcessCreator.exe</HintPath>
</Reference>
<Reference Include="InJobProcessCreator" Condition="'$(Platform)' == 'x64'">
<HintPath>$(MSBuildThisFileDirectory)..\..\net40\x64\InJobProcessCreator.exe</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Reference Include="JobManagement" Condition="'$(Platform)' == 'x86'">
<HintPath>$(MSBuildThisFileDirectory)..\..\net40\x86\JobManagement.dll</HintPath>
</Reference>
<Reference Include="JobManagement" Condition="'$(Platform)' == 'x64'">
<HintPath>$(MSBuildThisFileDirectory)..\..\net40\x64\JobManagement.dll</HintPath>
</Reference>
</ItemGroup>
</Project>