-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWHS Work Template Import.rnrproj
52 lines (52 loc) · 2.53 KB
/
WHS Work Template Import.rnrproj
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<BuildTasksDirectory Condition=" '$(BuildTasksDirectory)' == ''">$(MSBuildProgramFiles32)\MSBuild\Microsoft\Dynamics\AX</BuildTasksDirectory>
<Model>WHSWorkTemplateImport</Model>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<OutputPath>bin</OutputPath>
<SchemaVersion>2.0</SchemaVersion>
<GenerateCrossReferences>True</GenerateCrossReferences>
<RunAppCheckerRules>False</RunAppCheckerRules>
<LogAppcheckerDiagsAsErrors>False</LogAppcheckerDiagsAsErrors>
<DeployOnline>False</DeployOnline>
<ProjectGuid>{3a2b779f-23ef-490b-b10b-0cb81173196e}</ProjectGuid>
<Name>WHS Work Template Import</Name>
<RootNamespace>WHS Work Template Import</RootNamespace>
<StartupType>Class</StartupType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<Configuration>Debug</Configuration>
<DBSyncInBuild>False</DBSyncInBuild>
<GenerateFormAdaptors>False</GenerateFormAdaptors>
<Company>
</Company>
<Partition>initial</Partition>
<PlatformTarget>AnyCPU</PlatformTarget>
<DataEntityExpandParentChildRelations>False</DataEntityExpandParentChildRelations>
<DataEntityUseLabelTextAsFieldName>False</DataEntityUseLabelTextAsFieldName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Folder Include="Classes\" />
</ItemGroup>
<ItemGroup>
<Content Include="AxClass\DOWN01RunnableClass_WHSReplenishmentTemplateTransform">
<SubType>Content</SubType>
<Name>DOWN01RunnableClass_WHSReplenishmentTemplateTransform</Name>
<Link>Classes\DOWN01RunnableClass_WHSReplenishmentTemplateTransform</Link>
</Content>
<Content Include="AxClass\DOWN01RunnableClass_WHSWorkTemplateQueryImport">
<SubType>Content</SubType>
<Name>DOWN01RunnableClass_WHSWorkTemplateQueryImport</Name>
<Link>Classes\DOWN01RunnableClass_WHSWorkTemplateQueryImport</Link>
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.Common.targets" />
<Import Project="$(BuildTasksDirectory)\Microsoft.Dynamics.Framework.Tools.BuildTasks.targets" />
</Project>