~gladky-anton/+junk/sumo

« back to all changes in this revision

Viewing changes to build/msvc10/netedit/netedit.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="InternalDebug|Win32">
5
 
      <Configuration>InternalDebug</Configuration>
6
 
      <Platform>Win32</Platform>
7
 
    </ProjectConfiguration>
8
 
    <ProjectConfiguration Include="InternalDebug|x64">
9
 
      <Configuration>InternalDebug</Configuration>
10
 
      <Platform>x64</Platform>
11
 
    </ProjectConfiguration>
12
 
    <ProjectConfiguration Include="InternalFastbuild|Win32">
13
 
      <Configuration>InternalFastbuild</Configuration>
14
 
      <Platform>Win32</Platform>
15
 
    </ProjectConfiguration>
16
 
    <ProjectConfiguration Include="InternalFastbuild|x64">
17
 
      <Configuration>InternalFastbuild</Configuration>
18
 
      <Platform>x64</Platform>
19
 
    </ProjectConfiguration>
20
 
    <ProjectConfiguration Include="InternalRelease|Win32">
21
 
      <Configuration>InternalRelease</Configuration>
22
 
      <Platform>Win32</Platform>
23
 
    </ProjectConfiguration>
24
 
    <ProjectConfiguration Include="InternalRelease|x64">
25
 
      <Configuration>InternalRelease</Configuration>
26
 
      <Platform>x64</Platform>
27
 
    </ProjectConfiguration>
28
 
  </ItemGroup>
29
 
  <PropertyGroup Label="Globals">
30
 
    <ProjectGuid>{813B2D7E-CC23-4650-892F-553B1AFD912C}</ProjectGuid>
31
 
    <Keyword>MFCProj</Keyword>
32
 
    <ProjectName>netedit</ProjectName>
33
 
  </PropertyGroup>
34
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
36
 
  <ImportGroup Label="ExtensionSettings">
37
 
  </ImportGroup>
38
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalFastbuild|Win32'" Label="PropertySheets">
39
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40
 
    <Import Project="..\Win32.props" />
41
 
    <Import Project="..\Fastbuild.props" />
42
 
    <Import Project="..\exe.props" />
43
 
    <Import Project="..\internal.props" />
44
 
  </ImportGroup>
45
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalRelease|Win32'" Label="PropertySheets">
46
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
47
 
    <Import Project="..\Win32.props" />
48
 
    <Import Project="..\Release.props" />
49
 
    <Import Project="..\exe.props" />
50
 
    <Import Project="..\internal.props" />
51
 
  </ImportGroup>
52
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalDebug|Win32'" Label="PropertySheets">
53
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54
 
    <Import Project="..\Win32.props" />
55
 
    <Import Project="..\exe.props" />
56
 
    <Import Project="..\internal.props" />
57
 
  </ImportGroup>
58
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalFastbuild|x64'" Label="PropertySheets">
59
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60
 
    <Import Project="..\x64.props" />
61
 
    <Import Project="..\Fastbuild.props" />
62
 
    <Import Project="..\exe.props" />
63
 
    <Import Project="..\internal.props" />
64
 
  </ImportGroup>
65
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalRelease|x64'" Label="PropertySheets">
66
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67
 
    <Import Project="..\x64.props" />
68
 
    <Import Project="..\Release.props" />
69
 
    <Import Project="..\exe.props" />
70
 
    <Import Project="..\internal.props" />
71
 
  </ImportGroup>
72
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalDebug|x64'" Label="PropertySheets">
73
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74
 
    <Import Project="..\x64.props" />
75
 
    <Import Project="..\exe.props" />
76
 
    <Import Project="..\internal.props" />
77
 
  </ImportGroup>
78
 
  <PropertyGroup Label="UserMacros" />
79
 
  <PropertyGroup>
80
 
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
81
 
    <TargetName Condition="'$(Configuration)|$(Platform)'=='InternalDebug|Win32'">$(ProjectName)D</TargetName>
