forked from cyrillef/OPMNetExt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
arx-net-config.props
47 lines (40 loc) · 1.53 KB
/
arx-net-config.props
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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- http://msdn.microsoft.com/en-us/library/ms171458.aspx -->
<PropertyGroup>
<_ProjectFileVersion>16.0</_ProjectFileVersion>
<_PropertySheetDisplayName>ObjectARX .Net</_PropertySheetDisplayName>
<TargetExt>.dll</TargetExt>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
</ImportGroup>
<PropertyGroup Label="Globals">
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<RootNamespace>$(TargetName)</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<ReferencePath>$(ArxSdkIncs);$(ReferencePath)</ReferencePath>
</PropertyGroup>
<ItemDefinitionGroup>
<!-- Copy of Microsoft.Cpp.ManagedExtensions.props (C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0) -->
<ClCompile>
<ExceptionHandling>Async</ExceptionHandling>
<CompileAsManaged>true</CompileAsManaged>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MinimalRebuild></MinimalRebuild>
<!-- To defeat the arx.props -->
<SmallerTypeCheck>false</SmallerTypeCheck>
</ClCompile>
<Link>
<FixedBaseAddress>false</FixedBaseAddress>
<AssemblyDebug Condition="'$(UseDebugLibraries)'=='true'">true</AssemblyDebug>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
</Project>