|
18 | 18 | </PropertyGroup>
|
19 | 19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
20 | 20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
21 |
| - <ConfigurationType>StaticLibrary</ConfigurationType> |
| 21 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
22 | 22 | <WholeProgramOptimization>PGOptimize</WholeProgramOptimization>
|
23 | 23 | <PlatformToolset>v142</PlatformToolset>
|
24 | 24 | </PropertyGroup>
|
25 | 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
26 |
| - <ConfigurationType>StaticLibrary</ConfigurationType> |
| 26 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
27 | 27 | <PlatformToolset>v142</PlatformToolset>
|
28 | 28 | </PropertyGroup>
|
29 | 29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
56 | 56 | <ClCompile>
|
57 | 57 | <Optimization>Disabled</Optimization>
|
58 | 58 | <AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)src\simgear\xml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
59 |
| - <PreprocessorDefinitions>JSBSIM_VERSION="1.0.0";WIN32;NOMINMAX;_DEBUG;_CONSOLE;HAVE_EXPAT_CONFIG_H;_USE_MATH_DEFINES;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 59 | + <PreprocessorDefinitions>JSBSIM_EXPORT;JSBSIM_VERSION="1.0.0";WIN32;NOMINMAX;XML_STATIC;_DEBUG;_CONSOLE;HAVE_EXPAT_CONFIG_H;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
60 | 60 | <MinimalRebuild>false</MinimalRebuild>
|
61 | 61 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
62 | 62 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
@@ -106,7 +106,7 @@ exit/B %errlev%</Command>
|
106 | 106 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
107 | 107 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
108 | 108 | <AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)src\simgear\xml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
109 |
| - <PreprocessorDefinitions>JSBSIM_VERSION="1.0.0";WIN32;NOMINMAX;NDEBUG;_CONSOLE;HAVE_EXPAT_CONFIG_H;_USE_MATH_DEFINES;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 109 | + <PreprocessorDefinitions>JSBSIM_EXPORT;JSBSIM_VERSION="1.0.0";WIN32;NOMINMAX;XML_STATIC;NDEBUG;_CONSOLE;HAVE_EXPAT_CONFIG_H;_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
110 | 110 | <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
111 | 111 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
112 | 112 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
@@ -167,6 +167,7 @@ exit/B %errlev%</Command>
|
167 | 167 | <ClInclude Include="src\input_output\fgpropertyreader.h" />
|
168 | 168 | <ClInclude Include="src\input_output\FGUDPInputSocket.h" />
|
169 | 169 | <ClInclude Include="src\input_output\string_utilities.h" />
|
| 170 | + <ClInclude Include="src\JSBSim_API.h" /> |
170 | 171 | <ClInclude Include="src\math\FGStateSpace.h" />
|
171 | 172 | <ClInclude Include="src\math\LagrangeMultiplier.h" />
|
172 | 173 | <ClInclude Include="src\models\atmosphere\FGStandardAtmosphere.h" />
|
@@ -288,6 +289,7 @@ exit/B %errlev%</Command>
|
288 | 289 | <ClCompile Include="src\input_output\FGOutputType.cpp" />
|
289 | 290 | <ClCompile Include="src\input_output\FGPropertyReader.cpp" />
|
290 | 291 | <ClCompile Include="src\input_output\FGUDPInputSocket.cpp" />
|
| 292 | + <ClCompile Include="src\input_output\FGXMLFileRead.cpp" /> |
291 | 293 | <ClCompile Include="src\math\FGStateSpace.cpp" />
|
292 | 294 | <ClCompile Include="src\math\FGTemplateFunc.cpp" />
|
293 | 295 | <ClCompile Include="src\models\atmosphere\FGStandardAtmosphere.cpp" />
|
|
0 commit comments