82
 
    <TargetName Condition="'$(Configuration)|$(Platform)'=='InternalDebug|x64'">$(ProjectName)64D</TargetName>
83
 
    <TargetName Condition="'$(Configuration)|$(Platform)'=='InternalRelease|Win32'">$(ProjectName)</TargetName>
84
 
    <TargetName Condition="'$(Configuration)|$(Platform)'=='InternalRelease|x64'">$(ProjectName)64</TargetName>
85
 
    <TargetName Condition="'$(Configuration)|$(Platform)'=='InternalFastbuild|Win32'">$(ProjectName)F</TargetName>
86
 
    <TargetName Condition="'$(Configuration)|$(Platform)'=='InternalFastbuild|x64'">$(ProjectName)64F</TargetName>
87
 
  </PropertyGroup>
88
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='InternalDebug|Win32'">
89
 
    <Link>
90
 
      <AdditionalDependencies>$(PROJ_LIB);$(GDAL_LIB);shell32.lib;opengl32.lib;glu32.lib;$(XERCES_DEBUG_LIB);$(FOX16_DEBUG_LIB);user32.lib;winmm.lib;vfw32.lib;gdi32.lib;ws2_32.lib</AdditionalDependencies>
91
 
    </Link>
92
 
  </ItemDefinitionGroup>
93
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='InternalDebug|x64'">
94
 
    <Link>
95
 
      <AdditionalDependencies>$(PROJ_LIB);$(GDAL_LIB);shell32.lib;opengl32.lib;glu32.lib;$(XERCES_DEBUG_LIB);$(FOX16_DEBUG_LIB);user32.lib;winmm.lib;vfw32.lib;gdi32.lib;ws2_32.lib</AdditionalDependencies>
96
 
    </Link>
97
 
  </ItemDefinitionGroup>
98
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='InternalRelease|Win32'">
99
 
    <Link>
100
 
      <AdditionalDependencies>$(PROJ_LIB);$(GDAL_LIB);shell32.lib;opengl32.lib;glu32.lib;$(XERCES_LIB);$(FOX16_LIB);user32.lib;winmm.lib;vfw32.lib;gdi32.lib;ws2_32.lib</AdditionalDependencies>
101
 
    </Link>
102
 
  </ItemDefinitionGroup>
103
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='InternalRelease|x64'">
104
 
    <Link>
105
 
      <AdditionalDependencies>$(PROJ_LIB);$(GDAL_LIB);shell32.lib;opengl32.lib;glu32.lib;$(XERCES_LIB);$(FOX16_LIB);user32.lib;winmm.lib;vfw32.lib;gdi32.lib;ws2_32.lib</AdditionalDependencies>
106
 
    </Link>
107
 
  </ItemDefinitionGroup>
108
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='InternalFastbuild|Win32'">
109
 
    <Link>
110
 
      <AdditionalDependencies>$(PROJ_LIB);$(GDAL_LIB);shell32.lib;opengl32.lib;glu32.lib;$(XERCES_LIB);$(FOX16_LIB);user32.lib;winmm.lib;vfw32.lib;gdi32.lib;ws2_32.lib</AdditionalDependencies>
111
 
    </Link>
112
 
  </ItemDefinitionGroup>
113
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='InternalFastbuild|x64'">
114
 
    <Link>
115
 
      <AdditionalDependencies>$(PROJ_LIB);shell32.lib;opengl32.lib;glu32.lib;$(XERCES_LIB);$(FOX16_LIB);user32.lib;winmm.lib;vfw32.lib;gdi32.lib;ws2_32.lib</AdditionalDependencies>
116
 
    </Link>
117
 
  </ItemDefinitionGroup>
118
 
  <ItemGroup>
119
 
    <ClCompile Include="..\..\..\src\netedit\GNEApplicationWindow.cpp" />
120
 
    <ClCompile Include="..\..\..\src\netedit\GNEAttributeCarrier.cpp" />
121
 
    <ClCompile Include="..\..\..\src\netedit\GNEChange.cpp" />
122
 
    <ClCompile Include="..\..\..\src\netedit\GNEChange_Attribute.cpp" />
