Added support for x86 and x64 in .Net45 projects

This commit is contained in:
RogueException
2016-01-04 02:02:01 -04:00
parent dcf1bc7082
commit 270497f6fb
5 changed files with 27 additions and 3 deletions

View File

@@ -7,6 +7,8 @@
"net45": { }
},
"runtimes": {
"win": { }
"win": { },
"win-x86": { },
"win-x64": { }
}
}

View File

@@ -125,6 +125,14 @@
<Name>Discord.Net</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Content Include="project.lock.json">
<DependentUpon>project.json</DependentUpon>
</Content>
</ItemGroup>
<Import Project="..\Discord.Net.Shared\Discord.Net.Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

View File

@@ -0,0 +1,10 @@
{
"frameworks": {
"net45": { }
},
"runtimes": {
"win": { },
"win-x86": { },
"win-x64": { }
}
}

View File

@@ -6,6 +6,8 @@
"net45": { }
},
"runtimes": {
"win": { }
"win": { },
"win-x86": { },
"win-x64": { }
}
}

View File

@@ -9,6 +9,8 @@
"net45": { }
},
"runtimes": {
"win": { }
"win": { },
"win-x86": { },
"win-x64": { }
}
}