Skip to content

Commit d3ee9e2

Browse files
authored
Merge pull request #4 from compnerd/structure
Windows: restructure the WiX projects
2 parents bbcd6a3 + 356624a commit d3ee9e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

platforms/Windows/Toolchain/windows-toolchain.wixproj renamed to platforms/Windows/toolchain.wixproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
23
DefaultTargets="Build"
34
InitialTargets="DisplayBuildConfiguration">
@@ -50,6 +51,6 @@
5051
</Target>
5152

5253
<ItemGroup>
53-
<Compile Include="windows-toolchain.wxs" />
54+
<Compile Include="toolchain.wxs" />
5455
</ItemGroup>
5556
</Project>

0 commit comments

Comments
 (0)