|
99 | 99 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
100 | 100 | <OutDir>$(SolutionDir)bin\$(PlatformArchitecture)\</OutDir>
|
101 | 101 | <TargetName>$(ProjectName)</TargetName>
|
102 |
| - <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.\..\routine\;.\src\include\;.\src\;</IncludePath> |
| 102 | + <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.\..\routine\src\;.\src\include\;.\src\</IncludePath> |
103 | 103 | <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;.\src\lib\32\</LibraryPath>
|
104 | 104 | <GenerateManifest>false</GenerateManifest>
|
105 | 105 | <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
108 | 108 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
109 | 109 | <OutDir>$(SolutionDir)bin\$(PlatformArchitecture)\</OutDir>
|
110 | 110 | <TargetName>$(ProjectName)</TargetName>
|
111 |
| - <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.\..\routine\;.\src\include\;.\src\;</IncludePath> |
| 111 | + <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.\..\routine\src\;.\src\include\;.\src\</IncludePath> |
112 | 112 | <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;.\src\lib\32\</LibraryPath>
|
113 | 113 | <GenerateManifest>false</GenerateManifest>
|
114 | 114 | <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
117 | 117 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
118 | 118 | <OutDir>$(SolutionDir)bin\$(PlatformArchitecture)\</OutDir>
|
119 | 119 | <TargetName>$(ProjectName)</TargetName>
|
120 |
| - <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.\..\routine\;.\src\include\;.\src\;</IncludePath> |
| 120 | + <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.\..\routine\src\;.\src\include\;.\src\</IncludePath> |
121 | 121 | <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;.\src\lib\64\</LibraryPath>
|
122 | 122 | <GenerateManifest>false</GenerateManifest>
|
123 | 123 | <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
124 | 124 | <CodeAnalysisRuleSet>MixedRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
125 | 125 | </PropertyGroup>
|
126 | 126 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
127 | 127 | <TargetName>$(ProjectName)</TargetName>
|
128 |
| - <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.\..\routine\;.\src\include\;.\src\;</IncludePath> |
| 128 | + <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.\..\routine\src\;.\src\include\;.\src\</IncludePath> |
129 | 129 | <GenerateManifest>false</GenerateManifest>
|
130 | 130 | <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
131 | 131 | <CodeAnalysisRuleSet>MixedRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
134 | 134 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
135 | 135 | <OutDir>$(SolutionDir)bin\$(PlatformArchitecture)\</OutDir>
|
136 | 136 | <TargetName>$(ProjectName)</TargetName>
|
137 |
| - <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.\..\routine\;.\src\include\;.\src\;</IncludePath> |
| 137 | + <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.\..\routine\src\;.\src\include\;.\src\</IncludePath> |
138 | 138 | <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;.\src\lib\64\</LibraryPath>
|
139 | 139 | <GenerateManifest>false</GenerateManifest>
|
140 | 140 | <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
141 | 141 | <CodeAnalysisRuleSet>MixedRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
142 | 142 | </PropertyGroup>
|
143 | 143 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
144 | 144 | <TargetName>$(ProjectName)</TargetName>
|
145 |
| - <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.\..\routine\;.\src\include\;.\src\;</IncludePath> |
| 145 | + <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);.\..\routine\src\;.\src\include\;.\src\</IncludePath> |
146 | 146 | <GenerateManifest>false</GenerateManifest>
|
147 | 147 | <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
148 | 148 | <CodeAnalysisRuleSet>MixedRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
341 | 341 | </ResourceCompile>
|
342 | 342 | </ItemDefinitionGroup>
|
343 | 343 | <ItemGroup>
|
344 |
| - <ClCompile Include="..\routine\rapp.c" /> |
345 |
| - <ClCompile Include="..\routine\routine.c" /> |
| 344 | + <ClCompile Include="..\routine\src\rapp.c" /> |
| 345 | + <ClCompile Include="..\routine\src\routine.c" /> |
346 | 346 | <ClCompile Include="src\main.c" />
|
347 | 347 | </ItemGroup>
|
348 | 348 | <ItemGroup>
|
349 | 349 | <ResourceCompile Include="src\resource.rc" />
|
350 | 350 | </ItemGroup>
|
351 | 351 | <ItemGroup>
|
352 |
| - <ClInclude Include="..\routine\ntapi.h" /> |
353 |
| - <ClInclude Include="..\routine\rapp.h" /> |
354 |
| - <ClInclude Include="..\routine\rconfig.h" /> |
355 |
| - <ClInclude Include="..\routine\routine.h" /> |
| 352 | + <ClInclude Include="..\routine\src\ntapi.h" /> |
| 353 | + <ClInclude Include="..\routine\src\ntrtl.h" /> |
| 354 | + <ClInclude Include="..\routine\src\rapp.h" /> |
| 355 | + <ClInclude Include="..\routine\src\rconfig.h" /> |
| 356 | + <ClInclude Include="..\routine\src\routine.h" /> |
| 357 | + <ClInclude Include="..\routine\src\rtypes.h" /> |
356 | 358 | <ClInclude Include="src\app.h" />
|
357 | 359 | <ClInclude Include="src\main.h" />
|
358 | 360 | <ClInclude Include="src\resource.h" />
|
|
0 commit comments