summaryrefslogtreecommitdiff
path: root/src/core/stdfile/stdfile_12.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-12-25 18:43:37 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-12-25 18:43:37 +0000
commitea4dddac9eb336c841acd69f3040943f8ef1f774 (patch)
treec8b97de12354886c5d949fa33a59eb723921bd32 /src/core/stdfile/stdfile_12.vcxproj
parentf3db9af4cc81484ef1b6529934d30adb77292b7d (diff)
files structure changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdfile/stdfile_12.vcxproj')
-rw-r--r--src/core/stdfile/stdfile_12.vcxproj32
1 files changed, 15 insertions, 17 deletions
diff --git a/src/core/stdfile/stdfile_12.vcxproj b/src/core/stdfile/stdfile_12.vcxproj
index 8ca6fd4484..9794c5d412 100644
--- a/src/core/stdfile/stdfile_12.vcxproj
+++ b/src/core/stdfile/stdfile_12.vcxproj
@@ -202,29 +202,27 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <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\commonheaders.cpp">
+ <PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
- <ClCompile Include="file.cpp" />
- <ClCompile Include="fileexistsdlg.cpp" />
- <ClCompile Include="fileopts.cpp" />
- <ClCompile Include="filerecvdlg.cpp" />
- <ClCompile Include="filesenddlg.cpp" />
- <ClCompile Include="filexferdlg.cpp" />
- <ClCompile Include="ftmanager.cpp" />
- <ClCompile Include="main.cpp" />
+ <ClCompile Include="src\file.cpp" />
+ <ClCompile Include="src\fileexistsdlg.cpp" />
+ <ClCompile Include="src\fileopts.cpp" />
+ <ClCompile Include="src\filerecvdlg.cpp" />
+ <ClCompile Include="src\filesenddlg.cpp" />
+ <ClCompile Include="src\filexferdlg.cpp" />
+ <ClCompile Include="src\ftmanager.cpp" />
+ <ClCompile Include="src\main.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\stdplug.h" />
- <ClInclude Include="commonheaders.h" />
- <ClInclude Include="file.h" />
+ <ClInclude Include="src\commonheaders.h" />
+ <ClInclude Include="src\file.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">