explicitly set AnyCPU PlatformTarget in LibTSforge project file (appears to do nothing but just in case)
This commit is contained in:
parent
3a1b9c481d
commit
001c27ca1d
@ -7,6 +7,7 @@
|
|||||||
<LangVersion>3</LangVersion>
|
<LangVersion>3</LangVersion>
|
||||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
||||||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user