Uh oh!
There was an error while loading. Please reload this page.
forked from alonf/JobObjectWrapper
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJobObjectWrapper.props
More file actions
Latest commit
19 lines (19 loc) · 943 Bytes
/
Copy pathJobObjectWrapper.props
File metadata and controls
19 lines (19 loc) · 943 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"?>
<ProjectToolsVersion="4.0"xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ReferenceInclude="InJobProcessCreator"Condition="'$(Platform)' == 'x86'">
<HintPath>$(MSBuildThisFileDirectory)..\..\net40\x86\InJobProcessCreator.exe</HintPath>
</Reference>
<ReferenceInclude="InJobProcessCreator"Condition="'$(Platform)' == 'x64'">
<HintPath>$(MSBuildThisFileDirectory)..\..\net40\x64\InJobProcessCreator.exe</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ReferenceInclude="JobManagement"Condition="'$(Platform)' == 'x86'">
<HintPath>$(MSBuildThisFileDirectory)..\..\net40\x86\JobManagement.dll</HintPath>
</Reference>
<ReferenceInclude="JobManagement"Condition="'$(Platform)' == 'x64'">
<HintPath>$(MSBuildThisFileDirectory)..\..\net40\x64\JobManagement.dll</HintPath>
</Reference>
</ItemGroup>
</Project>