123
 
    <ClCompile Include="..\..\..\src\netedit\GNEChange_Connection.cpp" />
124
 
    <ClCompile Include="..\..\..\src\netedit\GNEChange_Edge.cpp" />
125
 
    <ClCompile Include="..\..\..\src\netedit\GNEChange_Junction.cpp" />
126
 
    <ClCompile Include="..\..\..\src\netedit\GNEChange_Lane.cpp" />
127
 
    <ClCompile Include="..\..\..\src\netedit\GNEChange_Selection.cpp" />
128
 
    <ClCompile Include="..\..\..\src\netedit\GNEChange_TLS.cpp" />
129
 
    <ClCompile Include="..\..\..\src\netedit\GNEConnector.cpp" />
130
 
    <ClCompile Include="..\..\..\src\netedit\GNEDialog_About.cpp" />
131
 
    <ClCompile Include="..\..\..\src\netedit\GNEDialog_Wizard.cpp" />
132
 
    <ClCompile Include="..\..\..\src\netedit\GNEEdge.cpp" />
133
 
    <ClCompile Include="..\..\..\src\netedit\GNEInspector.cpp" />
134
 
    <ClCompile Include="..\..\..\src\netedit\GNEInternalLane.cpp" />
135
 
    <ClCompile Include="..\..\..\src\netedit\GNEJunction.cpp" />
136
 
    <ClCompile Include="..\..\..\src\netedit\GNELane.cpp" />
137
 
    <ClCompile Include="..\..\..\src\netedit\GNELoadThread.cpp" />
138
 
    <ClCompile Include="..\..\..\src\netedit\GNENet.cpp" />
139
 
    <ClCompile Include="..\..\..\src\netedit\GNEPOI.cpp" />
140
 
    <ClCompile Include="..\..\..\src\netedit\GNEPoly.cpp" />
141
 
    <ClCompile Include="..\..\..\src\netedit\GNESelector.cpp" />
142
 
    <ClCompile Include="..\..\..\src\netedit\GNETLSEditor.cpp" />
143
 
    <ClCompile Include="..\..\..\src\netedit\GNEUndoList.cpp" />
144
 
    <ClCompile Include="..\..\..\src\netedit\GNEViewNet.cpp" />
145
 
    <ClCompile Include="..\..\..\src\netedit\GNEViewParent.cpp" />
146
 
    <ClCompile Include="..\..\..\src\netedit\netedit_main.cpp" />
147
 
  </ItemGroup>
148
 
  <ItemGroup>
149
 
    <ResourceCompile Include="..\..\..\src\netedit\netedit.rc" />
150
 
  </ItemGroup>
151
 
  <ItemGroup>
152
 
    <ClInclude Include="..\..\..\src\netedit\GNEApplicationWindow.h" />
153
 
    <ClInclude Include="..\..\..\src\netedit\GNEAttributeCarrier.h" />
154
 
    <ClInclude Include="..\..\..\src\netedit\GNEChange.h" />
155
 
    <ClInclude Include="..\..\..\src\netedit\GNEChange_Attribute.h" />
156
 
    <ClInclude Include="..\..\..\src\netedit\GNEChange_Connection.h" />
157
 
    <ClInclude Include="..\..\..\src\netedit\GNEChange_Edge.h" />
158
 
    <ClInclude Include="..\..\..\src\netedit\GNEChange_Junction.h" />
159
 
    <ClInclude Include="..\..\..\src\netedit\GNEChange_Lane.h" />
160
 
    <ClInclude Include="..\..\..\src\netedit\GNEChange_Selection.h" />
161
 
    <ClInclude Include="..\..\..\src\netedit\GNEChange_TLS.h" />
162
 
    <ClInclude Include="..\..\..\src\netedit\GNEConnector.h" />
163
 
    <ClInclude Include="..\..\..\src\netedit\GNEDialog_About.h" />
164
 
    <ClInclude Include="..\..\..\src\netedit\GNEDialog_Wizard.h" />
