Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request cefsharp#2 from mwisnicki/patch/vs2012-merged
Browse files Browse the repository at this point in the history
Undo VS2010/VS2012 project split and use conditional elements when neede...
  • Loading branch information
perlun committed May 28, 2013
2 parents 89fdc7d + 67a024e commit 199641d
Show file tree
Hide file tree
Showing 27 changed files with 66 additions and 1,368 deletions.
91 changes: 0 additions & 91 deletions CefSharp.Example/CefSharp.Example.2010.csproj

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
<Content Include="Resources\TooltipTest.html" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CefSharp\CefSharp.2012.vcxproj">
<ProjectReference Include="..\CefSharp\CefSharp.vcxproj">
<Project>{7b495581-2271-4f41-9476-acb86e8c864f}</Project>
<Name>CefSharp.2012</Name>
<Name>CefSharp</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
73 changes: 0 additions & 73 deletions CefSharp.Test/CefSharp.Test.2010.csproj

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CefSharp.WinForms\CefSharp.WinForms.2012.vcxproj">
<ProjectReference Include="..\CefSharp.WinForms\CefSharp.WinForms.vcxproj">
<Project>{978c9b2b-04b6-4359-a341-ca3fcbe98d32}</Project>
<Name>CefSharp.WinForms.2012</Name>
<Name>CefSharp.WinForms</Name>
</ProjectReference>
<ProjectReference Include="..\CefSharp\CefSharp.2012.vcxproj">
<ProjectReference Include="..\CefSharp\CefSharp.vcxproj">
<Project>{7b495581-2271-4f41-9476-acb86e8c864f}</Project>
<Name>CefSharp.2012</Name>
<Name>CefSharp</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
132 changes: 0 additions & 132 deletions CefSharp.WinForms.Example/CefSharp.WinForms.Example.2010.csproj

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,17 @@
<None Include="Resources\chromium-256.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CefSharp.Example\CefSharp.Example.2012.csproj">
<ProjectReference Include="..\CefSharp.Example\CefSharp.Example.csproj">
<Project>{a4394e7b-1155-43a6-989e-8ab72dddc9e4}</Project>
<Name>CefSharp.Example.2012</Name>
<Name>CefSharp.Example</Name>
</ProjectReference>
<ProjectReference Include="..\CefSharp.WinForms\CefSharp.WinForms.2012.vcxproj">
<ProjectReference Include="..\CefSharp.WinForms\CefSharp.WinForms.vcxproj">
<Project>{978c9b2b-04b6-4359-a341-ca3fcbe98d32}</Project>
<Name>CefSharp.WinForms.2012</Name>
<Name>CefSharp.WinForms</Name>
</ProjectReference>
<ProjectReference Include="..\CefSharp\CefSharp.2012.vcxproj">
<ProjectReference Include="..\CefSharp\CefSharp.vcxproj">
<Project>{7b495581-2271-4f41-9476-acb86e8c864f}</Project>
<Name>CefSharp.2012</Name>
<Name>CefSharp</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Loading

0 comments on commit 199641d

Please sign in to comment.