|
72 | 72 | <PropertyGroup Label="UserMacros" />
|
73 | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
74 | 74 | <LinkIncremental>true</LinkIncremental>
|
| 75 | + <IncludePath>$(SolutionPath)\..\lib;$(IncludePath)</IncludePath> |
75 | 76 | </PropertyGroup>
|
76 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
77 | 78 | <LinkIncremental>true</LinkIncremental>
|
| 79 | + <IncludePath>$(SolutionPath)\..\lib;$(IncludePath)</IncludePath> |
78 | 80 | </PropertyGroup>
|
79 | 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
80 | 82 | <LinkIncremental>false</LinkIncremental>
|
| 83 | + <IncludePath>$(SolutionPath)\..\lib;$(IncludePath)</IncludePath> |
81 | 84 | </PropertyGroup>
|
82 | 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
83 | 86 | <LinkIncremental>false</LinkIncremental>
|
| 87 | + <IncludePath>$(SolutionPath)\..\lib;$(IncludePath)</IncludePath> |
84 | 88 | </PropertyGroup>
|
85 | 89 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
86 | 90 | <ClCompile>
|
87 |
| - <PrecompiledHeader>Use</PrecompiledHeader> |
| 91 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
88 | 92 | <WarningLevel>Level3</WarningLevel>
|
89 | 93 | <Optimization>Disabled</Optimization>
|
90 | 94 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
97 | 101 | </ItemDefinitionGroup>
|
98 | 102 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
99 | 103 | <ClCompile>
|
100 |
| - <PrecompiledHeader>Use</PrecompiledHeader> |
| 104 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
101 | 105 | <WarningLevel>Level3</WarningLevel>
|
102 | 106 | <Optimization>Disabled</Optimization>
|
103 | 107 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
111 | 115 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
112 | 116 | <ClCompile>
|
113 | 117 | <WarningLevel>Level3</WarningLevel>
|
114 |
| - <PrecompiledHeader>Use</PrecompiledHeader> |
| 118 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
115 | 119 | <Optimization>MaxSpeed</Optimization>
|
116 | 120 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
117 | 121 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
129 | 133 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
130 | 134 | <ClCompile>
|
131 | 135 | <WarningLevel>Level3</WarningLevel>
|
132 |
| - <PrecompiledHeader>Use</PrecompiledHeader> |
| 136 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
133 | 137 | <Optimization>MaxSpeed</Optimization>
|
134 | 138 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
135 | 139 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
146 | 150 | <ItemGroup>
|
147 | 151 | <ClInclude Include="..\lib\ADFWriter.h" />
|
148 | 152 | <ClInclude Include="..\lib\ArduinoInterface.h" />
|
149 |
| - <ClInclude Include="stdafx.h" /> |
| 153 | + <ClInclude Include="..\lib\RotationExtractor.h" /> |
| 154 | + <ClInclude Include="..\lib\SerialIO.h" /> |
150 | 155 | <ClInclude Include="targetver.h" />
|
151 | 156 | </ItemGroup>
|
152 | 157 | <ItemGroup>
|
|
162 | 167 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
163 | 168 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
164 | 169 | </ClCompile>
|
165 |
| - <ClCompile Include="Main.cpp" /> |
166 |
| - <ClCompile Include="stdafx.cpp"> |
167 |
| - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
168 |
| - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
169 |
| - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
170 |
| - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
| 170 | + <ClCompile Include="..\lib\RotationExtractor.cpp"> |
| 171 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
| 172 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
171 | 173 | </ClCompile>
|
| 174 | + <ClCompile Include="..\lib\SerialIO.cpp"> |
| 175 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
| 176 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
| 177 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
| 178 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
| 179 | + </ClCompile> |
| 180 | + <ClCompile Include="Main.cpp" /> |
172 | 181 | </ItemGroup>
|
173 | 182 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
174 | 183 | <ImportGroup Label="ExtensionTargets">
|
|
0 commit comments