165
 
    <ClInclude Include="..\..\..\src\netedit\GNEEdge.h" />
166
 
    <ClInclude Include="..\..\..\src\netedit\GNEEvent_NetworkLoaded.h" />
167
 
    <ClInclude Include="..\..\..\src\netedit\GNEInspector.h" />
168
 
    <ClInclude Include="..\..\..\src\netedit\GNEInternalLane.h" />
169
 
    <ClInclude Include="..\..\..\src\netedit\GNEJunction.h" />
170
 
    <ClInclude Include="..\..\..\src\netedit\GNELane.h" />
171
 
    <ClInclude Include="..\..\..\src\netedit\GNELoadThread.h" />
172
 
    <ClInclude Include="..\..\..\src\netedit\GNENet.h" />
173
 
    <ClInclude Include="..\..\..\src\netedit\GNEPOI.h" />
174
 
    <ClInclude Include="..\..\..\src\netedit\GNEPoly.h" />
175
 
    <ClInclude Include="..\..\..\src\netedit\GNEReferenceCounter.h" />
176
 
    <ClInclude Include="..\..\..\src\netedit\GNESelector.h" />
177
 
    <ClInclude Include="..\..\..\src\netedit\GNETLSEditor.h" />
178
 
    <ClInclude Include="..\..\..\src\netedit\GNEUndoList.h" />
179
 
    <ClInclude Include="..\..\..\src\netedit\GNEViewNet.h" />
180
 
    <ClInclude Include="..\..\..\src\netedit\GNEViewParent.h" />
181
 
    <ClInclude Include="..\..\..\src\version.h" />
182
 
  </ItemGroup>
183
 
  <ItemGroup>
184
 
    <ProjectReference Include="..\y_libnetbuild\y_libnetbuild.vcxproj">
185
 
      <Project>{bd855404-fa32-48ae-9ab3-fb8b3d71c8c6}</Project>
186
 
    </ProjectReference>
187
 
    <ProjectReference Include="..\y_libnetimport\y_libnetimport.vcxproj">
188
 
      <Project>{91422fef-2369-45e6-87aa-8b38709ad823}</Project>
189
 
    </ProjectReference>
190
 
    <ProjectReference Include="..\y_libnetwrite\y_libnetwrite.vcxproj">
191
 
      <Project>{91422fef-2369-45e6-87aa-8b38709ad824}</Project>
192
 
    </ProjectReference>
193
 
    <ProjectReference Include="..\zz_foreign_eulerspiral\zz_foreign_eulerspiral.vcxproj">
194
 
      <Project>{50b2c273-2b6a-4a3a-be24-83e3202de180}</Project>
195
 
    </ProjectReference>
196
 
    <ProjectReference Include="..\zz_foreign_gl2ps\zz_foreign_gl2ps.vcxproj">
197
 
      <Project>{272d2367-13fe-45c2-84ad-8480861db43e}</Project>
198
 
    </ProjectReference>
199
 
    <ProjectReference Include="..\zz_foreign_nvwa\zz_foreign_nvwa.vcxproj">
200
 
      <Project>{fc5b65e0-a0b1-40d7-8687-c2fc79e3da47}</Project>
201
 
    </ProjectReference>
202
 
    <ProjectReference Include="..\zz_foreign_polyfonts\zz_foreign_polyfonts.vcxproj">
203
 
      <Project>{306768a4-b73e-4b81-9ec0-b4836efe0504}</Project>
204
 
    </ProjectReference>
205
 
    <ProjectReference Include="..\zz_foreign_tcpip\zz_foreign_tcpip.vcxproj">
206
 
      <Project>{492b0b5a-0bbe-49ba-82e6-70a82dbc242f}</Project>
207
 
    </ProjectReference>
208
 
    <ProjectReference Include="..\z_libnetimport_vissim\z_libnetimport_vissim.vcxproj">
209
 
      <Project>{f7f13336-3e29-4219-8580-a17c71e69718}</Project>
210
 
    </ProjectReference>
211
 
    <ProjectReference Include="..\z_libutils_common\z_libutils_common.vcxproj">
212
 
      <Project>{72cdb11a-ec19-4be2-bbe9-1fa33deccb20}</Project>
213
 
    </ProjectReference>
214
 
    <ProjectReference Include="..\z_libutils_distribution\z_libutils_distribution.vcxproj">
215
 
      <Project>{f5d8313c-621d-4cce-a6da-83effbde7ce6}</Project>
216
 
    </ProjectReference>
217
 
    <ProjectReference Include="..\z_libutils_emissions\z_libutils_emissions.vcxproj">
218
 
      <Project>{fa4a6c00-dcae-43cb-a396-15daec3b0141}</Project>
219
 
    </ProjectReference>
220
 
    <ProjectReference Include="..\z_libutils_foxtools\z_libutils_foxtools.vcxproj">
221
 
      <Project>{ecaebbbd-18b0-4e40-9507-4ad2b018c1cd}</Project>
222
 
    </ProjectReference>
223
 
    <ProjectReference Include="..\z_libutils_geom\z_libutils_geom.vcxproj">
224
 
      <Project>{334df447-d0b3-4cea-9693-f755eb11c18f}</Project>
225
 
    </ProjectReference>
226
 
    <ProjectReference Include="..\z_libutils_gui_div\z_libutils_gui_div.vcxproj">
227
 
      <Project>{e3ab9c37-6b5a-4d8c-88f3-df750a493511}</Project>
228
 
    </ProjectReference>
229
 
    <ProjectReference Include="..\z_libutils_gui_globjects\z_libutils_gui_globjects.vcxproj">
230
 
      <Project>{39f2dfde-76c6-46fd-a20a-6c8fd52c9db1}</Project>
231
 
    </ProjectReference>
232
 
    <ProjectReference Include="..\z_libutils_gui_images\z_libutils_gui_images.vcxproj">
233
 
      <Project>{5f818af6-963e-40b3-93f3-35e145fde30b}</Project>
234
 
    </ProjectReference>
235
 
    <ProjectReference Include="..\z_libutils_gui_settings\z_libutils_gui_settings.vcxproj">
236
 
      <Project>{8c2f733c-1c8e-45c9-a546-17ef0146718d}</Project>
237
 
    </ProjectReference>
238
 
    <ProjectReference Include="..\z_libutils_gui_tracker\z_libutils_gui_tracker.vcxproj">
239
 
      <Project>{67e76d22-3c3e-44fc-9253-3fe583db7848}</Project>
240
 
    </ProjectReference>
241
 
    <ProjectReference Include="..\z_libutils_gui_windows\z_libutils_gui_windows.vcxproj">
242
 
      <Project>{25af2c06-8b08-4b33-8775-657e27c304d9}</Project>
243
 
    </ProjectReference>
244
 
    <ProjectReference Include="..\z_libutils_importio\z_libutils_importio.vcxproj">
245
 
      <Project>{9fcf1caf-0189-4242-88ba-47706e741119}</Project>
246
 
    </ProjectReference>
247
 
    <ProjectReference Include="..\z_libutils_iodevices\z_libutils_iodevices.vcxproj">
248
 
      <Project>{fc588f88-ffc4-4ebd-a790-1b1fe06e1fc8}</Project>
249
 
    </ProjectReference>
250
 
    <ProjectReference Include="..\z_libutils_options\z_libutils_options.vcxproj">
251
 
      <Project>{ee29af87-7317-488d-bf6d-ec422d1dbad6}</Project>
252
 
    </ProjectReference>
253
 
    <ProjectReference Include="..\z_libutils_xml\z_libutils_xml.vcxproj">
254
 
      <Project>{508f0bff-83fe-444c-9509-a359bca83bc4}</Project>
255
 
    </ProjectReference>
256
 
  </ItemGroup>
257
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
258
 
  <ImportGroup Label="ExtensionTargets">
259
 
  </ImportGroup>
260
 
</Project>
 
 
b'\\ No newline at end of file'