Subversion Repositories f9daq

Rev

Rev 17 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
16 f9daq 1
<?xml version="1.0" encoding="utf-8"?>
42 f9daq 2
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
16 f9daq 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
    <SccProjectName>pcivme_ni</SccProjectName>
15
    <SccLocalPath>.</SccLocalPath>
16
    <ProjectGuid>{A549E673-98F7-439F-8F28-CDE063B35DD5}</ProjectGuid>
17
  </PropertyGroup>
18
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20
    <ConfigurationType>DynamicLibrary</ConfigurationType>
42 f9daq 21
    <PlatformToolset>v120</PlatformToolset>
16 f9daq 22
    <UseOfMfc>false</UseOfMfc>
23
  </PropertyGroup>
24
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25
    <ConfigurationType>DynamicLibrary</ConfigurationType>
42 f9daq 26
    <PlatformToolset>v120</PlatformToolset>
16 f9daq 27
    <UseOfMfc>false</UseOfMfc>
28
  </PropertyGroup>
29
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30
  <ImportGroup Label="ExtensionSettings">
31
  </ImportGroup>
32
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
33
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34
    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
35
  </ImportGroup>
36
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
37
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38
    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
39
  </ImportGroup>
40
  <PropertyGroup Label="UserMacros" />
41
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
42
    <OutDir>.\Debug\</OutDir>
43
    <IntDir>.\Debug\</IntDir>
44
    <LinkIncremental>true</LinkIncremental>
45
  </PropertyGroup>
46
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
47
    <OutDir>.\Release\</OutDir>
48
    <IntDir>.\Release\</IntDir>
49
    <LinkIncremental>false</LinkIncremental>
50
  </PropertyGroup>
51
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52
    <ClCompile>
53
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
54
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
55
      <FunctionLevelLinking>false</FunctionLevelLinking>
56
      <Optimization>Disabled</Optimization>
57
      <SuppressStartupBanner>true</SuppressStartupBanner>
58
      <WarningLevel>Level3</WarningLevel>
59
      <MinimalRebuild>true</MinimalRebuild>
60
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
61
      <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
62
      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
63
      <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
64
      <PrecompiledHeaderOutputFile>.\Debug\pcivme_ni.pch</PrecompiledHeaderOutputFile>
65
      <ObjectFileName>.\Debug\</ObjectFileName>
66
      <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
67
    </ClCompile>
68
    <Midl>
69
      <SuppressStartupBanner>true</SuppressStartupBanner>
70
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
71
      <TypeLibraryName>.\Debug\pcivme_ni.tlb</TypeLibraryName>
72
      <MkTypLibCompatible>true</MkTypLibCompatible>
73
      <RedirectOutputAndErrors>NUL</RedirectOutputAndErrors>
74
      <TargetEnvironment>Win32</TargetEnvironment>
75
    </Midl>
76
    <ResourceCompile>
77
      <Culture>0x0407</Culture>
78
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
79
    </ResourceCompile>
80
    <Bscmake>
81
      <SuppressStartupBanner>true</SuppressStartupBanner>
82
      <OutputFile>.\Debug\pcivme_ni.bsc</OutputFile>
83
    </Bscmake>
84
    <Link>
85
      <SuppressStartupBanner>true</SuppressStartupBanner>
86
      <LinkDLL>true</LinkDLL>
87
      <GenerateDebugInformation>true</GenerateDebugInformation>
88
      <SubSystem>Windows</SubSystem>
89
      <OutputFile>.\Debug\pcivme_ni.dll</OutputFile>
90
      <ImportLibrary>.\Debug\pcivme_ni.lib</ImportLibrary>
91
      <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
92
    </Link>
93
  </ItemDefinitionGroup>
94
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
95
    <ClCompile>
96
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
97
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
98
      <StringPooling>true</StringPooling>
99
      <FunctionLevelLinking>true</FunctionLevelLinking>
100
      <Optimization>MaxSpeed</Optimization>
101
      <SuppressStartupBanner>true</SuppressStartupBanner>
102
      <WarningLevel>Level3</WarningLevel>
103
      <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
104
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105
      <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
106
      <PrecompiledHeaderOutputFile>.\Release\pcivme_ni.pch</PrecompiledHeaderOutputFile>
107
      <ObjectFileName>.\Release\</ObjectFileName>
108
      <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
109
    </ClCompile>
110
    <Midl>
111
      <SuppressStartupBanner>true</SuppressStartupBanner>
112
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113
      <TypeLibraryName>.\Release\pcivme_ni.tlb</TypeLibraryName>
114
      <MkTypLibCompatible>true</MkTypLibCompatible>
115
      <RedirectOutputAndErrors>NUL</RedirectOutputAndErrors>
116
      <TargetEnvironment>Win32</TargetEnvironment>
117
    </Midl>
118
    <ResourceCompile>
119
      <Culture>0x0407</Culture>
120
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121
    </ResourceCompile>
122
    <Bscmake>
123
      <SuppressStartupBanner>true</SuppressStartupBanner>
124
      <OutputFile>.\Release\pcivme_ni.bsc</OutputFile>
125
    </Bscmake>
126
    <Link>
127
      <SuppressStartupBanner>true</SuppressStartupBanner>
128
      <LinkDLL>true</LinkDLL>
129
      <SubSystem>Windows</SubSystem>
130
      <OutputFile>.\Release\pcivme_ni.dll</OutputFile>
131
      <ImportLibrary>.\Release\pcivme_ni.lib</ImportLibrary>
132
      <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
133
    </Link>
134
  </ItemDefinitionGroup>
135
  <ItemGroup>
136
    <ClCompile Include="Klist.c" />
137
    <ClCompile Include="os_info.c" />
138
    <ClCompile Include="pcivme_ni.c" />
139
    <ClCompile Include="pcivme_ni_NT.c" />
140
  </ItemGroup>
141
  <ItemGroup>
142
    <ClInclude Include="Klist.h" />
143
    <ClInclude Include="os_info.h" />
144
    <ClInclude Include="pcivme_ni.h" />
145
    <ClInclude Include="pcivme_ni_NT.h" />
146
  </ItemGroup>
147
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
148
  <ImportGroup Label="ExtensionTargets">
149
  </ImportGroup>
150
</Project>