diff options
Diffstat (limited to 'plugins/Sessions/Sessions_10.vcxproj')
-rw-r--r-- | plugins/Sessions/Sessions_10.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Sessions/Sessions_10.vcxproj b/plugins/Sessions/Sessions_10.vcxproj index 05776e8eaa..24b6bf4c32 100644 --- a/plugins/Sessions/Sessions_10.vcxproj +++ b/plugins/Sessions/Sessions_10.vcxproj @@ -177,10 +177,11 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="Src\Main.cpp">
+ <ClCompile Include="Src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="Src\Options.cpp" />
+ <ClCompile Include="Src\Main.cpp" />
<ClCompile Include="Src\Utils.cpp" />
</ItemGroup>
<ItemGroup>
|