~gladky-anton/+junk/sumo

« back to all changes in this revision

Viewing changes to build/msvc10/netconvert/netconvert.vcxproj

  • Committer: Anton Gladky
  • Date: 2015-04-16 21:27:22 UTC
  • Revision ID: gladky.anton@gmail.com-20150416212722-pkbewc5vub8jj3zl
0.23.0

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="Debug|Win32">
5
 
      <Configuration>Debug</Configuration>
6
 
      <Platform>Win32</Platform>
7
 
    </ProjectConfiguration>
8
 
    <ProjectConfiguration Include="Debug|x64">
9
 
      <Configuration>Debug</Configuration>
10
 
      <Platform>x64</Platform>
11
 
    </ProjectConfiguration>
12
 
    <ProjectConfiguration Include="Fastbuild|Win32">
13
 
      <Configuration>Fastbuild</Configuration>
14
 
      <Platform>Win32</Platform>
15
 
    </ProjectConfiguration>
16
 
    <ProjectConfiguration Include="Fastbuild|x64">
17
 
      <Configuration>Fastbuild</Configuration>
18
 
      <Platform>x64</Platform>
19
 
    </ProjectConfiguration>
20
 
    <ProjectConfiguration Include="InternalDebug|Win32">
21
 
      <Configuration>InternalDebug</Configuration>
22
 
      <Platform>Win32</Platform>
23
 
    </ProjectConfiguration>
24
 
    <ProjectConfiguration Include="InternalDebug|x64">
25
 
      <Configuration>InternalDebug</Configuration>
26
 
      <Platform>x64</Platform>
27
 
    </ProjectConfiguration>
28
 
    <ProjectConfiguration Include="InternalFastbuild|Win32">
29
 
      <Configuration>InternalFastbuild</Configuration>
30
 
      <Platform>Win32</Platform>
31
 
    </ProjectConfiguration>
32
 
    <ProjectConfiguration Include="InternalFastbuild|x64">
33
 
      <Configuration>InternalFastbuild</Configuration>
34
 
      <Platform>x64</Platform>
35
 
    </ProjectConfiguration>
36
 
    <ProjectConfiguration Include="InternalRelease|Win32">
37
 
      <Configuration>InternalRelease</Configuration>
38
 
      <Platform>Win32</Platform>
39
 
    </ProjectConfiguration>
40
 
    <ProjectConfiguration Include="InternalRelease|x64">
41
 
      <Configuration>InternalRelease</Configuration>
42
 
      <Platform>x64</Platform>
43
 
    </ProjectConfiguration>
44
 
    <ProjectConfiguration Include="Release|Win32">
45
 
      <Configuration>Release</Configuration>
46
 
      <Platform>Win32</Platform>
47
 
    </ProjectConfiguration>
48
 
    <ProjectConfiguration Include="Release|x64">
49
 
      <Configuration>Release</Configuration>
50
 
      <Platform>x64</Platform>
51
 
    </ProjectConfiguration>
52
 
  </ItemGroup>
53
 
  <PropertyGroup Label="Globals">
54
 
    <ProjectGuid>{4589198B-EBD4-4811-B778-8AE270AEE0CD}</ProjectGuid>
55
 
    <RootNamespace>netconvert</RootNamespace>
56
 
    <Keyword>MFCProj</Keyword>
57
 
  </PropertyGroup>
58
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
59
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
60
 
  <ImportGroup Label="ExtensionSettings">
61
 
  </ImportGroup>
62
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Fastbuild|Win32'" Label="PropertySheets">
63
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64
 
    <Import Project="..\Win32.props" />
65
 
    <Import Project="..\Fastbuild.props" />
66
 
    <Import Project="..\exe.props" />
67
 
  </ImportGroup>
68
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
69
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70
 
    <Import Project="..\Win32.props" />
71
 
    <Import Project="..\Release.props" />
72
 
    <Import Project="..\exe.props" />
73
 
  </ImportGroup>
74
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalRelease|Win32'" Label="PropertySheets">
75
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
76
 
    <Import Project="..\Win32.props" />
77
 
    <Import Project="..\Release.props" />
78
 
    <Import Project="..\exe.props" />
79
 
    <Import Project="..\internal.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="..\Win32.props" />
84
 
    <Import Project="..\exe.props" />
85
 
  </ImportGroup>
86
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalDebug|Win32'" Label="PropertySheets">
87
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
88
 
    <Import Project="..\Win32.props" />
89
 
    <Import Project="..\exe.props" />
90
 
    <Import Project="..\internal.props" />
91
 
  </ImportGroup>
92
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Fastbuild|x64'" Label="PropertySheets">
93
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
94
 
    <Import Project="..\x64.props" />
95
 
    <Import Project="..\Fastbuild.props" />
