Skip to content

Commit

Permalink
Correcting build
Browse files Browse the repository at this point in the history
  • Loading branch information
WAY2\david.desmaisons committed Mar 5, 2018
1 parent 6a5c4ef commit 14af71a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@
<None Include="View\Main\.babelrc" />
<None Include="View\Main\.gitignore" />
<None Include="View\Main\data\vm.cjson" />
<Content Include="..\..\WebBrowserEngine\ChromiumFX\ChromiumFXRenderProcess\bin\Debug\ChromiumFXRenderProcess.exe">
<Link>ChromiumFXRenderProcess.exe</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="View\Main\dist\448c34a56d699c29117adc64c43affeb.woff2">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -207,6 +203,10 @@
<Project>{dcfc58e7-4d5b-43c5-827e-5d6f975f4995}</Project>
<Name>Neutronium.WPF</Name>
</ProjectReference>
<ProjectReference Include="..\..\WebBrowserEngine\ChromiumFX\ChromiumFXRenderProcess\ChromiumFXRenderProcess.csproj">
<Project>{5a202154-9f9a-47cf-a7a5-4df6da026076}</Project>
<Name>ChromiumFXRenderProcess</Name>
</ProjectReference>
<ProjectReference Include="..\..\WebBrowserEngine\ChromiumFX\HTMEngine.ChromiumFX\Neutronium.WebBrowserEngine.ChromiumFx.csproj">
<Project>{e619f232-d964-4cdb-9a9c-dfb44e32c36f}</Project>
<Name>Neutronium.WebBrowserEngine.ChromiumFx</Name>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@
<Project>{dcfc58e7-4d5b-43c5-827e-5d6f975f4995}</Project>
<Name>Neutronium.WPF</Name>
</ProjectReference>
<ProjectReference Include="..\..\WebBrowserEngine\ChromiumFX\ChromiumFXRenderProcess\ChromiumFXRenderProcess.csproj">
<Project>{5a202154-9f9a-47cf-a7a5-4df6da026076}</Project>
<Name>ChromiumFXRenderProcess</Name>
</ProjectReference>
<ProjectReference Include="..\..\WebBrowserEngine\ChromiumFX\HTMEngine.ChromiumFX\Neutronium.WebBrowserEngine.ChromiumFx.csproj">
<Project>{e619f232-d964-4cdb-9a9c-dfb44e32c36f}</Project>
<Name>Neutronium.WebBrowserEngine.ChromiumFx</Name>
Expand All @@ -176,6 +172,7 @@
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="ChromiumFXRenderProcess.exe" />
<Content Include="View\index.html" />
<Content Include="View\utils.js" />
<Content Include="View\webpack.config.js" />
Expand Down
3 changes: 3 additions & 0 deletions Neutronium.sln
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.ChromiumFX.Ko.UI", "Examples\Example.ChromiumFX.Ko.UI\Example.ChromiumFX.Ko.UI.csproj", "{34B6AD94-23B2-4808-BB6D-988A063711D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.ChromiumFX.Vue.UI", "Examples\Example.ChromiumFX.Vue.UI\Example.ChromiumFX.Vue.UI.csproj", "{3BB8BB87-A904-45CC-83BD-178D34200E81}"
ProjectSection(ProjectDependencies) = postProject
{5A202154-9F9A-47CF-A7A5-4DF6DA026076} = {5A202154-9F9A-47CF-A7A5-4DF6DA026076}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.ChromiumFX.Vue.Infra", "Examples\Example.ChromiumFX.Vue.Infra\Example.ChromiumFX.Vue.Infra.csproj", "{C769E3AD-E82E-4E2F-BC4C-C92CA572C2ED}"
EndProject
Expand Down

0 comments on commit 14af71a

Please sign in to comment.