Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21 f9daq 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="4.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
    <SccProjectName />
15
    <SccLocalPath />
16
    <ProjectGuid>{0370965E-2E92-4C77-92E7-F42D4EE3DBCF}</ProjectGuid>
17
  </PropertyGroup>
18
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20
    <ConfigurationType>DynamicLibrary</ConfigurationType>
21
    <PlatformToolset>v110</PlatformToolset>
22
    <UseOfMfc>false</UseOfMfc>
23
  </PropertyGroup>
24
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25
    <ConfigurationType>DynamicLibrary</ConfigurationType>
26
    <PlatformToolset>v110</PlatformToolset>
27
    <UseOfMfc>false</UseOfMfc>
28
  </PropertyGroup>
29
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30
  <ImportGroup Label="ExtensionSettings">
31
  </ImportGroup>
32
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Release|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)'=='Release|Win32'">
42
    <OutDir>$(OutDir)</OutDir>
43
    <IntDir>$(OutDir)obj</IntDir>
44
    <LinkIncremental>false</LinkIncremental>
45
  </PropertyGroup>
46
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
47
    <OutDir>$(OutDir)</OutDir>
48
    <IntDir>$(OutDir)obj</IntDir>
49
    <LinkIncremental>true</LinkIncremental>
50
    <TargetName>pcicc32_ni</TargetName>
51
  </PropertyGroup>
52
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
53
    <ClCompile>
54
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
55
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
56
      <StringPooling>true</StringPooling>
57
      <FunctionLevelLinking>true</FunctionLevelLinking>
58
      <Optimization>MaxSpeed</Optimization>
59
      <SuppressStartupBanner>true</SuppressStartupBanner>
60
      <WarningLevel>Level3</WarningLevel>
61
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
62
      <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
63
      <BrowseInformation>true</BrowseInformation>
64
      <PrecompiledHeaderOutputFile>
65
      </PrecompiledHeaderOutputFile>
66
      <ObjectFileName>.\Release\</ObjectFileName>
67
      <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
68
    </ClCompile>
69
    <PostBuildEvent>
70
      <Command>copy debug\pcicc32_ni.dll $(ProjectDir)</Command>
71
    </PostBuildEvent>
72
    <Midl>
73
      <SuppressStartupBanner>true</SuppressStartupBanner>
74
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75
      <TypeLibraryName>.\Release\pcicc32_ni.tlb</TypeLibraryName>
76
      <MkTypLibCompatible>true</MkTypLibCompatible>
77
      <RedirectOutputAndErrors>NUL</RedirectOutputAndErrors>
78
      <TargetEnvironment>Win32</TargetEnvironment>
79
    </Midl>
80
    <ResourceCompile>
81
      <Culture>0x0407</Culture>
82
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83
    </ResourceCompile>
84
    <Bscmake>
85
      <SuppressStartupBanner>true</SuppressStartupBanner>
86
      <OutputFile>.\Release\pcicc32_ni.bsc</OutputFile>
87
    </Bscmake>
88
    <Link>
89
      <SuppressStartupBanner>true</SuppressStartupBanner>
90
      <LinkDLL>true</LinkDLL>
91
      <SubSystem>Windows</SubSystem>
92
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
93
      <ImportLibrary>.\Release\pcicc32_ni.lib</ImportLibrary>
94
      <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
95
    </Link>
96
  </ItemDefinitionGroup>
97
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
98
    <ClCompile>
99
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
100
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
101
      <FunctionLevelLinking>false</FunctionLevelLinking>
102
      <Optimization>Disabled</Optimization>
103
      <SuppressStartupBanner>true</SuppressStartupBanner>
104
      <WarningLevel>Level3</WarningLevel>
105
      <MinimalRebuild>true</MinimalRebuild>
106
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
107
      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108
      <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
109
      <PrecompiledHeaderOutputFile>
110
      </PrecompiledHeaderOutputFile>
111
      <ObjectFileName>.\Debug\</ObjectFileName>
112
      <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
113
    </ClCompile>
114
    <PostBuildEvent>
115
      <Command>copy debug\pcicc32_ni.dll $(ProjectDir)</Command>
116
    </PostBuildEvent>
117
    <Midl>
118
      <SuppressStartupBanner>true</SuppressStartupBanner>
119
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120
      <TypeLibraryName>.\Debug\pcicc32_ni.tlb</TypeLibraryName>
121
      <MkTypLibCompatible>true</MkTypLibCompatible>
122
      <RedirectOutputAndErrors>NUL</RedirectOutputAndErrors>
123
      <TargetEnvironment>Win32</TargetEnvironment>
124
    </Midl>
125
    <ResourceCompile>
126
      <Culture>0x0407</Culture>
127
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128
    </ResourceCompile>
129
    <Bscmake>
130
      <SuppressStartupBanner>true</SuppressStartupBanner>
131
      <OutputFile>.\Debug\pcicc32_ni.bsc</OutputFile>
132
    </Bscmake>
133
    <Link>
134
      <SuppressStartupBanner>true</SuppressStartupBanner>
135
      <LinkDLL>true</LinkDLL>
136
      <GenerateDebugInformation>true</GenerateDebugInformation>
137
      <SubSystem>Windows</SubSystem>
138
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
139
      <ImportLibrary>.\Debug\pcicc32_ni.lib</ImportLibrary>
140
      <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
141
    </Link>
142
  </ItemDefinitionGroup>
143
  <ItemGroup>
144
    <ClCompile Include="Libcc32.c" />
145
    <ClCompile Include="Libcc32_95.c" />
146
    <ClCompile Include="Libcc32_NT.c" />
147
    <ClCompile Include="OS_INFO.C" />
148
  </ItemGroup>
149
  <ItemGroup>
150
    <ClInclude Include="Libcc32.h" />
151
    <ClInclude Include="Libcc32_95.h" />
152
    <ClInclude Include="libcc32_NT.h" />
153
    <ClInclude Include="OS_INFO.H" />
154
    <ClInclude Include="vpcic32d.h" />
155
  </ItemGroup>
156
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
157
  <ImportGroup Label="ExtensionTargets">
158
  </ImportGroup>
159
</Project>