Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
213 f9daq 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <ItemGroup Label="ProjectConfigurations">
4
    <ProjectConfiguration Include="Debug|Win32">
5
      <Configuration>Debug</Configuration>
6
      <Platform>Win32</Platform>
7
    </ProjectConfiguration>
8
    <ProjectConfiguration Include="Release|Win32">
9
      <Configuration>Release</Configuration>
10
      <Platform>Win32</Platform>
11
    </ProjectConfiguration>
12
  </ItemGroup>
13
  <PropertyGroup Label="Globals">
14
    <ProjectGuid>{A133C14A-192C-49DA-936C-0BC2FB5EB54E}</ProjectGuid>
15
    <Keyword>Win32Proj</Keyword>
16
    <RootNamespace>NativeExportsConsumerApp</RootNamespace>
17
    <ProjectName>AitSipmDAQApp</ProjectName>
18
    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
19
  </PropertyGroup>
20
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
22
    <ConfigurationType>Application</ConfigurationType>
23
    <UseDebugLibraries>true</UseDebugLibraries>
24
    <PlatformToolset>v140</PlatformToolset>
25
    <CharacterSet>Unicode</CharacterSet>
26
    <CLRSupport>true</CLRSupport>
27
  </PropertyGroup>
28
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29
    <ConfigurationType>Application</ConfigurationType>
30
    <UseDebugLibraries>false</UseDebugLibraries>
31
    <PlatformToolset>v140</PlatformToolset>
32
    <WholeProgramOptimization>true</WholeProgramOptimization>
33
    <CharacterSet>Unicode</CharacterSet>
34
  </PropertyGroup>
35
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
36
  <ImportGroup Label="ExtensionSettings">
37
  </ImportGroup>
38
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
39
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40
  </ImportGroup>
41
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
42
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
43
  </ImportGroup>
44
  <PropertyGroup Label="UserMacros" />
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
46
    <LinkIncremental>true</LinkIncremental>
47
  </PropertyGroup>
48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
49
    <LinkIncremental>false</LinkIncremental>
50
  </PropertyGroup>
51
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52
    <ClCompile>
53
      <PrecompiledHeader>Use</PrecompiledHeader>
54
      <WarningLevel>Level3</WarningLevel>
55
      <Optimization>Disabled</Optimization>
56
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
57
      <SDLCheck>true</SDLCheck>
58
    </ClCompile>
59
    <Link>
60
      <SubSystem>Console</SubSystem>
61
      <GenerateDebugInformation>true</GenerateDebugInformation>
62
      <EntryPointSymbol>
63
      </EntryPointSymbol>
64
    </Link>
65
    <PostBuildEvent>
66
      <Command>copy "..\UnmanagedDllInterface\bin\$(ConfigurationName)\AitSipmDAQDll.dll" "$(TargetDir)"</Command>
67
    </PostBuildEvent>
68
  </ItemDefinitionGroup>
69
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
70
    <ClCompile>
71
      <WarningLevel>Level3</WarningLevel>
72
      <PrecompiledHeader>Use</PrecompiledHeader>
73
      <Optimization>MaxSpeed</Optimization>
74
      <FunctionLevelLinking>true</FunctionLevelLinking>
75
      <IntrinsicFunctions>true</IntrinsicFunctions>
76
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77
      <SDLCheck>true</SDLCheck>
78
    </ClCompile>
79
    <Link>
80
      <SubSystem>Console</SubSystem>
81
      <GenerateDebugInformation>true</GenerateDebugInformation>
82
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
83
      <OptimizeReferences>true</OptimizeReferences>
84
    </Link>
85
    <PostBuildEvent>
86
      <Command>copy "..\NativeExports\bin\$(ConfigurationName)\NativeExports.dll" "$(TargetDir)"</Command>
87
    </PostBuildEvent>
88
  </ItemDefinitionGroup>
89
  <ItemGroup>
90
    <ClInclude Include="AitMduManager.h" />
91
    <ClInclude Include="AitMduManager_DEF.h" />
92
    <ClInclude Include="stdafx.h" />
93
    <ClInclude Include="targetver.h" />
94
  </ItemGroup>
95
  <ItemGroup>
96
    <ClCompile Include="AitSipmDAQApp.cpp" />
97
    <ClCompile Include="stdafx.cpp">
98
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
99
    </ClCompile>
100
  </ItemGroup>
101
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
102
  <ImportGroup Label="ExtensionTargets">
103
  </ImportGroup>
104
</Project>