Skip to content

Commit

Permalink
Renamed folders
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmorvan committed Jul 11, 2018
1 parent 8ef5bd5 commit 22b4cf7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions Installer/Installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="content\Components.wxs" />
<Compile Include="content\Directories.wxs" />
<Compile Include="content\Features.wxs" />
<Compile Include="Content2\Components.wxs" />
<Compile Include="Content2\Directories.wxs" />
<Compile Include="Content2\Features.wxs" />
<Compile Include="Product.wxs" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -70,11 +70,11 @@
</WixExtension>
</ItemGroup>
<ItemGroup>
<Folder Include="L10N" />
<Folder Include="content" />
<Folder Include="Localization" />
<Folder Include="Content2" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="L10N\en-us.wxl" />
<EmbeddedResource Include="Localization\en-us.wxl" />
</ItemGroup>
<Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
Expand Down
File renamed without changes.

0 comments on commit 22b4cf7

Please sign in to comment.