diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-25 18:16:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-25 18:16:52 +0000 |
commit | 34306c48a9fb217405e4f36496ca3e910cdfdb3b (patch) | |
tree | 0018e985775063712b698a7476eba1947f60a831 /src/core/stdaway/stdaway_10.vcxproj | |
parent | 108abbb08f547e20eb30e9ddc2861ca752270020 (diff) |
files structure changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11629 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdaway/stdaway_10.vcxproj')
-rw-r--r-- | src/core/stdaway/stdaway_10.vcxproj | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/src/core/stdaway/stdaway_10.vcxproj b/src/core/stdaway/stdaway_10.vcxproj index 605797bac1..92d3ed1187 100644 --- a/src/core/stdaway/stdaway_10.vcxproj +++ b/src/core/stdaway/stdaway_10.vcxproj @@ -199,23 +199,21 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="awaymsg.cpp" />
- <ClCompile Include="commonheaders.cpp">
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
+ <ClCompile Include="src\awaymsg.cpp" />
+ <ClCompile Include="src\commonheaders.cpp">
+ <PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
- <ClCompile Include="main.cpp" />
- <ClCompile Include="sendmsg.cpp" />
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\sendmsg.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\stdplug.h" />
- <ClInclude Include="commonheaders.h" />
+ <ClInclude Include="src\commonheaders.h" />
+ <ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="resource.rc" />
- <ResourceCompile Include="version.rc" />
+ <ResourceCompile Include="res\resource.rc" />
+ <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|