Left: | ||
Right: |
OLD | NEW |
---|---|
1 Microsoft Visual Studio Solution File, Format Version 10.00 | 1 Microsoft Visual Studio Solution File, Format Version 12.00 |
2 # Visual Studio 2008 | 2 # Visual Studio Express 2012 for Windows Desktop |
3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleAdblock", "AdBlocker\ AdBlocker.vcproj", "{24AAF1A9-ACC0-4BEB-B781-084734D939B5}" | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleAdblock", "AdBlocker\ AdBlocker.vcxproj", "{24AAF1A9-ACC0-4BEB-B781-084734D939B5}" |
Wladimir Palant
2012/12/17 07:25:09
This references AdBlocker.vcxproj which isn't part
Oleksandr
2012/12/18 00:10:03
I'm not sure about that. We will be adding/removin
Wladimir Palant
2012/12/18 06:40:15
The alternative would be removing AdBlocker.vcproj
| |
4 EndProject | 4 EndProject |
5 Global | 5 Global |
6 GlobalSection(SolutionConfigurationPlatforms) = preSolution | 6 GlobalSection(SolutionConfigurationPlatforms) = preSolution |
7 Debug Production|Any CPU = Debug Production|Any CPU | 7 Debug Production|Any CPU = Debug Production|Any CPU |
8 Debug Production|Mixed Platforms = Debug Production|Mixed Platfo rms | 8 Debug Production|Mixed Platforms = Debug Production|Mixed Platfo rms |
9 Debug Production|Win32 = Debug Production|Win32 | 9 Debug Production|Win32 = Debug Production|Win32 |
10 Debug Production|x64 = Debug Production|x64 | 10 Debug Production|x64 = Debug Production|x64 |
11 Debug Test|Any CPU = Debug Test|Any CPU | 11 Debug Test|Any CPU = Debug Test|Any CPU |
12 Debug Test|Mixed Platforms = Debug Test|Mixed Platforms | 12 Debug Test|Mixed Platforms = Debug Test|Mixed Platforms |
13 Debug Test|Win32 = Debug Test|Win32 | 13 Debug Test|Win32 = Debug Test|Win32 |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
69 {24AAF1A9-ACC0-4BEB-B781-084734D939B5}.Release Test|Any CPU.Acti veCfg = Release Test|Win32 | 69 {24AAF1A9-ACC0-4BEB-B781-084734D939B5}.Release Test|Any CPU.Acti veCfg = Release Test|Win32 |
70 {24AAF1A9-ACC0-4BEB-B781-084734D939B5}.Release Test|Mixed Platfo rms.ActiveCfg = Release Test|Win32 | 70 {24AAF1A9-ACC0-4BEB-B781-084734D939B5}.Release Test|Mixed Platfo rms.ActiveCfg = Release Test|Win32 |
71 {24AAF1A9-ACC0-4BEB-B781-084734D939B5}.Release Test|Mixed Platfo rms.Build.0 = Release Test|Win32 | 71 {24AAF1A9-ACC0-4BEB-B781-084734D939B5}.Release Test|Mixed Platfo rms.Build.0 = Release Test|Win32 |
72 {24AAF1A9-ACC0-4BEB-B781-084734D939B5}.Release Test|Win32.Active Cfg = Release Test|Win32 | 72 {24AAF1A9-ACC0-4BEB-B781-084734D939B5}.Release Test|Win32.Active Cfg = Release Test|Win32 |
73 {24AAF1A9-ACC0-4BEB-B781-084734D939B5}.Release Test|x64.ActiveCf g = Release Test|Win32 | 73 {24AAF1A9-ACC0-4BEB-B781-084734D939B5}.Release Test|x64.ActiveCf g = Release Test|Win32 |
74 EndGlobalSection | 74 EndGlobalSection |
75 GlobalSection(SolutionProperties) = preSolution | 75 GlobalSection(SolutionProperties) = preSolution |
76 HideSolutionNode = FALSE | 76 HideSolutionNode = FALSE |
77 EndGlobalSection | 77 EndGlobalSection |
78 EndGlobal | 78 EndGlobal |
OLD | NEW |