Skip to content

Commit 2b62c4b

Browse files
committed
Removed wod projects from the main build. They can still be built using msbuild directly on the project files.
1 parent 8e3e041 commit 2b62c4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Release/src/dirs.proj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<ItemGroup Condition="'$(DevToolsVersion)'=='120'">
66
<ProjectFile Include="build\vs12\casablanca120.vcxproj" Condition="'$(Platform)'!='ARM' or '$(WindowsSDKDesktopARMSupport)' == 'true'" />
77
<ProjectFile Include="build\vs12.xp\casablanca120.xp.vcxproj" Condition="'$(Platform)'!='ARM' and '$(RunCodeAnalysis)'!='true'" />
8-
<ProjectFile Include="build\vs12.wod\casablanca120.wod.vcxproj" Condition="'$(Platform)'!='ARM'" />
98
</ItemGroup>
109

1110
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.2|120' or '$(OsVersion)|$(DevToolsVersion)'=='6.3|120'">
@@ -19,10 +18,9 @@
1918

2019
<ItemGroup Condition="'$(DevToolsVersion)'=='140'">
2120
<ProjectFile Include="build\vs14\casablanca140.vcxproj" Condition="'$(Platform)'!='ARM' or '$(WindowsSDKDesktopARMSupport)' == 'true'" />
22-
<ProjectFile Include="build\vs14.wod\casablanca140.wod.vcxproj" Condition="'$(Platform)'!='ARM'" />
2321
<ProjectFile Include="build\vs14.android\casablanca140.android.vcxproj" Condition="'$(Platform)'!='x64'"/>
2422
</ItemGroup>
25-
23+
2624
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|140'">
2725
<ProjectFile Include="build\vs14.uwp\cpprestsdk140.uwp.vcxproj" />
2826
</ItemGroup>

0 commit comments

Comments
 (0)