~gladky-anton/+junk/sumo

« back to all changes in this revision

Viewing changes to build/msvc10/duarouter/duarouter.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>{8B23994C-79B7-4C1F-86F9-1EA2CBACE0F9}</ProjectGuid>
55
 
    <Keyword>MFCProj</Keyword>
56
 
  </PropertyGroup>
57
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
58
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59
 
  <ImportGroup Label="ExtensionSettings">
60
 
  </ImportGroup>
61
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Fastbuild|Win32'" Label="PropertySheets">
62
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63
 
    <Import Project="..\Win32.props" />
64
 
    <Import Project="..\Fastbuild.props" />
65
 
    <Import Project="..\exe.props" />
66
 
  </ImportGroup>
67
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalDebug|Win32'" Label="PropertySheets">
68
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69
 
    <Import Project="..\Win32.props" />
70
 
    <Import Project="..\exe.props" />
71
 
    <Import Project="..\internal.props" />
72
 
  </ImportGroup>
73
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalFastbuild|Win32'" Label="PropertySheets">
74
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
75
 
    <Import Project="..\Win32.props" />
76
 
    <Import Project="..\Fastbuild.props" />
77
 
    <Import Project="..\exe.props" />
78
 
    <Import Project="..\internal.props" />
79
 
  </ImportGroup>
80
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalRelease|Win32'" Label="PropertySheets">
81
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
82
 
    <Import Project="..\Win32.props" />
83
 
    <Import Project="..\Release.props" />
84
 
    <Import Project="..\exe.props" />
85
 
    <Import Project="..\internal.props" />
86
 
  </ImportGroup>
87
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
88
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
89
 
    <Import Project="..\Win32.props" />
90
 
    <Import Project="..\Release.props" />
91
 
    <Import Project="..\exe.props" />
92
 
  </ImportGroup>
93
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
94
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
95
 
    <Import Project="..\Win32.props" />
96
 
    <Import Project="..\exe.props" />
97
 
  </ImportGroup>
98
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Fastbuild|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="..\Fastbuild.props" />
102
 
    <Import Project="..\exe.props" />
103
 
  </ImportGroup>
104
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalDebug|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="..\exe.props" />
108
 
    <Import Project="..\internal.props" />
109
 
  </ImportGroup>
110
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalFastbuild|x64'" Label="PropertySheets">
111
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
112
 
    <Import Project="..\x64.props" />
113
 
    <Import Project="..\Fastbuild.props" />
114
 
    <Import Project="..\exe.props" />
115
 
    <Import Project="..\internal.props" />
116
 
  </ImportGroup>
117
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='InternalRelease|x64'" Label="PropertySheets">
118
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
119
 
    <Import Project="..\x64.props" />
120
 
    <Import Project="..\Release.props" />
121
 
    <Import Project="..\exe.props" />
122
 
    <Import Project="..\internal.props" />
123
 
  </ImportGroup>
124
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
125
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
126
 
    <Import Project="..\x64.props" />
127
 
    <Import Project="..\Release.props" />
128
 
    <Import Project="..\exe.props" />
129
 
  </ImportGroup>
130
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
131
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
132
 
    <Import Project="..\x64.props" />
133
 
    <Import Project="..\exe.props" />
134
 
  </ImportGroup>
135
 
  <PropertyGroup Label="UserMacros" />
136
 
  <PropertyGroup>
137
 
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
138
 
  </PropertyGroup>
139
 
  <ItemGroup>
140
 
    <ClCompile Include="..\..\..\src\duarouter\duarouter_main.cpp" />
141
 
    <ClCompile Include="..\..\..\src\duarouter\RODUAEdgeBuilder.cpp" />
142
 
    <ClCompile Include="..\..\..\src\duarouter\RODUAFrame.cpp" />
143
 
  </ItemGroup>
144
 
  <ItemGroup>
145
 
    <ClInclude Include="..\..\..\src\duarouter\RODUAEdgeBuilder.h" />
146
 
    <ClInclude Include="..\..\..\src\duarouter\RODUAFrame.h" />
147
 
  </ItemGroup>
148
 
  <ItemGroup>
149
 
    <ProjectReference Include="..\y_librouter\y_librouter.vcxproj">
150
 
      <Project>{a003a0ed-38c6-4e03-84d1-ba42d25abc4d}</Project>
151
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
152
 
    </ProjectReference>
153
 
    <ProjectReference Include="..\zz_foreign_nvwa\zz_foreign_nvwa.vcxproj">
154
 
      <Project>{fc5b65e0-a0b1-40d7-8687-c2fc79e3da47}</Project>
155
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
156
 
    </ProjectReference>
157
 
    <ProjectReference Include="..\zz_foreign_tcpip\zz_foreign_tcpip.vcxproj">
158
 
      <Project>{492b0b5a-0bbe-49ba-82e6-70a82dbc242f}</Project>
159
 
    </ProjectReference>
160
 
    <ProjectReference Include="..\z_libutils_common\z_libutils_common.vcxproj">
161
 
      <Project>{72cdb11a-ec19-4be2-bbe9-1fa33deccb20}</Project>
162
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
163
 
    </ProjectReference>
164
 
    <ProjectReference Include="..\z_libutils_emissions\z_libutils_emissions.vcxproj">
165
 
      <Project>{fa4a6c00-dcae-43cb-a396-15daec3b0141}</Project>
166
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
167
 
    </ProjectReference>
168
 
    <ProjectReference Include="..\z_libutils_geom\z_libutils_geom.vcxproj">
169
 
      <Project>{334df447-d0b3-4cea-9693-f755eb11c18f}</Project>
170
 
    </ProjectReference>
171
 
    <ProjectReference Include="..\z_libutils_importio\z_libutils_importio.vcxproj">
172
 
      <Project>{9fcf1caf-0189-4242-88ba-47706e741119}</Project>
173
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
174
 
    </ProjectReference>
175
 
    <ProjectReference Include="..\z_libutils_iodevices\z_libutils_iodevices.vcxproj">
176
 
      <Project>{fc588f88-ffc4-4ebd-a790-1b1fe06e1fc8}</Project>
177
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
178
 
    </ProjectReference>
179
 
    <ProjectReference Include="..\z_libutils_options\z_libutils_options.vcxproj">
180
 
      <Project>{ee29af87-7317-488d-bf6d-ec422d1dbad6}</Project>
181
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
182
 
    </ProjectReference>
183
 
    <ProjectReference Include="..\z_libutils_vehicle\z_libutils_vehicle.vcxproj">
184
 
      <Project>{421250da-d4bf-4678-8605-837f455552fc}</Project>
185
 
      <Private>true</Private>
186
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
187
 
      <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
188
 
      <LinkLibraryDependencies>true</LinkLibraryDependencies>
189
 
      <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
190
 
    </ProjectReference>
191
 
    <ProjectReference Include="..\z_libutils_xml\z_libutils_xml.vcxproj">
192
 
      <Project>{508f0bff-83fe-444c-9509-a359bca83bc4}</Project>
193
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
194
 
    </ProjectReference>
195
 
  </ItemGroup>
196
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
197
 
  <ImportGroup Label="ExtensionTargets">
198
 
  </ImportGroup>
199
 
</Project>
 
 
b'\\ No newline at end of file'