summaryrefslogtreecommitdiff
path: root/plugins/BuddyExpectator/BuddyExpectator10.vcxproj
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-09 07:19:30 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-09 07:19:30 +0000
commitf568b2ea5a3665d917acbe1e4ac3a5e60654d8dc (patch)
treeca9011e8ec1a5cbdea00861933a9c7d23c2d3e0b /plugins/BuddyExpectator/BuddyExpectator10.vcxproj
parentd47048e922200349bcfa5b81fc4b17b771d221e6 (diff)
BuddyExpectator: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@870 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyExpectator/BuddyExpectator10.vcxproj')
-rw-r--r--plugins/BuddyExpectator/BuddyExpectator10.vcxproj16
1 files changed, 6 insertions, 10 deletions
diff --git a/plugins/BuddyExpectator/BuddyExpectator10.vcxproj b/plugins/BuddyExpectator/BuddyExpectator10.vcxproj
index b3f50ecaa8..cd2c17d748 100644
--- a/plugins/BuddyExpectator/BuddyExpectator10.vcxproj
+++ b/plugins/BuddyExpectator/BuddyExpectator10.vcxproj
@@ -78,7 +78,6 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
@@ -101,7 +100,6 @@
<StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<ResourceCompile>
@@ -127,7 +125,6 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -149,7 +146,6 @@
<StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<ResourceCompile>
@@ -167,16 +163,16 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="BuddyExpectator.cpp" />
- <ClCompile Include="options.cpp" />
+ <ClCompile Include="src\BuddyExpectator.cpp" />
+ <ClCompile Include="src\options.cpp" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="BuddyExpectator.rc" />
+ <ResourceCompile Include="res\BuddyExpectator.rc" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="common.h" />
- <ClInclude Include="options.h" />
- <ClInclude Include="resource.h" />
+ <ClInclude Include="src\common.h" />
+ <ClInclude Include="src\options.h" />
+ <ClInclude Include="src\resource.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">