~ubuntu-branches/ubuntu/raring/ncbi-tools6/raring

« back to all changes in this revision

Viewing changes to make/msvc1000_prj/internal/all_internal.vcxproj

  • Committer: Package Import Robot
  • Author(s): Aaron M. Ucko
  • Date: 2011-09-05 18:55:02 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: package-import@ubuntu.com-20110905185502-iuvmoe65ytljhckn
Tags: 6.1.20110713-1
* New upstream release.
* debian/*.symbols: update accordingly.
* make/makeshlb.unx: link libcn3dOGL.so against -lm for sqrt.
* doc/man/*.1: update for new release.
* debian/rules:
  - (VIB): add asnmacro, as upstream takes care to publish binaries thereof.
  - Retire obsolete multiarch-unaware checks for libpthread.
  - Fully modernize Debhelper usage; in particular, transition to overrides.
* debian/compat: advance to 9 per rules modernization.
* debian/ncbi-tools-bin.install: add asnmacro.
* make/makenet.unx: link asnmacro only against libraries it directly needs.
* doc/man/asnmacro.1: give asnmacro a man page.
* doc/man/Psequin.1: list it in SEE ALSO.
* network/id1arch/idfetch.c: revert redundant change (from #295110).
* Convert to multiarch.
  - debian/rules: Install libraries (and ncbithr.o) to multiarch directories.
  - debian/lib*.install: match multiarch library paths.
  - debian/control:
    + Build-Depends: debhelper (>= 8.1.3~), implying a recent dpkg-dev.
    + Set Multi-Arch: as appropriate across the board, and specify
      Pre-Depends: ${misc:Pre-Depends} for runtime libraries.
* debian/*.lintian-overrides: drop leading slashes for Lintian 2.5.x.
* debian/control: Standards-Version: 3.9.2 (already compliant).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="DebugDLL|Win32">
 
5
      <Configuration>DebugDLL</Configuration>
 
6
      <Platform>Win32</Platform>
 
7
    </ProjectConfiguration>
 
8
    <ProjectConfiguration Include="DebugDLL|x64">
 
9
      <Configuration>DebugDLL</Configuration>
 
10
      <Platform>x64</Platform>
 
11
    </ProjectConfiguration>
 
12
    <ProjectConfiguration Include="Debug|Win32">
 
13
      <Configuration>Debug</Configuration>
 
14
      <Platform>Win32</Platform>
 
15
    </ProjectConfiguration>
 
16
    <ProjectConfiguration Include="Debug|x64">
 
17
      <Configuration>Debug</Configuration>
 
18
      <Platform>x64</Platform>
 
19
    </ProjectConfiguration>
 
20
    <ProjectConfiguration Include="ReleaseDLL|Win32">
 
21
      <Configuration>ReleaseDLL</Configuration>
 
22
      <Platform>Win32</Platform>
 
23
    </ProjectConfiguration>
 
24
    <ProjectConfiguration Include="ReleaseDLL|x64">
 
25
      <Configuration>ReleaseDLL</Configuration>
 
26
      <Platform>x64</Platform>
 
27
    </ProjectConfiguration>
 
28
    <ProjectConfiguration Include="Release|Win32">
 
29
      <Configuration>Release</Configuration>
 
30
      <Platform>Win32</Platform>
 
31
    </ProjectConfiguration>
 
32
    <ProjectConfiguration Include="Release|x64">
 
33
      <Configuration>Release</Configuration>
 
34
      <Platform>x64</Platform>
 
35
    </ProjectConfiguration>
 
36
  </ItemGroup>
 
37
  <PropertyGroup Label="Globals">
 
38
    <ProjectGuid>{A561305F-004C-48DC-A613-D76B10E5AA55}</ProjectGuid>
 
39
    <Keyword>MakeFileProj</Keyword>
 
40
  </PropertyGroup>
 
41
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
42
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
 
43
    <ConfigurationType>Utility</ConfigurationType>
 
44
    <UseOfMfc>false</UseOfMfc>
 
45
  </PropertyGroup>
 
46
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
47
    <ConfigurationType>Utility</ConfigurationType>
 
48
    <UseOfMfc>false</UseOfMfc>
 
49
  </PropertyGroup>
 
50
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
51
    <ConfigurationType>Utility</ConfigurationType>
 
52
    <UseOfMfc>false</UseOfMfc>
 
53
  </PropertyGroup>
 
54
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
 
55
    <ConfigurationType>Utility</ConfigurationType>
 
56
    <UseOfMfc>false</UseOfMfc>
 
57
  </PropertyGroup>
 
58
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
 
59
    <ConfigurationType>Utility</ConfigurationType>
 
60
    <UseOfMfc>false</UseOfMfc>
 
61
  </PropertyGroup>
 
62
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
63
    <ConfigurationType>Utility</ConfigurationType>
 
64
    <UseOfMfc>false</UseOfMfc>
 
65
  </PropertyGroup>
 
66
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
67
    <ConfigurationType>Utility</ConfigurationType>
 
68
    <UseOfMfc>false</UseOfMfc>
 
69
  </PropertyGroup>
 
70
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
 
71
    <ConfigurationType>Utility</ConfigurationType>
 
72
    <UseOfMfc>false</UseOfMfc>
 
73
  </PropertyGroup>
 
74
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
75
  <ImportGroup Label="ExtensionSettings">
 
76
  </ImportGroup>
 
77
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
 
78
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
79
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
 
80
  </ImportGroup>
 
81
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
82
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
83
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
 
84
  </ImportGroup>
 
85
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
86
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
87
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
 
88
  </ImportGroup>
 
89
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
 
90
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
91
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
 
92
  </ImportGroup>
 
93
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
 
94
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
95
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
 
96
  </ImportGroup>
 
97
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 
98
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
99
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
 
100
  </ImportGroup>
 
101
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 
102
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
103
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
 
104
  </ImportGroup>
 
105
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
 
106
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
107
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
 
108
  </ImportGroup>
 
109
  <PropertyGroup Label="UserMacros" />
 
110
  <PropertyGroup>
 
111
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 
112
    <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">.\ReleaseDLL\</OutDir>
 
113
    <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">.\ReleaseDLL\</IntDir>
 
114
    <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">$(Platform)\$(Configuration)\</OutDir>
 
115
    <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">$(Platform)\$(Configuration)\</IntDir>
 
116
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>
 
117
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>
 
118
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
 
119
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
 
120
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>
 
121
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>
 
122
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
 
123
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
 
124
    <OutDir Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">.\DebugDLL\</OutDir>
 
125
    <IntDir Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">.\DebugDLL\</IntDir>
 
126
    <OutDir Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">$(Platform)\$(Configuration)\</OutDir>
 
127
    <IntDir Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">$(Platform)\$(Configuration)\</IntDir>
 
128
  </PropertyGroup>
 
129
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
 
130
    <Midl>
 
131
      <TypeLibraryName>$(OutDir)all_internal.tlb</TypeLibraryName>
 
132
      <HeaderFileName>
 
133
      </HeaderFileName>
 
134
    </Midl>
 
135
  </ItemDefinitionGroup>
 
136
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
 
137
    <Midl>
 
138
      <TargetEnvironment>X64</TargetEnvironment>
 
139
      <TypeLibraryName>$(OutDir)all_internal.tlb</TypeLibraryName>
 
140
      <HeaderFileName>
 
141
      </HeaderFileName>
 
142
    </Midl>
 
143
  </ItemDefinitionGroup>
 
144
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
145
    <Midl>
 
146
      <TypeLibraryName>$(OutDir)all_internal.tlb</TypeLibraryName>
 
147
      <HeaderFileName>
 
148
      </HeaderFileName>
 
149
    </Midl>
 
150
  </ItemDefinitionGroup>
 
151
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
152
    <Midl>
 
153
      <TargetEnvironment>X64</TargetEnvironment>
 
154
      <TypeLibraryName>$(OutDir)all_internal.tlb</TypeLibraryName>
 
155
      <HeaderFileName>
 
156
      </HeaderFileName>
 
157
    </Midl>
 
158
  </ItemDefinitionGroup>
 
159
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
160
    <Midl>
 
161
      <TypeLibraryName>$(OutDir)all_internal.tlb</TypeLibraryName>
 
162
      <HeaderFileName>
 
163
      </HeaderFileName>
 
164
    </Midl>
 
165
  </ItemDefinitionGroup>
 
166
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
167
    <Midl>
 
168
      <TargetEnvironment>X64</TargetEnvironment>
 
169
      <TypeLibraryName>$(OutDir)all_internal.tlb</TypeLibraryName>
 
170
      <HeaderFileName>
 
171
      </HeaderFileName>
 
172
    </Midl>
 
173
  </ItemDefinitionGroup>
 
174
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
 
175
    <Midl>
 
176
      <TypeLibraryName>$(OutDir)all_internal.tlb</TypeLibraryName>
 
177
      <HeaderFileName>
 
178
      </HeaderFileName>
 
179
    </Midl>
 
180
  </ItemDefinitionGroup>
 
181
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
 
182
    <Midl>
 
183
      <TargetEnvironment>X64</TargetEnvironment>
 
184
      <TypeLibraryName>$(OutDir)all_internal.tlb</TypeLibraryName>
 
185
      <HeaderFileName>
 
186
      </HeaderFileName>
 
187
    </Midl>
 
188
  </ItemDefinitionGroup>
 
189
  <ItemGroup>
 
190
    <ProjectReference Include="..\network\spell\client\ncbispel.vcxproj">
 
191
      <Project>{4e3da1e5-1e82-47c5-8749-92824c1a62b5}</Project>
 
192
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
193
    </ProjectReference>
 
194
    <ProjectReference Include="..\sequin\ssequin\exe_ssequin.vcxproj">
 
195
      <Project>{97642e7d-40f9-4bcb-b74b-4382d1b8139a}</Project>
 
196
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
197
    </ProjectReference>
 
198
    <ProjectReference Include="smart\smartnet\smartnet.vcxproj">
 
199
      <Project>{007aa0e6-4246-407d-9f02-5fc809cfe81e}</Project>
 
200
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
201
    </ProjectReference>
 
202
  </ItemGroup>
 
203
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
204
  <ImportGroup Label="ExtensionTargets">
 
205
  </ImportGroup>
 
206
</Project>
 
 
b'\\ No newline at end of file'