Skip to content

Commit 0474fd7

Browse files
committed
Clean up of win32 project
1 parent 431215e commit 0474fd7

8 files changed

+1
-18
lines changed
-264 Bytes
Binary file not shown.

XamlIslands.Win32/XamlIslands.Win32.h

1.2 KB
Binary file not shown.
-116 Bytes
Binary file not shown.

XamlIslands.Win32/XamlIslands.Win32.vcxproj

+1-9
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
</ItemDefinitionGroup>
101101
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
102102
<ClCompile>
103-
<PrecompiledHeader>Use</PrecompiledHeader>
103+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
104104
<WarningLevel>Level3</WarningLevel>
105105
<Optimization>Disabled</Optimization>
106106
<SDLCheck>true</SDLCheck>
@@ -156,17 +156,9 @@
156156
</ItemDefinitionGroup>
157157
<ItemGroup>
158158
<ClInclude Include="Resource.h" />
159-
<ClInclude Include="stdafx.h" />
160-
<ClInclude Include="targetver.h" />
161159
<ClInclude Include="XamlIslands.Win32.h" />
162160
</ItemGroup>
163161
<ItemGroup>
164-
<ClCompile Include="stdafx.cpp">
165-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
166-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
167-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
168-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
169-
</ClCompile>
170162
<ClCompile Include="XamlIslands.Win32.cpp" />
171163
</ItemGroup>
172164
<ItemGroup>

XamlIslands.Win32/XamlIslands.Win32.vcxproj.filters

-9
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
</Filter>
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ClInclude Include="stdafx.h">
19-
<Filter>Header Files</Filter>
20-
</ClInclude>
21-
<ClInclude Include="targetver.h">
22-
<Filter>Header Files</Filter>
23-
</ClInclude>
2418
<ClInclude Include="Resource.h">
2519
<Filter>Header Files</Filter>
2620
</ClInclude>
@@ -29,9 +23,6 @@
2923
</ClInclude>
3024
</ItemGroup>
3125
<ItemGroup>
32-
<ClCompile Include="stdafx.cpp">
33-
<Filter>Source Files</Filter>
34-
</ClCompile>
3526
<ClCompile Include="XamlIslands.Win32.cpp">
3627
<Filter>Source Files</Filter>
3728
</ClCompile>

XamlIslands.Win32/stdafx.cpp

-44 Bytes
Binary file not shown.

XamlIslands.Win32/stdafx.h

-1.6 KB
Binary file not shown.

XamlIslands.Win32/targetver.h

-630 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)