Skip to content

Commit 213602f

Browse files
Correcting project
1 parent 278b781 commit 213602f

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

Examples/Example.ChromiumFx.Mobx.UI/Example.ChromiumFx.Mobx.UI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
4646
<Prefer32Bit>false</Prefer32Bit>
4747
<PlatformTarget>x86</PlatformTarget>
48+
<OutputPath>bin\x86\Release\</OutputPath>
4849
</PropertyGroup>
4950
<ItemGroup>
5051
<Reference Include="System" />

Examples/Example.ChromiumFx.Vue.Chromeless/Example.ChromiumFx.Vue.Chromeless.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
</PropertyGroup>
7373
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
7474
<PlatformTarget>x86</PlatformTarget>
75+
<OutputPath>bin\x86\Release\</OutputPath>
7576
</PropertyGroup>
7677
<ItemGroup>
7778
<Reference Include="System" />

Tests/JavascriptFramework/Mobx/Mobx.ChromiumFx.Test/Mobx.ChromiumFx.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
</PropertyGroup>
4141
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
4242
<PlatformTarget>x86</PlatformTarget>
43+
<OutputPath>bin\x86\Release\</OutputPath>
4344
</PropertyGroup>
4445
<ItemGroup>
4546
<Reference Include="System" />

Tests/Neutronium.WPF.Test/Neutronium.WPF.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<ProjectReference Include="..\..\Neutronium.WPF\Neutronium.WPF.csproj" />
3130
<ProjectReference Include="..\..\Neutronium.Core\Neutronium.Core.csproj" />
31+
<ProjectReference Include="..\..\Neutronium.WPF\Neutronium.WPF.csproj" />
3232
</ItemGroup>
3333

3434
</Project>

0 commit comments

Comments
 (0)