96
 
    <Import Project="..\exe.props" />
97
 
  </ImportGroup>
98
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
99
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
100
 
    <Import Project="..\x64.props" />
101
 
    <Import Project="..\Release.props" />
102
 
    <Import Project="..\exe.props" />
103
 
  </ImportGroup>
104
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalRelease|x64'" Label="PropertySheets">
105
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
106
 
    <Import Project="..\x64.props" />
107
 
    <Import Project="..\Release.props" />
108
 
    <Import Project="..\exe.props" />
109
 
    <Import Project="..\internal.props" />
110
 
  </ImportGroup>
111
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
112
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
113
 
    <Import Project="..\x64.props" />
114
 
    <Import Project="..\exe.props" />
115
 
  </ImportGroup>
116
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalDebug|x64'" Label="PropertySheets">
117
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
118
 
    <Import Project="..\x64.props" />
119
 
    <Import Project="..\exe.props" />
120
 
    <Import Project="..\internal.props" />
121
 
  </ImportGroup>
122
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalFastbuild|Win32'" Label="PropertySheets">
123
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
124
 
    <Import Project="..\Win32.props" />
125
 
    <Import Project="..\Fastbuild.props" />
126
 
    <Import Project="..\exe.props" />
127
 
    <Import Project="..\internal.props" />
128
 
  </ImportGroup>
129
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalFastbuild|x64'" Label="PropertySheets">
130
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
131
 
    <Import Project="..\x64.props" />
132
 
    <Import Project="..\Fastbuild.props" />
133
 
    <Import Project="..\exe.props" />
134
 
    <Import Project="..\internal.props" />
135
 
  </ImportGroup>
136
 
  <PropertyGroup Label="UserMacros" />
137
 
  <PropertyGroup>
138
 
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
139
 
  </PropertyGroup>
140
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
141
 
    <Link>
142
 
      <AdditionalDependencies>$(PROJ_LIB);$(XERCES_DEBUG_LIB);$(GDAL_LIB);ws2_32.lib</AdditionalDependencies>
143
 
    </Link>
144
 
  </ItemDefinitionGroup>
145
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='InternalDebug|Win32'">
146
 
    <Link>
147
 
      <AdditionalDependencies>$(PROJ_LIB);$(XERCES_DEBUG_LIB);$(GDAL_LIB);ws2_32.lib</AdditionalDependencies>
148
 
    </Link>
149
 
  </ItemDefinitionGroup>
150
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
151
 
    <Link>
152
 
      <AdditionalDependencies>$(PROJ_LIB);$(XERCES_DEBUG_LIB);$(GDAL_LIB);ws2_32.lib</AdditionalDependencies>
153
 
    </Link>
154
 
  </ItemDefinitionGroup>
155
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='InternalDebug|x64'">
156
 
    <Link>
157
 
      <AdditionalDependencies>$(PROJ_LIB);$(XERCES_DEBUG_LIB);$(GDAL_LIB);ws2_32.lib</AdditionalDependencies>
158
 
    </Link>
159
 
  </ItemDefinitionGroup>
160
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
161
 
    <Link>
162
 
      <AdditionalDependencies>$(PROJ_LIB);$(XERCES_LIB);$(GDAL_LIB);ws2_32.lib</AdditionalDependencies>
163
 
    </Link>
164
 
  </ItemDefinitionGroup>
165
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='InternalRelease|Win32'">
166
 
    <Link>
167
 
      <AdditionalDependencies>$(PROJ_LIB);$(XERCES_LIB);$(GDAL_LIB);ws2_32.lib</AdditionalDependencies>
168
 
    </Link>
169
 
  </ItemDefinitionGroup>
170
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
171
 
    <Link>
172
 
      <AdditionalDependencies>$(PROJ_LIB);$(XERCES_LIB);$(GDAL_LIB);ws2_32.lib</AdditionalDependencies>
173
 
    </Link>
174
 
  </ItemDefinitionGroup>
175
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='InternalRelease|x64'">
176
 
    <Link>
177
 
      <AdditionalDependencies>$(PROJ_LIB);$(XERCES_LIB);$(GDAL_LIB);ws2_32.lib</AdditionalDependencies>
178
 
    </Link>
179
 
  </ItemDefinitionGroup>
180
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Fastbuild|Win32'">
181
 
    <Link>
182
 
      <AdditionalDependencies>$(PROJ_LIB);$(XERCES_LIB);$(GDAL_LIB);ws2_32.lib</AdditionalDependencies>
183
 
    </Link>
184
 
  </ItemDefinitionGroup>
185
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Fastbuild|x64'">
186
 
    <Link>
187
 
      <AdditionalDependencies>$(PROJ_LIB);$(XERCES_LIB);$(GDAL_LIB);ws2_32.lib</AdditionalDependencies>
