File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio 2013
4
- VisualStudioVersion = 12.0.30501 .0
4
+ VisualStudioVersion = 12.0.31101 .0
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Nodejs" , "Product\Nodejs\Nodejs.csproj" , "{32EC5259-98DA-40CA-9E2D-1B1B2E966F88}"
7
7
Project Section (ProjectDependencies ) = postProject
@@ -262,10 +262,10 @@ Global
262
262
{95494195-DCA4-4633-B78B-2087836C11D0} .Debug| x86 .Build .0 = Debug| x86
263
263
{95494195-DCA4-4633-B78B-2087836C11D0} .Release| x86 .ActiveCfg = Release| x86
264
264
{95494195-DCA4-4633-B78B-2087836C11D0} .Release| x86 .Build .0 = Release| x86
265
- {5085DF35-3A32-4894-835E-E5A3956D4F57} .Debug| x86 .ActiveCfg = Debug| x86
266
- {5085DF35-3A32-4894-835E-E5A3956D4F57} .Debug| x86 .Build .0 = Debug| x86
267
- {5085DF35-3A32-4894-835E-E5A3956D4F57} .Release| x86 .ActiveCfg = Release| x86
268
- {5085DF35-3A32-4894-835E-E5A3956D4F57} .Release| x86 .Build .0 = Release| x86
265
+ {5085DF35-3A32-4894-835E-E5A3956D4F57} .Debug| x86 .ActiveCfg = Debug| Any CPU
266
+ {5085DF35-3A32-4894-835E-E5A3956D4F57} .Debug| x86 .Build .0 = Debug| Any CPU
267
+ {5085DF35-3A32-4894-835E-E5A3956D4F57} .Release| x86 .ActiveCfg = Release| Any CPU
268
+ {5085DF35-3A32-4894-835E-E5A3956D4F57} .Release| x86 .Build .0 = Release| Any CPU
269
269
{3FC57837-519D-4980-A8E8-DC5879DDA002} .Debug| x86 .ActiveCfg = Debug| x86
270
270
{3FC57837-519D-4980-A8E8-DC5879DDA002} .Debug| x86 .Build .0 = Debug| x86
271
271
{3FC57837-519D-4980-A8E8-DC5879DDA002} .Release| x86 .ActiveCfg = Release| x86
Original file line number Diff line number Diff line change 35
35
<Import Project =" ..\ProjectBefore.settings" />
36
36
<PropertyGroup >
37
37
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
38
- <Platform Condition =" '$(Platform)' == '' " >x86 </Platform >
38
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU </Platform >
39
39
<ProductVersion >10.0.20305</ProductVersion >
40
40
<SchemaVersion >2.0</SchemaVersion >
41
41
<ProjectTypeGuids >{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
51
51
<SccProvider >SAK</SccProvider >
52
52
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
53
53
</PropertyGroup >
54
- <PropertyGroup Condition =" '$(Platform)' == 'x86' " >
55
- <PlatformTarget >x86</PlatformTarget >
56
- </PropertyGroup >
57
54
<PropertyGroup >
58
55
<DefineConstants >$(DefineConstants);NO_WINDOWS</DefineConstants >
59
56
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments