Skip to content

Commit

Permalink
Update JxCode.Windows.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayshonyves committed Jan 13, 2021
1 parent baa8af8 commit 992153c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions JxCode.Windows/JxCode.Windows.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net40;net45</TargetFrameworks>
<TargetFrameworks>net40</TargetFrameworks>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net40|AnyCPU'">
<OutputPath>..\..\Release</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net40|x64'">
<OutputPath>..\..\Release</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net40|x86'">
<OutputPath>..\..\Release</OutputPath>
</PropertyGroup>

<Import Project="..\Shared.JxCode.Windows\Shared.JxCode.Windows.projitems" Label="Shared" />

</Project>

0 comments on commit 992153c

Please sign in to comment.