Browse Source

Remove framework path override

Prevented compilation. Was probably a remanent from the very beginnings
of the project.
habeebweeb 1 year ago
parent
commit
c86b65564b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/MeidoPhotoStudio.Converter/MeidoPhotoStudio.Converter.csproj

+ 0 - 1
src/MeidoPhotoStudio.Converter/MeidoPhotoStudio.Converter.csproj

@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <TargetFramework>net35</TargetFramework>
-    <FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
     <ProjectGuid>{19D28B0C-3537-4FEE-B7B3-1ABF70B16D5E}</ProjectGuid>
     <LangVersion>9</LangVersion>
     <Nullable>enable</Nullable>