188
 
    </Link>
189
 
  </ItemDefinitionGroup>
190
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='InternalFastbuild|Win32'">
191
 
    <Link>
192
 
      <AdditionalDependencies>$(PROJ_LIB);$(XERCES_LIB);$(GDAL_LIB);ws2_32.lib</AdditionalDependencies>
193
 
    </Link>
194
 
  </ItemDefinitionGroup>
195
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='InternalFastbuild|x64'">
196
 
    <Link>
197
 
      <AdditionalDependencies>$(PROJ_LIB);$(XERCES_LIB);$(GDAL_LIB);ws2_32.lib</AdditionalDependencies>
198
 
    </Link>
199
 
  </ItemDefinitionGroup>
200
 
  <ItemGroup>
201
 
    <ClCompile Include="..\..\..\src\netconvert_main.cpp" />
202
 
  </ItemGroup>
203
 
  <ItemGroup>
204
 
    <ProjectReference Include="..\y_libnetbuild\y_libnetbuild.vcxproj">
205
 
      <Project>{bd855404-fa32-48ae-9ab3-fb8b3d71c8c6}</Project>
206
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
207
 
    </ProjectReference>
208
 
    <ProjectReference Include="..\y_libnetimport\y_libnetimport.vcxproj">
209
 
      <Project>{91422fef-2369-45e6-87aa-8b38709ad823}</Project>
210
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
211
 
    </ProjectReference>
212
 
    <ProjectReference Include="..\y_libnetwrite\y_libnetwrite.vcxproj">
213
 
      <Project>{b0c268f3-2153-8ddc-fac6-bb599e20126d}</Project>
214
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
215
 
    </ProjectReference>
216
 
    <ProjectReference Include="..\zz_foreign_eulerspiral\zz_foreign_eulerspiral.vcxproj">
217
 
      <Project>{50b2c273-2b6a-4a3a-be24-83e3202de180}</Project>
218
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
219
 
    </ProjectReference>
220
 
    <ProjectReference Include="..\zz_foreign_nvwa\zz_foreign_nvwa.vcxproj">
221
 
      <Project>{fc5b65e0-a0b1-40d7-8687-c2fc79e3da47}</Project>
222
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
223
 
    </ProjectReference>
224
 
    <ProjectReference Include="..\zz_foreign_tcpip\zz_foreign_tcpip.vcxproj">
225
 
      <Project>{492b0b5a-0bbe-49ba-82e6-70a82dbc242f}</Project>
226
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
227
 
    </ProjectReference>
228
 
    <ProjectReference Include="..\z_libnetimport_vissim\z_libnetimport_vissim.vcxproj">
229
 
      <Project>{f7f13336-3e29-4219-8580-a17c71e69718}</Project>
230
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
231
 
    </ProjectReference>
232
 
    <ProjectReference Include="..\z_libutils_common\z_libutils_common.vcxproj">
233
 
      <Project>{72cdb11a-ec19-4be2-bbe9-1fa33deccb20}</Project>
234
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
235
 
    </ProjectReference>
236
 
    <ProjectReference Include="..\z_libutils_distribution\z_libutils_distribution.vcxproj">
237
 
      <Project>{f5d8313c-621d-4cce-a6da-83effbde7ce6}</Project>
238
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
239
 
    </ProjectReference>
240
 
    <ProjectReference Include="..\z_libutils_geom\z_libutils_geom.vcxproj">
241
 
      <Project>{334df447-d0b3-4cea-9693-f755eb11c18f}</Project>
242
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
243
 
    </ProjectReference>
244
 
    <ProjectReference Include="..\z_libutils_importio\z_libutils_importio.vcxproj">
245
 
      <Project>{9fcf1caf-0189-4242-88ba-47706e741119}</Project>
246
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
247
 
    </ProjectReference>
248
 
    <ProjectReference Include="..\z_libutils_iodevices\z_libutils_iodevices.vcxproj">
249
 
      <Project>{fc588f88-ffc4-4ebd-a790-1b1fe06e1fc8}</Project>
250
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
251
 
    </ProjectReference>
252
 
    <ProjectReference Include="..\z_libutils_options\z_libutils_options.vcxproj">
253
 
      <Project>{ee29af87-7317-488d-bf6d-ec422d1dbad6}</Project>
254
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
255
 
    </ProjectReference>
256
 
    <ProjectReference Include="..\z_libutils_xml\z_libutils_xml.vcxproj">
257
 
      <Project>{508f0bff-83fe-444c-9509-a359bca83bc4}</Project>
258
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
259
 
    </ProjectReference>
260
 
  </ItemGroup>
261
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
262
 
  <ImportGroup Label="ExtensionTargets">
263
 
  </ImportGroup>
264
 
</Project>
 
 
b'\\ No newline at end of file'