diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-11 14:48:10 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-11 14:48:10 +0000 |
commit | 22ec745cade30ac40cb3ff41f8720826fafd784c (patch) | |
tree | 0c64f9d4ba4240e2d902a2194e95a16f7ab48a76 /plugins/CmdLine | |
parent | ad74c506afcedba09a9fa7cef1f652599bfcf2a1 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8096 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine')
-rw-r--r-- | plugins/CmdLine/CmdLine_10.vcxproj | 10 | ||||
-rw-r--r-- | plugins/CmdLine/CmdLine_11.vcxproj | 10 | ||||
-rw-r--r-- | plugins/CmdLine/CmdLine_12.vcxproj | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/plugins/CmdLine/CmdLine_10.vcxproj b/plugins/CmdLine/CmdLine_10.vcxproj index 9fb62b5c05..bbeb3d8574 100644 --- a/plugins/CmdLine/CmdLine_10.vcxproj +++ b/plugins/CmdLine/CmdLine_10.vcxproj @@ -177,11 +177,6 @@ </ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ProjectReference Include="MimCmd\MimCmd.vcxproj">
- <Project>{1E3BB48A-FFBC-4A03-8C43-9124A484BE51}</Project>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
@@ -207,6 +202,11 @@ <ItemGroup>
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="MimCmd\MimCmd_10.vcxproj">
+ <Project>{1e3bb48a-ffbc-4a03-8c43-9124a484be51}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/plugins/CmdLine/CmdLine_11.vcxproj b/plugins/CmdLine/CmdLine_11.vcxproj index 6f85aa8649..bed9510c70 100644 --- a/plugins/CmdLine/CmdLine_11.vcxproj +++ b/plugins/CmdLine/CmdLine_11.vcxproj @@ -180,11 +180,6 @@ </ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ProjectReference Include="MimCmd\MimCmd.vcxproj">
- <Project>{1E3BB48A-FFBC-4A03-8C43-9124A484BE51}</Project>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
@@ -210,6 +205,11 @@ <ItemGroup>
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="MimCmd\MimCmd_11.vcxproj">
+ <Project>{1e3bb48a-ffbc-4a03-8c43-9124a484be51}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/plugins/CmdLine/CmdLine_12.vcxproj b/plugins/CmdLine/CmdLine_12.vcxproj index c336a86c92..a5490d7fb7 100644 --- a/plugins/CmdLine/CmdLine_12.vcxproj +++ b/plugins/CmdLine/CmdLine_12.vcxproj @@ -180,11 +180,6 @@ </ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ProjectReference Include="MimCmd\MimCmd.vcxproj">
- <Project>{1E3BB48A-FFBC-4A03-8C43-9124A484BE51}</Project>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
@@ -210,6 +205,11 @@ <ItemGroup>
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="MimCmd\MimCmd_12.vcxproj">
+ <Project>{1e3bb48a-ffbc-4a03-8c43-9124a484be51}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|