Added support for x86 and x64 in .Net45 projects
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
"net45": { }
|
"net45": { }
|
||||||
},
|
},
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
"win": { }
|
"win": { },
|
||||||
|
"win-x86": { },
|
||||||
|
"win-x64": { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -125,6 +125,14 @@
|
|||||||
<Name>Discord.Net</Name>
|
<Name>Discord.Net</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</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="..\Discord.Net.Shared\Discord.Net.Shared.projitems" Label="Shared" />
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
|||||||
10
src/Discord.Net.Commands.Net45/project.json
Normal file
10
src/Discord.Net.Commands.Net45/project.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"frameworks": {
|
||||||
|
"net45": { }
|
||||||
|
},
|
||||||
|
"runtimes": {
|
||||||
|
"win": { },
|
||||||
|
"win-x86": { },
|
||||||
|
"win-x64": { }
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,6 +6,8 @@
|
|||||||
"net45": { }
|
"net45": { }
|
||||||
},
|
},
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
"win": { }
|
"win": { },
|
||||||
|
"win-x86": { },
|
||||||
|
"win-x64": { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -9,6 +9,8 @@
|
|||||||
"net45": { }
|
"net45": { }
|
||||||
},
|
},
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
"win": { }
|
"win": { },
|
||||||
|
"win-x86": { },
|
||||||
|
"win-x64": { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user