Skip to content

Commit f1eb60f

Browse files
author
Marcin Wisnicki
committed
Undo VS2010/VS2012 project split.
Remove redundant VS2010 solution. VS2012 sln works fine in VS2010sp1.
1 parent 89fdc7d commit f1eb60f

26 files changed

+37
-1353
lines changed

CefSharp.Example/CefSharp.Example.2010.csproj

-91
This file was deleted.

CefSharp.Example/CefSharp.Example.2012.csproj CefSharp.Example/CefSharp.Example.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
<Content Include="Resources\TooltipTest.html" />
7676
</ItemGroup>
7777
<ItemGroup>
78-
<ProjectReference Include="..\CefSharp\CefSharp.2012.vcxproj">
78+
<ProjectReference Include="..\CefSharp\CefSharp.vcxproj">
7979
<Project>{7b495581-2271-4f41-9476-acb86e8c864f}</Project>
80-
<Name>CefSharp.2012</Name>
80+
<Name>CefSharp</Name>
8181
</ProjectReference>
8282
</ItemGroup>
8383
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

CefSharp.Test/CefSharp.Test.2010.csproj

-73
This file was deleted.

CefSharp.Test/CefSharp.Test.2012.csproj CefSharp.Test/CefSharp.Test.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
<Compile Include="Properties\AssemblyInfo.cs" />
5454
</ItemGroup>
5555
<ItemGroup>
56-
<ProjectReference Include="..\CefSharp.WinForms\CefSharp.WinForms.2012.vcxproj">
56+
<ProjectReference Include="..\CefSharp.WinForms\CefSharp.WinForms.vcxproj">
5757
<Project>{978c9b2b-04b6-4359-a341-ca3fcbe98d32}</Project>
58-
<Name>CefSharp.WinForms.2012</Name>
58+
<Name>CefSharp.WinForms</Name>
5959
</ProjectReference>
60-
<ProjectReference Include="..\CefSharp\CefSharp.2012.vcxproj">
60+
<ProjectReference Include="..\CefSharp\CefSharp.vcxproj">
6161
<Project>{7b495581-2271-4f41-9476-acb86e8c864f}</Project>
62-
<Name>CefSharp.2012</Name>
62+
<Name>CefSharp</Name>
6363
</ProjectReference>
6464
</ItemGroup>
6565
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

CefSharp.WinForms.Example/CefSharp.WinForms.Example.2010.csproj

-132
This file was deleted.

CefSharp.WinForms.Example/CefSharp.WinForms.Example.2012.csproj CefSharp.WinForms.Example/CefSharp.WinForms.Example.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,17 @@
108108
<None Include="Resources\chromium-256.png" />
109109
</ItemGroup>
110110
<ItemGroup>
111-
<ProjectReference Include="..\CefSharp.Example\CefSharp.Example.2012.csproj">
111+
<ProjectReference Include="..\CefSharp.Example\CefSharp.Example.csproj">
112112
<Project>{a4394e7b-1155-43a6-989e-8ab72dddc9e4}</Project>
113-
<Name>CefSharp.Example.2012</Name>
113+
<Name>CefSharp.Example</Name>
114114
</ProjectReference>
115-
<ProjectReference Include="..\CefSharp.WinForms\CefSharp.WinForms.2012.vcxproj">
115+
<ProjectReference Include="..\CefSharp.WinForms\CefSharp.WinForms.vcxproj">
116116
<Project>{978c9b2b-04b6-4359-a341-ca3fcbe98d32}</Project>
117-
<Name>CefSharp.WinForms.2012</Name>
117+
<Name>CefSharp.WinForms</Name>
118118
</ProjectReference>
119-
<ProjectReference Include="..\CefSharp\CefSharp.2012.vcxproj">
119+
<ProjectReference Include="..\CefSharp\CefSharp.vcxproj">
120120
<Project>{7b495581-2271-4f41-9476-acb86e8c864f}</Project>
121-
<Name>CefSharp.2012</Name>
121+
<Name>CefSharp</Name>
122122
</ProjectReference>
123123
</ItemGroup>
124124
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

0 commit comments

Comments
 (0)